summaryrefslogtreecommitdiffstats
path: root/src/core/debugger/debugger_interface.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core/debugger: memory breakpoint supportLiam2022-06-161-1/+7
|
* core/debugger: fix a number of shutdown deadlocksLiam2022-06-101-0/+5
|
* Merge pull request #8402 from liamwhite/better-stepMorph2022-06-021-4/+5
|\ | | | | core/debugger: Improved stepping mechanism and misc fixes
| * core/debugger: Improved stepping mechanism and misc fixesLiam2022-06-011-4/+5
| |
* | core/debugger: Define defaulted virtual destructorsMorph2022-06-011-0/+4
|/ | | | Resolves an MSVC warning where a virtual destructor is not defined in the base class with virtual functions.
* core/debugger: Implement new GDB stub debuggerLiam2022-06-011-0/+74