Liam
|
fbda084acb
|
gdbstub: fixup replaced instruction bytes in memory reads
|
2 years ago |
Liam
|
9f3f615e05
|
core: reduce TOCTTOU memory access
|
2 years ago |
Liam
|
a85ce8ea56
|
k_process: PageTable -> GetPageTable
|
2 years ago |
Liam
|
41d99aa89d
|
memory: rename global memory references to application memory
|
3 years ago |
Liam
|
fb49ec19c1
|
kernel: use KTypedAddress for addresses
|
3 years ago |
Liam
|
9863db9db4
|
kernel: convert KProcess to new style
|
3 years ago |
Liam
|
6bfb4c8f71
|
kernel: convert KThread to new style
|
3 years ago |
Liam
|
a936972614
|
service: refactor server architecture
Converts services to have their own processes
|
3 years ago |
Liam
|
ceda2d280e
|
general: rename CurrentProcess to ApplicationProcess
|
3 years ago |
Liam
|
e9c3d16f6f
|
debugger: add host fastmem pointer fetch command
|
3 years ago |
Liam
|
18123ff958
|
gdbstub: add ams monitor commands
|
3 years ago |
Liam
|
19f475fd70
|
gdbstub: fix register pokes
|
4 years ago |
Liam
|
208ed712f4
|
core/debugger: memory breakpoint support
|
4 years ago |
Liam
|
1f0fee33ed
|
core/debugger: fix a number of shutdown deadlocks
|
4 years ago |
Liam
|
2f2e443858
|
gdbstub: add missing library list command
|
4 years ago |
Liam
|
07922abffc
|
core/debugger: Support reading guest thread names
|
4 years ago |
Liam
|
989d4a7a41
|
core/debugger: Improved stepping mechanism and misc fixes
|
4 years ago |
Morph
|
a32f6e9d8e
|
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
|
fb4b3c127f
|
core/debugger: Implement new GDB stub debugger
|
4 years ago |