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 gdb/15205] GDB document about option "-fullname" isinconsistent with the behavior in CLI


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

--- Comment #1 from asmwarrior <asmwarrior at gmail dot com> 2013-02-27 02:20:58 UTC ---
Ok, I see that when pass "-fullname" to GDB, the internal value annotate = 1,
and look at the source code of GDB, I see such code snippet (when GDB runs
after bt command):

in: annotate.c.

void
annotate_frame_source_line (void)
{
  if (annotation_level == 2)
    printf_filtered (("\n\032\032frame-source-line\n"));
}

So, in the case of annotation_level==1, nothing added here.

-- 
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]