Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gdbstub: fix register pokes | Liam | 2022-06-25 | 1 | -0/+1 |
| | |||||
* | core/debugger: memory breakpoint support | Liam | 2022-06-16 | 1 | -21/+118 |
| | |||||
* | core/debugger: fix a number of shutdown deadlocks | Liam | 2022-06-10 | 1 | -0/+2 |
| | |||||
* | gdbstub: add missing library list command | Liam | 2022-06-04 | 1 | -22/+28 |
| | |||||
* | core/debugger: Support reading guest thread names | Liam | 2022-06-02 | 1 | -13/+158 |
| | |||||
* | Merge pull request #8402 from liamwhite/better-step | Morph | 2022-06-02 | 1 | -7/+92 |
|\ | | | | | core/debugger: Improved stepping mechanism and misc fixes | ||||
| * | core/debugger: Improved stepping mechanism and misc fixes | Liam | 2022-06-01 | 1 | -7/+92 |
| | | |||||
* | | gdbstub: Explicitly cast return type to u8 | Morph | 2022-06-01 | 1 | -2/+2 |
|/ | | | | Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8. | ||||
* | core/debugger: Implement new GDB stub debugger | Liam | 2022-06-01 | 1 | -0/+382 |