60 Commits (ca42578d4ecd9aae22a26bd3bb6a12631f0da9ab)

Author SHA1 Message Date
lizzie dd9cae4ebc
[logging, debugger] remove unescesary logic and only query USER env variable once (#2800) 5 months ago
lizzie f55e560ac5
[compat] Debian stable gcc12/clang14 compilation fixes (#2763) 5 months ago
lizzie 191e4c75a1
[meta] fix license headers (#2547) 6 months ago
lizzie 9d2681ecc9
[cmake] enable clang-cl and WoA builds (#348) 7 months ago
lizzie 43c41e4db5
[compat] openbsd port fixes (#273) 7 months ago
crueter 21cd44ec04
[dynarmic] jit fix branch v2 (#203) 7 months ago
crueter 1f5f9d34d1
[desktop] update sample shading fraction tooltip (#266) 7 months ago
crueter 3e55dc6352
[cmake] refactor: CPM over vcpkg (#250) 8 months ago
crueter 41f0fa97ca
[dynarmic] revert bad changes (#202) 8 months ago
lizzie 56acd4041a
[dynarmic] XMM spill, SSE/AVX emit, sub/add, configurable JIT state pointer, remove unnecessary stuff (#128) 8 months ago
Esther1024 15fb1f78b3 fix include for boost 1.8.3+ (#121) 10 months ago
Liam aa3d4cc2da gdb: fix load/save of fp values in a32 2 years ago
Liam bf50a0e0c2 kernel: fix debugger and process list lifetime 2 years ago
Viktor Szépe cff668e1c4 Fix typos in src/core (#12625) 2 years ago
Liam 3d5c6a73cb core: refactor emulated cpu core activation 2 years ago
Liam 17a571379b gdbstub: read module information from memory layout 2 years ago
Liam 713f292a25 kernel: add KPageTableBase 2 years ago
Liam 62e106dbe8 kernel: update KProcess 2 years ago
Liam 6031cf1017 gdbstub: add PermissionLocked to mappings table 2 years ago
Liam 890f5f8759 gdbserver: use numeric character references for unicode 3 years ago
Liam efa3409a30 gdbstub: fixup replaced instruction bytes in memory reads 3 years ago
Liam 46234254b1 core: reduce TOCTTOU memory access 3 years ago
Liam 6b6f0b21b9 k_process: PageTable -> GetPageTable 3 years ago
Liam 6eaef51cf2 memory: rename global memory references to application memory 3 years ago
Liam 156516e399 kernel: use KTypedAddress for addresses 3 years ago
Liam b8da5b73b2 kernel: convert KProcess to new style 3 years ago
Liam 46d09ae364 kernel: convert KThread to new style 3 years ago
Liam 1c3a93e7c4 service: refactor server architecture 3 years ago
arades79 b4b47c9f4a remove constexpr from virtual function 3 years ago
arades79 b34e09b574 use a string view to skip allocation 3 years ago
arades79 adcef452e0 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
Liam c68577384a general: rename CurrentProcess to ApplicationProcess 3 years ago
Liam f28fbaa41e debugger: add host fastmem pointer fetch command 3 years ago
Liam 5a712bb51a general: fix compile for Apple Clang 3 years ago
Liam 9f12c3e22f gdbstub: add ams monitor commands 3 years ago
Liam a19fabfe0c debugger: allow more than one connection attempt per session 3 years ago
Liam 47fc168030 common: remove "yuzu:" prefix from thread names 4 years ago
Liam 3edb108f4b kernel: unlayer CPU interrupt handling 4 years ago
lat9nq f1ca3b7ff3 gdbstub_arch: Directly access SP register 4 years ago
Liam 2e78c2fdb9 gdbstub: fix register pokes 4 years ago
Liam 8d2abc710c core/debugger: memory breakpoint support 4 years ago
Liam 59a6d88625 kernel: implement KProcess suspension 4 years ago
Liam 2328945c5a core/debugger: allow remote connections 4 years ago
Lioncash d3d5f85f98 gdbstub_arch: Add missing virtual destructor 4 years ago
Liam c14f683322 core/debugger: fix a number of shutdown deadlocks 4 years ago
Liam fca1ce699a core/debugger: fix asio write usage 4 years ago
Liam 92f60fbce1 core/debugger: fix crash due to incorrect lambda capture 4 years ago
Liam 67d1c62135 gdbstub: add missing library list command 4 years ago
Liam b3dce90004 core/debugger: Support reading guest thread names 4 years ago
Liam 89993f89cf gdbstub: fix target descriptions 4 years ago