| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | kernel: fix debugger and process list lifetime | 2024-01-12 | 1 | -10/+29 | |
| | | |||||
| * | kernel: update KProcess | 2023-10-21 | 1 | -10/+14 | |
| | | |||||
| * | service: refactor server architecture | 2023-02-21 | 1 | -3/+4 | |
| | | | | | Converts services to have their own processes | ||||
| * | general: fix compile for Apple Clang | 2022-11-22 | 1 | -0/+1 | |
| | | |||||
| * | debugger: allow more than one connection attempt per session | 2022-11-10 | 1 | -68/+93 | |
| | | |||||
| * | common: remove "yuzu:" prefix from thread names | 2022-10-03 | 1 | -1/+1 | |
| | | |||||
| * | kernel: unlayer CPU interrupt handling | 2022-07-25 | 1 | -4/+5 | |
| | | |||||
| * | core/debugger: memory breakpoint support | 2022-06-16 | 1 | -3/+16 | |
| | | |||||
| * | kernel: implement KProcess suspension | 2022-06-14 | 1 | -51/+43 | |
| | | |||||
| * | Merge pull request #8446 from liamwhite/cmd-gdb | 2022-06-13 | 1 | -7/+48 | |
| |\ | | | | | core/debugger: support operation in yuzu-cmd | ||||
| | * | core/debugger: fix a number of shutdown deadlocks | 2022-06-10 | 1 | -7/+48 | |
| | | | |||||
| * | | core/debugger: allow remote connections | 2022-06-12 | 1 | -1/+1 | |
| |/ | |||||
| * | core/debugger: fix asio write usage | 2022-06-06 | 1 | -2/+2 | |
| | | |||||
| * | core/debugger: fix crash due to incorrect lambda capture | 2022-06-06 | 1 | -8/+9 | |
| | | |||||
| * | Merge pull request #8402 from liamwhite/better-step | 2022-06-01 | 1 | -26/+35 | |
| |\ | | | | | core/debugger: Improved stepping mechanism and misc fixes | ||||
| | * | core/debugger: Improved stepping mechanism and misc fixes | 2022-06-01 | 1 | -26/+35 | |
| | | | |||||
| * | | core/debugger: Define defaulted virtual destructors | 2022-06-01 | 1 | -1/+1 | |
| |/ | | | | Resolves an MSVC warning where a virtual destructor is not defined in the base class with virtual functions. | ||||
| * | core/debugger: Implement new GDB stub debugger | 2022-06-01 | 1 | -0/+259 | |