diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-06-25 15:34:46 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-06-25 15:34:46 +0000 |
commit | 5868a6328778ab92661f992c78ec9113b0473b12 (patch) | |
tree | 7bf12dbbe4b61d8f4f0fc97a476dc0d76d781cdf /gdb/testsuite/ChangeLog | |
parent | af76db58d70f013feb5e5854ea8bd23929275b7b (diff) | |
download | gdb-5868a6328778ab92661f992c78ec9113b0473b12.zip gdb-5868a6328778ab92661f992c78ec9113b0473b12.tar.gz gdb-5868a6328778ab92661f992c78ec9113b0473b12.tar.bz2 |
gdb/testsuite/
Test PR python/11407.
* gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
* gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
* gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
executable_nofb and executable_fb. New variables srcsfile, objsfile,
srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
binfile. Call gdb_compile with clean_restart twice.
(func_nofb print, func_nofb backtrace, func_loopfb print)
(func_loopfb backtrace): New.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 05230f9..3c5b7a6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,18 @@ 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com> + Test PR python/11407. + * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file. + * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end. + Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE. + * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources, + executable_nofb and executable_fb. New variables srcsfile, objsfile, + srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and + binfile. Call gdb_compile with clean_restart twice. + (func_nofb print, func_nofb backtrace, func_loopfb print) + (func_loopfb backtrace): New. + +2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com> + * gdb.dwarf2/dw2-ref-missing-frame-main.c: New. * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output by a hand made one. |