| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | kernel: fix debugger and process list lifetime | 2024-01-12 | 1 | -31/+35 | |
| | | |||||
| * | Fix typos in src/core (#12625) | 2024-01-08 | 1 | -22/+22 | |
| | | | | | | | | | | * Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent | ||||
| * | core: refactor emulated cpu core activation | 2023-12-04 | 1 | -232/+11 | |
| | | |||||
| * | gdbstub: read module information from memory layout | 2023-11-11 | 1 | -47/+118 | |
| | | |||||
| * | kernel: add KPageTableBase | 2023-11-10 | 1 | -44/+58 | |
| | | | | | Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk> | ||||
| * | kernel: update KProcess | 2023-10-21 | 1 | -21/+21 | |
| | | |||||
| * | gdbstub: add PermissionLocked to mappings table | 2023-10-20 | 1 | -4/+6 | |
| | | |||||
| * | gdbserver: use numeric character references for unicode | 2023-10-01 | 1 | -2/+15 | |
| | | |||||
| * | gdbstub: fixup replaced instruction bytes in memory reads | 2023-08-14 | 1 | -0/+17 | |
| | | |||||
| * | core: reduce TOCTTOU memory access | 2023-07-22 | 1 | -6/+3 | |
| | | |||||
| * | k_process: PageTable -> GetPageTable | 2023-07-14 | 1 | -2/+2 | |
| | | |||||
| * | memory: rename global memory references to application memory | 2023-03-23 | 1 | -17/+17 | |
| | | |||||
| * | kernel: use KTypedAddress for addresses | 2023-03-22 | 1 | -16/+20 | |
| | | |||||
| * | kernel: convert KProcess to new style | 2023-03-12 | 1 | -1/+1 | |
| | | |||||
| * | kernel: convert KThread to new style | 2023-03-12 | 1 | -6/+6 | |
| | | |||||
| * | service: refactor server architecture | 2023-02-21 | 1 | -3/+3 | |
| | | | | | Converts services to have their own processes | ||||
| * | general: rename CurrentProcess to ApplicationProcess | 2023-02-13 | 1 | -14/+14 | |
| | | |||||
| * | debugger: add host fastmem pointer fetch command | 2023-01-12 | 1 | -3/+23 | |
| | | |||||
| * | gdbstub: add ams monitor commands | 2022-11-10 | 1 | -0/+151 | |
| | | |||||
| * | gdbstub: fix register pokes | 2022-06-25 | 1 | -0/+1 | |
| | | |||||
| * | core/debugger: memory breakpoint support | 2022-06-16 | 1 | -21/+118 | |
| | | |||||
| * | core/debugger: fix a number of shutdown deadlocks | 2022-06-10 | 1 | -0/+2 | |
| | | |||||
| * | gdbstub: add missing library list command | 2022-06-03 | 1 | -22/+28 | |
| | | |||||
| * | core/debugger: Support reading guest thread names | 2022-06-01 | 1 | -13/+158 | |
| | | |||||
| * | Merge pull request #8402 from liamwhite/better-step | 2022-06-01 | 1 | -7/+92 | |
| |\ | | | | | core/debugger: Improved stepping mechanism and misc fixes | ||||
| | * | core/debugger: Improved stepping mechanism and misc fixes | 2022-06-01 | 1 | -7/+92 | |
| | | | |||||
| * | | gdbstub: Explicitly cast return type to u8 | 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 | 2022-06-01 | 1 | -0/+382 | |