1752522 Members
4773 Online
108788 Solutions
New Discussion

gdb

 
susa gaga
Occasional Contributor

gdb

hi,
i want to design my own gdb(for few commands), how to start about it? i am thinking of using ptrace sys call ( i am working on linux 7.1) how to go about it? guide me to some resources about it,
thanx in advance
1 REPLY 1
Vincent Fleming
Honored Contributor

Re: gdb

You should start with reading the source code to gdb, which should be on your system.

It may be easier to simply modify gdb to do what you want.

Vince
No matter where you go, there you are.