Liam
|
208ed712f4
|
core/debugger: memory breakpoint support
|
2022-06-16 13:18:07 -04:00 |
|
Liam
|
888f499188
|
kernel: implement KProcess suspension
|
2022-06-14 10:04:11 -04:00 |
|
Morph
|
a0407a8e64
|
Merge pull request #8446 from liamwhite/cmd-gdb
core/debugger: support operation in yuzu-cmd
|
2022-06-13 14:38:37 -04:00 |
|
Liam
|
fb4b507ba4
|
core/debugger: allow remote connections
|
2022-06-12 11:50:50 -04:00 |
|
Lioncash
|
80ad90651e
|
gdbstub_arch: Add missing virtual destructor
The class is used polymorphically, so it's undefined behavior to delete
instances of GDBStubA64 and GDBStubA32 from the base class pointer.
|
2022-06-11 18:23:22 -04:00 |
|
Liam
|
1f0fee33ed
|
core/debugger: fix a number of shutdown deadlocks
|
2022-06-10 09:17:12 -04:00 |
|
Liam
|
268878f895
|
core/debugger: fix asio write usage
|
2022-06-06 23:50:56 -04:00 |
|
Liam
|
d00b7be2d6
|
core/debugger: fix crash due to incorrect lambda capture
|
2022-06-06 23:39:48 -04:00 |
|
Liam
|
2f2e443858
|
gdbstub: add missing library list command
|
2022-06-03 20:42:13 -04:00 |
|
Mai M
|
5c0a31e29f
|
Merge pull request #8410 from liamwhite/thread-names
gdbstub: Support reading guest thread names
|
2022-06-02 16:34:41 -04:00 |
|
Liam
|
07922abffc
|
core/debugger: Support reading guest thread names
|
2022-06-01 21:25:32 -04:00 |
|
Mai M
|
114a4562ed
|
Merge pull request #8409 from liamwhite/tdesc-fix
gdbstub: fix target descriptions
|
2022-06-01 21:16:33 -04:00 |
|
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 |
|
Liam
|
b71130e6f1
|
gdbstub: fix target descriptions
|
2022-06-01 20:31:24 -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 |
|