Commit Graph

13 Commits

Author SHA1 Message Date
K. Lange
453486bc52 strace: generic interface to user registers 2023-10-06 09:05:36 +09:00
K. Lange
8e86b94748 dbg: fix implicit cast warning 2023-06-25 12:06:08 +09:00
K. Lange
187b331e9e ptrace: fix delivery of final signals, improve dbg 2022-02-02 20:53:23 +09:00
K. Lange
4c04e01f61 aarch64: basic tracing support 2022-02-02 20:52:56 +09:00
K. Lange
67a228e6ef dbg: add backtrace command 2021-09-27 18:50:05 +09:00
K Lange
aa8fdab570 ptrace: support tracing from non-parent process 2021-09-24 19:15:06 +09:00
K. Lange
41ba264cdc ptrace: PTRACE_SINGLESTEP 2021-09-24 14:41:17 +09:00
K. Lange
95550e7965 dbg: show signal number if name is not available 2021-09-24 13:10:03 +09:00
K. Lange
c8a37456ec ptrace: POKEDATA, permission fixes for PEEKDATA 2021-09-24 12:00:46 +09:00
K. Lange
358c240c8c dbg: make sure debugged process terminates on exit 2021-09-24 06:34:02 +09:00
K. Lange
119d7731d8 dbg: Try to figure out symbol names, library locations 2021-09-24 00:13:40 +09:00
K. Lange
8c5837534a dbg: add 'print' command 2021-09-23 14:42:24 +09:00
K. Lange
470b2bfabb ptrace: Catch signals, start work on debugger 2021-09-22 20:32:21 +09:00