mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
1f7c61b15f
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. |
||
---|---|---|
.. | ||
Dwarf | ||
CMakeLists.txt | ||
DebugInfo.cpp | ||
DebugInfo.h | ||
DebugSession.cpp | ||
DebugSession.h |