Skip to content

Commit cb12caa

Browse files
authored
Enable debuginfod (#1500)
1 parent 8ae5577 commit cb12caa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MIDebugEngine/Engine.Impl/DebuggedProcess.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ private async Task<List<LaunchCommand>> GetInitializeCommands()
624624
if (_launchOptions.DebuggerMIMode == MIMode.Gdb)
625625
{
626626
commands.Add(new LaunchCommand("-interpreter-exec console \"set pagination off\""));
627+
commands.Add(new LaunchCommand("set debuginfod enabled on", ignoreFailures:true));
627628
}
628629

629630
// When user specifies loading directives then the debugger cannot auto load symbols, the MIEngine must intervene at each solib-load event and make a determination

0 commit comments

Comments
 (0)