Attaching to running processes (GDB) #141
Unanswered
CouleeApps
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you want to attach to a running process, you can do so with the remote adapter to a gdbserver running on localhost.
localhost
and a port of12345
gdbserver -attach :12345 <pid>
to start a gdbserver attached to a pid.Beta Was this translation helpful? Give feedback.
All reactions