1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:57:44 +00:00
serenity/Libraries/LibDebug
Itamar 7eac9fe10e HackStudio: Support debugging library code
We can now step into library code in the debugger.

Since we now need the whole source code of our libraries
(and not just the headers), we clone the whole serenity git repo into
/usr/share/serenity.
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: Assert that we can read the executable of the debugee 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