Summary: | inconsistent behaviors at -O2 | ||
---|---|---|---|
Product: | gdb | Reporter: | Anonymous <iamanonymous.cs> |
Component: | gdb | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | rguenth |
Priority: | P2 | ||
Version: | HEAD | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
Anonymous
2020-05-30 02:58:08 UTC
gdb does not support location views. this is all known behaviour. (gdb) maint info line-table objfile: /home/yibiao/DeVIL/a.out ((struct objfile *) 0x557a30fda120) compunit_symtab: ((struct compunit_symtab *) 0x557a30fd1400) symtab: /home/yibiao/DeVIL/small.c ((struct symtab *) 0x557a30fd1480) linetable: ((struct linetable *) 0x557a3101af00): INDEX LINE ADDRESS IS-STMT 0 5 0x0000555555555080 Y 1 7 0x0000555555555088 2 6 0x000055555555508d 3 7 0x00005555555550a1 4 8 0x00005555555550a6 5 6 0x00005555555550ae 6 7 0x00005555555550b3 Y 7 8 0x00005555555550b3 Y 8 7 0x00005555555550b3 9 6 0x00005555555550b8 10 6 0x00005555555550bb 11 7 0x00005555555550c5 12 8 0x00005555555550cb 13 7 0x00005555555550d1 14 8 0x00005555555550d3 15 7 0x00005555555550d6 16 8 0x00005555555550da 17 9 0x00005555555550e2 Y 18 10 0x00005555555550e2 19 END 0x00005555555550fc Y *** This bug has been marked as a duplicate of bug 25507 *** |