1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:17:34 +00:00

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
This commit is contained in:
Itamar 2020-04-19 23:33:06 +03:00 committed by Andreas Kling
parent 8a886e0e96
commit e35219b5ce
4 changed files with 72 additions and 14 deletions

View file

@ -1,5 +1,8 @@
OBJS = \
DebugSession.o
DebugSession.o \
DebugInfo.o \
Dwarf/LineProgram.o \
LIBRARY = libdebug.a