Browse Source
2011-10-04 Paul Woegerer <paul_woegerer@mentor.com> Carlos O'Donell <carlos@codesourcery.com> * dwarf.c (display_debug_lines_decoded): Index directory_table with directory_index from file_table entry. binutils/testsuite/ 2011-10-04 Carlos O'Donell <carlos@codesourcery.com> * binutils-all/dw2-decodedline.S: New file. * binutils-all/objdump.WL: New file. * binutils-all/objdump.exp: Update copyright year. New test case for -WL.gdb_7_4-branch
6 changed files with 74 additions and 4 deletions
@ -0,0 +1,16 @@ |
|||
.file "dw2-decodedline.c" |
|||
.file 1 "dw2-decodedline.c" |
|||
.file 2 "directory/file1.c" |
|||
.text |
|||
.globl f1 |
|||
.type f1, %function |
|||
f1: |
|||
.loc 2 1 0 |
|||
nop |
|||
.size f1, .-f1 |
|||
.globl main |
|||
.type main, %function |
|||
main: |
|||
.loc 1 2 0 |
|||
nop |
|||
.size main, .-main |
|||
@ -0,0 +1,15 @@ |
|||
|
|||
.*dw2-decodedline.o: file format .* |
|||
|
|||
Decoded dump of debug contents of section \.debug_line: |
|||
|
|||
CU: \./dw2-decodedline\.c: |
|||
File name Line number Starting address |
|||
|
|||
directory/file1\.c: |
|||
file1\.c 1 .* |
|||
|
|||
|
|||
\./dw2-decodedline\.c:\[\+\+\] |
|||
dw2-decodedline\.c 2 .* |
|||
|
|||
Loading…
Reference in new issue