Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
To: Midnight Xiong <midnight.xiong@gmail.com>
Cc: gdb@sources.redhat.com
Subject: the fullname in MI
Date: Tue, 21 Jun 2005 22:34:00 -0000	[thread overview]
Message-ID: <17080.38410.920459.599129@farnswood.snap.net.nz> (raw)
In-Reply-To: <7f89a3ea05062114585b8e320b@mail.gmail.com>

Midnight Xiong writes:
 > Hi,
 >  I'm wondering, how can I get the fullname of source file in MI output?
 >  For example,
 >  ^done,reason="breakpoint-hit",bkptno="1",thread-id="1",frame={addr="0x00401342",
 >  func="main",args=[{name="argc",value="1"},{name="argv",value="0x3d24c8"}],file="
 >  test.c",line="11"}
 >  
 >  For file="test.c", how can I determine the correct filename (with
 > absolute path)?
 >  Thank you so much.

What version of GDB are you using?  GDB in the CVS repository prints the
fullname since this change:


2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
	    Dennis Brueni  <dennis@slickedit.com>

	* stack.c (print_frame): In MI mode, output a fullname attribute
	with the stack frame.

e.g

(gdb) 
-exec-run
^running
(gdb) 
*stopped,reason="breakpoint-hit",bkptno="1",thread-id="0",frame={addr="0x080484d9",func="main",args=[{name="argc",value="1"},{name="argv",value="0xbffff794"}],file="myprog.c",fullname="/home/nick/myprog.c",line="49"}
(gdb) 


Nick


  parent reply	other threads:[~2005-06-21 22:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <7f89a3ea050621145727f72dad@mail.gmail.com>
2005-06-21 21:58 ` Midnight Xiong
2005-06-21 22:03   ` Bob Rossi
2005-06-21 22:34   ` Nick Roberts [this message]
2005-06-22  5:33     ` Midnight Xiong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17080.38410.920459.599129@farnswood.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --cc=gdb@sources.redhat.com \
    --cc=midnight.xiong@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox