| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-23 | memory: rename global memory references to application memory | Liam | |
| 2023-03-22 | kernel: use KTypedAddress for addresses | Liam | |
| 2023-03-12 | kernel: convert KProcess to new style | Liam | |
| 2023-03-12 | kernel: convert KThread to new style | Liam | |
| 2023-02-21 | service: refactor server architecture | Liam | |
| Converts services to have their own processes | |||
| 2023-02-15 | Merge pull request #9796 from liamwhite/current | liamwhite | |
| general: rename CurrentProcess to ApplicationProcess | |||
| 2023-02-14 | remove constexpr from virtual function | arades79 | |
| Signed-off-by: arades79 <scravers@protonmail.com> | |||
| 2023-02-14 | use a string view to skip allocation | arades79 | |
| Signed-off-by: arades79 <scravers@protonmail.com> | |||
| 2023-02-14 | add static lifetime to constexpr values to force compile time evaluation ↵ | arades79 | |
| where possible Signed-off-by: arades79 <scravers@protonmail.com> | |||
| 2023-02-13 | general: rename CurrentProcess to ApplicationProcess | Liam | |
| 2023-01-12 | debugger: add host fastmem pointer fetch command | Liam | |
| 2022-11-22 | general: fix compile for Apple Clang | Liam | |
| 2022-11-10 | gdbstub: add ams monitor commands | Liam | |
| 2022-11-10 | debugger: allow more than one connection attempt per session | Liam | |
| 2022-10-03 | common: remove "yuzu:" prefix from thread names | Liam | |
| 2022-07-25 | kernel: unlayer CPU interrupt handling | Liam | |
| 2022-06-30 | gdbstub_arch: Directly access SP register | lat9nq | |
| 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. | |||
| 2022-06-25 | gdbstub: fix register pokes | Liam | |
| 2022-06-16 | core/debugger: memory breakpoint support | Liam | |
| 2022-06-14 | kernel: implement KProcess suspension | Liam | |
| 2022-06-13 | Merge pull request #8446 from liamwhite/cmd-gdb | Morph | |
| core/debugger: support operation in yuzu-cmd | |||
| 2022-06-12 | core/debugger: allow remote connections | Liam | |
| 2022-06-11 | gdbstub_arch: Add missing virtual destructor | Lioncash | |
| The class is used polymorphically, so it's undefined behavior to delete instances of GDBStubA64 and GDBStubA32 from the base class pointer. | |||
| 2022-06-10 | core/debugger: fix a number of shutdown deadlocks | Liam | |
| 2022-06-06 | core/debugger: fix asio write usage | Liam | |
| 2022-06-06 | core/debugger: fix crash due to incorrect lambda capture | Liam | |
| 2022-06-03 | gdbstub: add missing library list command | Liam | |
| 2022-06-02 | Merge pull request #8410 from liamwhite/thread-names | Mai M | |
| gdbstub: Support reading guest thread names | |||
| 2022-06-01 | core/debugger: Support reading guest thread names | Liam | |
| 2022-06-01 | Merge pull request #8409 from liamwhite/tdesc-fix | Mai M | |
| gdbstub: fix target descriptions | |||
| 2022-06-01 | Merge pull request #8402 from liamwhite/better-step | Morph | |
| core/debugger: Improved stepping mechanism and misc fixes | |||
| 2022-06-01 | gdbstub: fix target descriptions | Liam | |
| 2022-06-01 | Merge pull request #8404 from Morph1984/virtual | liamwhite | |
| core/debugger: Define defaulted virtual destructors | |||
| 2022-06-01 | core/debugger: Define defaulted virtual destructors | Morph | |
| Resolves an MSVC warning where a virtual destructor is not defined in the base class with virtual functions. | |||
| 2022-06-01 | core/debugger: Improved stepping mechanism and misc fixes | Liam | |
| 2022-06-01 | gdbstub: Explicitly cast return type to u8 | Morph | |
| Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8. | |||
| 2022-06-01 | core/debugger: Implement new GDB stub debugger | Liam | |
