开发者

How does GDB halt execution of the other process? How does GDB work?

开发者 https://www.devze.com 2023-04-10 19:39 出处:网络
I am looking for some information on how GDB access a running processes environment and symbols; e.g. how it works and how it halts the execution of 开发者_C百科the program.gdb uses the ptrace system

I am looking for some information on how GDB access a running processes environment and symbols; e.g. how it works and how it halts the execution of 开发者_C百科the program.


gdb uses the ptrace system call. Read the manual page to learn more.


There is GDB Internals Manual. It covers internals of gdb and describes it's key algorithms and operations.

0

精彩评论

暂无评论...
验证码 换一张
取 消