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 symtab/15118] New: list foo.h:lineno doesn't work


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

             Bug #: 15118
           Summary: list foo.h:lineno doesn't work
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
        AssignedTo: unassigned@sourceware.org
        ReportedBy: dje@google.com
    Classification: Unclassified


$ gcc -g hello.c
$ gdb a.out
(gdb) start
(gdb) list stdio.h:10

-->

file: "../libio/stdio.h", line number: 10
file: "../libio/stdio.h", line number: 10
file: "../libio/stdio.h", line number: 10
file: "../libio/stdio.h", line number: 10
file: "../libio/bits/stdio.h", line number: 10
file: "../libio/stdio.h", line number: 10
file: "../libio/bits/stdio.h", line number: 10
file: "../libio/stdio.h", line number: 10
file: "../libio/stdio.h", line number: 10
file: "../libio/stdio.h", line number: 10
file: "../libio/bits/stdio.h", line number: 10
file: "../libio/stdio.h", line number: 10

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