diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2013-04-24 11:46:58 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2013-04-24 11:46:58 +0200 |
commit | 6b366a25f9fd496777ff42932685924eb83696fc (patch) | |
tree | 44101e62baace51453731819c31b5de2483f17bf /open_issues/gdb_attach.mdwn | |
parent | 3eff66251a6609fc2a0c1f4957c053e2cde0db64 (diff) | |
download | web-6b366a25f9fd496777ff42932685924eb83696fc.tar.gz web-6b366a25f9fd496777ff42932685924eb83696fc.tar.bz2 web-6b366a25f9fd496777ff42932685924eb83696fc.zip |
IRC.
Diffstat (limited to 'open_issues/gdb_attach.mdwn')
-rw-r--r-- | open_issues/gdb_attach.mdwn | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/open_issues/gdb_attach.mdwn b/open_issues/gdb_attach.mdwn index 8f1b7b48..b9114b69 100644 --- a/open_issues/gdb_attach.mdwn +++ b/open_issues/gdb_attach.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2012 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2012, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -54,3 +54,30 @@ License|/fdl]]."]]"""]] process <tschwinge> That is supposed to work. <tschwinge> If the permission match. + + +# `gdb --pid [PID]` + +That is, not explicitly specifying an `executable-file`. + + +## IRC, OFTC, debian-hurd, 2013-04-15 + + <paravoid> I don't seem to be able to run gdb + <paravoid> that happened on the buildd and happens on exodar too + <paravoid> #0 0x010c07cc in ?? () + <paravoid> #1 0x010c1078 in ?? () + <paravoid> #2 0x0109eabf in ?? () + <paravoid> [...] + <paravoid> Backtrace stopped: previous frame inner to this frame (corrupt + stack?) + <paravoid> that's pid 24235 on exodar + <paravoid> I did gdb -p 24235 and then bt + <paravoid> just the output above + <youpi> I don't know about gdb -p + <youpi> I usually run gdb + /home/paravoid/gdnsd-1.8.1/plugins/meta/libgdmaps/t/.libs/lt-t17_extn_empty.bin + 24235 + <paravoid> okay, that indeed works + <youpi> I guess the support for finding out the binary automatically wasn't + done yet on hurd |