Morph
|
858f8ac6d9
|
Merge pull request #8402 from liamwhite/better-step
core/debugger: Improved stepping mechanism and misc fixes
|
2022-06-01 20:46:10 -04:00 |
|
liamwhite
|
a2f6a2480d
|
Merge pull request #8404 from Morph1984/virtual
core/debugger: Define defaulted virtual destructors
|
2022-06-01 12:30:47 -04:00 |
|
Morph
|
69511aed3d
|
core/debugger: Define defaulted virtual destructors
Resolves an MSVC warning where a virtual destructor is not defined in the base class with virtual functions.
|
2022-06-01 02:28:34 -04:00 |
|
Liam
|
989d4a7a41
|
core/debugger: Improved stepping mechanism and misc fixes
|
2022-06-01 02:15:15 -04:00 |
|
Morph
|
a32f6e9d8e
|
gdbstub: Explicitly cast return type to u8
Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8.
|
2022-06-01 01:40:18 -04:00 |
|
Liam
|
fb4b3c127f
|
core/debugger: Implement new GDB stub debugger
|
2022-06-01 00:01:25 -04:00 |
|