Debug: Add PE DWARF GdbSyms to avoid LLDB crashes

This commit is contained in:
vit9696 2020-03-22 13:21:14 +03:00
parent 7684a9f625
commit da840e97be
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -26,7 +26,7 @@ fi
"$LLDB" -o "settings set plugin.process.gdb-remote.target-definition-file Scripts/x86_64_target_definition.py" \
-o "gdb-remote $LLDB_PORT" \
-o "target modules add -s GdbSyms/Bin/X64_CLANGPDB/GdbSyms.pdb GdbSyms/Bin/X64_CLANGPDB/GdbSyms.dll" \
-o "target modules add GdbSyms/Bin/X64_CLANGDWARF/GdbSyms.debug" \
-o "command script import Scripts/lldb_uefi.py" \
-o "command script add -c lldb_uefi.ReloadUefi reload-uefi" \
-o "reload-uefi" \