diff options
author | Stan Shebs <shebs@codesourcery.com> | 2010-04-16 01:12:07 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2010-04-16 01:12:07 +0000 |
commit | 2ce6d6bf7c5f2c7ef3e816b1c64b4e14e52ca6bd (patch) | |
tree | 9dbede613a4c00ab45e1f711739d6a3bd82797b1 /gdb/ChangeLog | |
parent | 47edb3fead1279670ab27f6f983897d47ef87995 (diff) | |
download | gdb-2ce6d6bf7c5f2c7ef3e816b1c64b4e14e52ca6bd.zip gdb-2ce6d6bf7c5f2c7ef3e816b1c64b4e14e52ca6bd.tar.gz gdb-2ce6d6bf7c5f2c7ef3e816b1c64b4e14e52ca6bd.tar.bz2 |
2010-04-15 Stan Shebs <stan@codesourcery.com>
* frame.c: Include tracepoint.h.
(get_current_frame): Allow a trace frame to be an alternate source
of stack frame data.
* tracepoint.c (tfind_1): Don't try to get current stack frame if
it won't succeed.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1bcef84..0a8f5b1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2010-04-15 Stan Shebs <stan@codesourcery.com> + + * frame.c: Include tracepoint.h. + (get_current_frame): Allow a trace frame to be an alternate source + of stack frame data. + * tracepoint.c (tfind_1): Don't try to get current stack frame if + it won't succeed. + 2010-04-15 Pedro Alves <pedro@codesourcery.com> * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for |