| Age | Commit message (Collapse) | Author |
|
|
|
|
|
* Fix typos in src/core
* Fix typo correction
* Fix indentation of MemoryStateNames
* Fix indent
|
|
|
|
|
|
Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Converts services to have their own processes
|
|
general: rename CurrentProcess to ApplicationProcess
|
|
Signed-off-by: arades79 <scravers@protonmail.com>
|
|
Signed-off-by: arades79 <scravers@protonmail.com>
|
|
where possible
Signed-off-by: arades79 <scravers@protonmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
core/debugger: support operation in yuzu-cmd
|
|
|
|
The class is used polymorphically, so it's undefined behavior to delete
instances of GDBStubA64 and GDBStubA32 from the base class pointer.
|
|
|
|
|
|
|
|
|
|
gdbstub: Support reading guest thread names
|
|
|
|
gdbstub: fix target descriptions
|
|
core/debugger: Improved stepping mechanism and misc fixes
|
|
|
|
core/debugger: Define defaulted virtual destructors
|
|
Resolves an MSVC warning where a virtual destructor is not defined in the base class with virtual functions.
|
|
|
|
Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8.
|
|
|