Good morning, I started GDB debugging session several hours ago. Is it possible to use gdb to attach a process that is already debugging by Gdb?
I tried to attach as root but I get the following error message:
[root @ localhost lirh5g_deb] # gdb ./MatchUpAccurate.exe 12327 ptrace: Operation key Not allowed / home / frank / dqt / matchupteest / lirh5g_deb / 12327: There is no such file or directory.We are using
Centos Linux Version 5.5 . Thank you.
Unfortunately, not directly. Your only option, if you do not use the screen / TMX, is to look for a TTI hijacker (it is possible that "theft" is TTI - this is an ugly solution) and by catching the TT that your current GDB Session is
Comments
Post a Comment