This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: the fullname in MI


Fine. I used an old version. Temporarly, I can use -file-list-exec-source-files.

Thank Bob Rossi, Nick Roberts and others.

On 6/22/05, Nick Roberts <nickrob@snap.net.nz> wrote:
> 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
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]