Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-06-12 | core/debugger: allow remote connections | Liam | 1 | -1/+1 |
2022-06-12 | gdbstub_arch: Add missing virtual destructor | Lioncash | 1 | -0/+1 |
2022-06-10 | core/debugger: fix a number of shutdown deadlocks | Liam | 5 | -7/+61 |
2022-06-07 | core/debugger: fix asio write usage | Liam | 1 | -2/+2 |
2022-06-07 | core/debugger: fix crash due to incorrect lambda capture | Liam | 1 | -8/+9 |
2022-06-04 | gdbstub: add missing library list command | Liam | 1 | -22/+28 |
2022-06-02 | core/debugger: Support reading guest thread names | Liam | 2 | -14/+158 |
2022-06-02 | gdbstub: fix target descriptions | Liam | 2 | -10/+87 |
2022-06-01 | core/debugger: Define defaulted virtual destructors | Morph | 3 | -2/+6 |
2022-06-01 | core/debugger: Improved stepping mechanism and misc fixes | Liam | 5 | -42/+134 |
2022-06-01 | gdbstub: Explicitly cast return type to u8 | Morph | 1 | -2/+2 |
2022-06-01 | core/debugger: Implement new GDB stub debugger | Liam | 7 | -0/+1281 |