Liam
|
17a571379b
|
gdbstub: read module information from memory layout
|
2 years ago |
Liam
|
713f292a25
|
kernel: add KPageTableBase
Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
|
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
|
2 years ago |
Liam
|
efa3409a30
|
gdbstub: fixup replaced instruction bytes in memory reads
|
2 years ago |
Liam
|
46234254b1
|
core: reduce TOCTTOU memory access
|
2 years ago |
Liam
|
6b6f0b21b9
|
k_process: PageTable -> GetPageTable
|
2 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
Converts services to have their own processes
|
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
|
9f12c3e22f
|
gdbstub: add ams monitor commands
|
3 years ago |
Liam
|
2e78c2fdb9
|
gdbstub: fix register pokes
|
4 years ago |
Liam
|
8d2abc710c
|
core/debugger: memory breakpoint support
|
4 years ago |
Liam
|
c14f683322
|
core/debugger: fix a number of shutdown deadlocks
|
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
|
da50e98e3a
|
core/debugger: Improved stepping mechanism and misc fixes
|
4 years ago |
Morph
|
0767bdd486
|
gdbstub: Explicitly cast return type to u8
Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8.
|
4 years ago |
Liam
|
2ee161a0bf
|
core/debugger: Implement new GDB stub debugger
|
4 years ago |