| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-14 | kernel: implement KProcess suspension | Liam | |
| 2022-06-13 | Merge pull request #8446 from liamwhite/cmd-gdb | Morph | |
| core/debugger: support operation in yuzu-cmd | |||
| 2022-06-12 | core/debugger: allow remote connections | Liam | |
| 2022-06-11 | gdbstub_arch: Add missing virtual destructor | Lioncash | |
| The class is used polymorphically, so it's undefined behavior to delete instances of GDBStubA64 and GDBStubA32 from the base class pointer. | |||
| 2022-06-10 | core/debugger: fix a number of shutdown deadlocks | Liam | |
| 2022-06-06 | core/debugger: fix asio write usage | Liam | |
| 2022-06-06 | core/debugger: fix crash due to incorrect lambda capture | Liam | |
| 2022-06-03 | gdbstub: add missing library list command | Liam | |
| 2022-06-02 | Merge pull request #8410 from liamwhite/thread-names | Mai M | |
| gdbstub: Support reading guest thread names | |||
| 2022-06-01 | core/debugger: Support reading guest thread names | Liam | |
| 2022-06-01 | Merge pull request #8409 from liamwhite/tdesc-fix | Mai M | |
| gdbstub: fix target descriptions | |||
| 2022-06-01 | Merge pull request #8402 from liamwhite/better-step | Morph | |
| core/debugger: Improved stepping mechanism and misc fixes | |||
| 2022-06-01 | gdbstub: fix target descriptions | Liam | |
| 2022-06-01 | Merge pull request #8404 from Morph1984/virtual | liamwhite | |
| core/debugger: Define defaulted virtual destructors | |||
| 2022-06-01 | core/debugger: Define defaulted virtual destructors | Morph | |
| Resolves an MSVC warning where a virtual destructor is not defined in the base class with virtual functions. | |||
| 2022-06-01 | core/debugger: Improved stepping mechanism and misc fixes | Liam | |
| 2022-06-01 | gdbstub: Explicitly cast return type to u8 | Morph | |
| Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8. | |||
| 2022-06-01 | core/debugger: Implement new GDB stub debugger | Liam | |
