We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27ade6 commit 00215eeCopy full SHA for 00215ee
src/symbols/dwarf/debug_map_resolver.cpp
@@ -107,7 +107,7 @@ namespace libdwarf {
107
std::vector<target_object> target_objects;
108
std::vector<debug_map_symbol_info> symbols;
109
public:
110
- debug_map_resolver(const std::string& source_object_path) {
+ debug_map_resolver(cstring_view source_object_path) {
111
// load mach-o
112
// TODO: Cache somehow?
113
auto mach_o_object = open_mach_o_cached(source_object_path);
0 commit comments