Add GUI widget for controlling pica breakpoints.
This commit is contained in:
parent
2c71ec7052
commit
c63a495de6
4 changed files with 339 additions and 0 deletions
|
@ -8,6 +8,7 @@ set(SRCS
|
|||
debugger/callstack.cpp
|
||||
debugger/disassembler.cpp
|
||||
debugger/graphics.cpp
|
||||
debugger/graphics_breakpoints.cpp
|
||||
debugger/graphics_cmdlists.cpp
|
||||
debugger/ramview.cpp
|
||||
debugger/registers.cpp
|
||||
|
@ -24,6 +25,7 @@ set(HEADERS
|
|||
debugger/callstack.hxx
|
||||
debugger/disassembler.hxx
|
||||
debugger/graphics.hxx
|
||||
debugger/graphics_breakpoints.hxx
|
||||
debugger/graphics_cmdlists.hxx
|
||||
debugger/ramview.hxx
|
||||
debugger/registers.hxx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue