ladybird/Libraries/LibDebug
Brian Gianforcaro 1f7c61b15f LibDebug: Disable and cleanup DebugSession breakpoints on destruction
Breakpoints need to be disabled before we detach from the debugee.

I noticed this while looking into the fact that if you continue
executing a program in sdb (/bin/ls) where you had previously
set a breakpoint, it would crash on sdb exit once the debugee died
with an assert on HashMap destruction where we were iterating
while clearing is set. This change also happens to fix this assert.
2020-08-02 19:26:58 +02:00
..
Dwarf LibDebug: Add support for the various DW_FORM_block types 2020-07-27 00:06:47 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DebugInfo.cpp LibDebug: Add support for the various DW_FORM_block types 2020-07-27 00:06:47 +02:00
DebugInfo.h LibDebug: Add support for enum value types 2020-06-03 08:12:50 +02:00
DebugSession.cpp LibDebug: Disable and cleanup DebugSession breakpoints on destruction 2020-08-02 19:26:58 +02:00
DebugSession.h LibDebug: Make sure to not single step the program twice 2020-05-24 10:42:21 +02:00