You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/dwarf/dwarf_import/src/dwarfdebuginfo.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -581,7 +581,7 @@ impl DebugInfoBuilder {
581
581
for function inself.functions(){
582
582
// let calling_convention: Option<Ref<CallingConvention<CoreArchitecture>>> = None;
583
583
584
-
debug_info.add_function(DebugFunctionInfo::new(
584
+
debug_info.add_function(&DebugFunctionInfo::new(
585
585
function.full_name.clone(),
586
586
function.full_name.clone(),// TODO : This should eventually be changed, but the "full_name" should probably be the unsimplified version, and the "short_name" should be the simplified version...currently the symbols view shows the full version, so changing it here too makes it look bad in the UI
0 commit comments