Fixed breakpoints for CDB.
Set/modify breakpoints using the new takeXX() APIs of the breakhandler. Add API for inserted breakpoints (as a 2-step process for pending breakpoints). Format breakpoint tooltip properly with tr() and more esthetically pleasing. Get rid of the old scheme of retrieving and matching the breakpoints from the debugger engine, use ids.
Showing
- src/plugins/debugger/breakhandler.cpp 36 additions, 17 deletionssrc/plugins/debugger/breakhandler.cpp
- src/plugins/debugger/breakhandler.h 4 additions, 1 deletionsrc/plugins/debugger/breakhandler.h
- src/plugins/debugger/cdb/cdbbreakpoint.cpp 176 additions, 85 deletionssrc/plugins/debugger/cdb/cdbbreakpoint.cpp
- src/plugins/debugger/cdb/cdbbreakpoint.h 2 additions, 4 deletionssrc/plugins/debugger/cdb/cdbbreakpoint.h
- src/plugins/debugger/cdb/cdbstackframecontext.cpp 3 additions, 1 deletionsrc/plugins/debugger/cdb/cdbstackframecontext.cpp
- src/plugins/debugger/cdb/cdbsymbolgroupcontext.cpp 16 additions, 4 deletionssrc/plugins/debugger/cdb/cdbsymbolgroupcontext.cpp
- src/plugins/debugger/cdb/cdbsymbolgroupcontext.h 5 additions, 1 deletionsrc/plugins/debugger/cdb/cdbsymbolgroupcontext.h
- src/plugins/debugger/cdb/cdbsymbolgroupcontext_tpl.h 21 additions, 1 deletionsrc/plugins/debugger/cdb/cdbsymbolgroupcontext_tpl.h
- src/plugins/debugger/watchhandler.h 2 additions, 0 deletionssrc/plugins/debugger/watchhandler.h
Loading
Please register or sign in to comment