1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 21:35:07 +00:00
serenity/Libraries/LibDebug
Itamar e35219b5ce Debugger: Add source-level operations
- Print current source location, if available
- Add a breakpoint at a source location
- "sl" command - step to the next line in source
2020-04-20 17:25:50 +02:00
..
Dwarf LibDebug: Parse line number information from DWARF format 2020-04-20 17:25:50 +02:00
DebugInfo.cpp LibDebug: Parse line number information from DWARF format 2020-04-20 17:25:50 +02:00
DebugInfo.h LibDebug: Parse line number information from DWARF format 2020-04-20 17:25:50 +02:00
DebugSession.cpp Debugger: Add source-level operations 2020-04-20 17:25:50 +02:00
DebugSession.h Debugger: Add source-level operations 2020-04-20 17:25:50 +02:00
Makefile Debugger: Add source-level operations 2020-04-20 17:25:50 +02:00