Age | Commit message (Collapse) | Author |
|
|
|
|
|
Replace multiple names with a better name
|
|
Support `InfoType_MesosphereCurrentProcess`
|
|
|
|
|
|
kernel: make current thread pointer thread local
|
|
|
|
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
|
|
|
|
|
|
|
|
KPageTable: Remove extraneous assert
|
|
kernel: wait for threads to stop on pause
|
|
Since start is always 0 and VAddr is unsigned, we can safely remove this assert.
|
|
core/debugger: memory breakpoint support
|
|
kernel: fix some uses of disable_count
|
|
Used by Ring Fit Adventure
|
|
|
|
|
|
Currently this just stops all the emulation
This works under assumption that only application will try to use
ExitProcess, with services not touching it
If application exits - it quite makes sense to end the emulation
|
|
|
|
|
|
kernel: implement KProcess suspension
|
|
service: notifa: Implement most part of this service
|
|
kernel: notify debugger on break SVC
|
|
yuzu: Make variable shadowing a compile-time error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CpuManager: simplify pausing
|
|
Now that the entire project is free of variable shadowing, we can enforce this as a compile time error to prevent any further introduction of this logic bug.
|
|
core/debugger: support operation in yuzu-cmd
|
|
core/debugger: allow remote connections
|
|
kernel: fix KCodeMemory initialization
|
|
|
|
The class is used polymorphically, so it's undefined behavior to delete
instances of GDBStubA64 and GDBStubA32 from the base class pointer.
|
|
|
|
|
|
|
|
|
|
Follow-up fixes for NVFlinger rewrite (Part 3)
|
|
|
|
|