This is the mail archive of the gdb-prs@sourceware.org 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]

[Bug cli/8093] Patch to improve behavior of gdb with -fullname


http://sourceware.org/bugzilla/show_bug.cgi?id=8093

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.6

--- Comment #5 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2013-02-27 15:35:46 UTC ---
Talking about gdb-7.5 here:

The -fullname option causes calling function identify_source_line.
This function already printed s->fullname annotation before, even without my
patches.

-fullname according to gdb.info is really just about this annotation.
The -fullname option doc does not talk about any change in user visible GDB
text output like the backtraces.

The MI part has been already fixed for some time, not by changing the "file"
attribute but by introducing new "fullname" attribute.

Talking about gdb-7.6 here:

Emacs users still may prefer absolute filenames in backtraces but that is
unrelated to the -fullname option, they can set the "set filename-display"
option now.

So I find this Bug fixed, although a bit differently than it was filed.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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