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:
parent
8a886e0e96
commit
e35219b5ce
4 changed files with 72 additions and 14 deletions
|
@ -1,5 +1,8 @@
|
|||
OBJS = \
|
||||
DebugSession.o
|
||||
DebugSession.o \
|
||||
DebugInfo.o \
|
||||
Dwarf/LineProgram.o \
|
||||
|
||||
|
||||
LIBRARY = libdebug.a
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue