diff options
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6f5f9aa..08a3a61 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2014-04-18 Tom Tromey <palves@redhat.com> + Pedro alves <tromey@redhat.com> + + PR backtrace/15558 + * gdb.opt/inline-bt.exp: Test backtracing from an inline function + with a backtrace limit. + * gdb.python/py-frame-inline.exp: Test running to an inline + function with a backtrace limit, and printing the newest frame. + * gdb.python/py-frame-inline.c (main): Call f. + 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com> * gdb.java/jnpe.exp: Drop srcdir from untested path. |