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/12444] New: disassemble /m errors on inlined code?


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

           Summary: disassemble /m errors on inlined code?
           Product: gdb
           Version: archer
            Status: NEW
          Severity: normal
          Priority: P2
         Component: cli
        AssignedTo: unassigned@sourceware.org
        ReportedBy: mjw@redhat.com


Currently debugging, so not much details, but while trying to disassemble with
source line numbers of a large c++ method with inlined code (which is why I
wanted to see the disassembly with source lines) I got:

(gdb) disassemble /m
Dump of assembler code for function
copier<elfutils::dwarf_edit>::pending_entry::final(copier<elfutils::dwarf_edit>*,
Dwarf_Off, Dwarf_Off):
Line number 0 out of range; /home/mark/src/elfutils/libdw/c++/output-values.cc
has 85 lines.

Will try to get a simpler testcase if I find the time.

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