1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 09:31:00 +00:00
serenity/Libraries/LibDebug
Itamar dca6a77669 LibDebug: Fix DebugSession teardown
Previously, we were trying to remove the breakpoints we set on the
debugee even if it has already exited, which caused PT_POKE to fail.
2020-08-15 15:06:35 +02:00
..
Dwarf LibDebug: Unbreak LineProgram::parse_source_directories() 2020-08-06 11:35:40 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DebugInfo.cpp HackStudio: Support debugging library code 2020-08-15 15:06:35 +02:00
DebugInfo.h LibDebug: Add support for enum value types 2020-06-03 08:12:50 +02:00
DebugSession.cpp LibDebug: Fix DebugSession teardown 2020-08-15 15:06:35 +02:00
DebugSession.h LibDebug: Assert that we can read the executable of the debugee 2020-08-15 15:06:35 +02:00