| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gdb: fix load/save of fp values in a32 | 2024-02-04 | 1 | -2/+2 | |
| | | |||||
| * | kernel: fix debugger and process list lifetime | 2024-01-12 | 3 | -42/+78 | |
| | | |||||
| * | 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 | 3 | -272/+44 | |
| | | |||||
| * | 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 | 2 | -31/+35 | |
| | | |||||
| * | 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 | 2 | -8/+8 | |
| | | |||||
| * | service: refactor server architecture | 2023-02-21 | 2 | -6/+7 | |
| | | | | | Converts services to have their own processes | ||||
| * | Merge pull request #9796 from liamwhite/current | 2023-02-15 | 1 | -14/+14 | |
| |\ | | | | | general: rename CurrentProcess to ApplicationProcess | ||||
| | * | general: rename CurrentProcess to ApplicationProcess | 2023-02-13 | 1 | -14/+14 | |
| | | | |||||
| * | | remove constexpr from virtual function | 2023-02-14 | 2 | -5/+5 | |
| | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| * | | use a string view to skip allocation | 2023-02-14 | 2 | -13/+7 | |
| | | | | | | | | | Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| * | | add static lifetime to constexpr values to force compile time evaluation ↵ | 2023-02-14 | 1 | -2/+2 | |
| |/ | | | | | | where possible Signed-off-by: arades79 <scravers@protonmail.com> | ||||
| * | debugger: add host fastmem pointer fetch command | 2023-01-12 | 1 | -3/+23 | |
| | | |||||
| * | general: fix compile for Apple Clang | 2022-11-22 | 1 | -0/+1 | |
| | | |||||
| * | gdbstub: add ams monitor commands | 2022-11-10 | 2 | -0/+152 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | gdbstub_arch: Directly access SP register | 2022-06-30 | 1 | -2/+6 | |
| | | | | | | | | | Currently to access the SP register, RegRead and RegWrite rely on a out-of-bounds array access to reach the next element in a struct. As of writing only git versions of GCC catch this error. Specify the SP register when we want to access it in these functions. | ||||
| * | gdbstub: fix register pokes | 2022-06-25 | 1 | -0/+1 | |
| | | |||||
| * | core/debugger: memory breakpoint support | 2022-06-16 | 5 | -26/+151 | |
| | | |||||
| * | kernel: implement KProcess suspension | 2022-06-14 | 1 | -51/+43 | |
| | | |||||
| * | Merge pull request #8446 from liamwhite/cmd-gdb | 2022-06-13 | 5 | -7/+61 | |
| |\ | | | | | core/debugger: support operation in yuzu-cmd | ||||
| | * | core/debugger: fix a number of shutdown deadlocks | 2022-06-10 | 5 | -7/+61 | |
| | | | |||||
| * | | core/debugger: allow remote connections | 2022-06-12 | 1 | -1/+1 | |
| | | | |||||
| * | | gdbstub_arch: Add missing virtual destructor | 2022-06-11 | 1 | -0/+1 | |
| |/ | | | | | The class is used polymorphically, so it's undefined behavior to delete instances of GDBStubA64 and GDBStubA32 from the base class pointer. | ||||
| * | 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 | |
| | | |||||
| * | gdbstub: add missing library list command | 2022-06-03 | 1 | -22/+28 | |
| | | |||||
| * | Merge pull request #8410 from liamwhite/thread-names | 2022-06-02 | 2 | -14/+158 | |
| |\ | | | | | gdbstub: Support reading guest thread names | ||||
| | * | core/debugger: Support reading guest thread names | 2022-06-01 | 2 | -14/+158 | |
| | | | |||||
| * | | Merge pull request #8409 from liamwhite/tdesc-fix | 2022-06-01 | 2 | -10/+87 | |
| |\ \ | |/ |/| | gdbstub: fix target descriptions | ||||
| | * | gdbstub: fix target descriptions | 2022-06-01 | 2 | -10/+87 | |
| | | | |||||
| * | | Merge pull request #8402 from liamwhite/better-step | 2022-06-01 | 5 | -42/+134 | |
| |\ \ | |/ |/| | core/debugger: Improved stepping mechanism and misc fixes | ||||
| | * | core/debugger: Improved stepping mechanism and misc fixes | 2022-06-01 | 5 | -42/+134 | |
| | | | |||||
| * | | Merge pull request #8404 from Morph1984/virtual | 2022-06-01 | 3 | -2/+6 | |
| |\ \ | | | | | | | core/debugger: Define defaulted virtual destructors | ||||
| | * | | core/debugger: Define defaulted virtual destructors | 2022-06-01 | 3 | -2/+6 | |
| | |/ | | | | | | | Resolves an MSVC warning where a virtual destructor is not defined in the base class with virtual functions. | ||||
| * / | 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 | 7 | -0/+1281 | |