diff options
author | Pedro Alves <palves@redhat.com> | 2009-01-26 19:15:24 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-01-26 19:15:24 +0000 |
commit | 7488432fc292f9ac6fb3e69ef7c8fa745c0fa886 (patch) | |
tree | b7791949cecf69ea621079fb586036f263d6dcf6 /gdb | |
parent | 1e275f793e425abf454a7b8d98b411760115f52e (diff) | |
download | gdb-7488432fc292f9ac6fb3e69ef7c8fa745c0fa886.zip gdb-7488432fc292f9ac6fb3e69ef7c8fa745c0fa886.tar.gz gdb-7488432fc292f9ac6fb3e69ef7c8fa745c0fa886.tar.bz2 |
Add forgotten PR tags:
PR backtrace/9458, PR backtrace/8864
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4743846..63ad939 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2009-01-26 Pedro Alves <pedro@codesourcery.com> + PR backtrace/9458, PR backtrace/8864: * frame.c (create_new_frame): Update the frame's cached PC before finding its unwinder. Use frame_id_build to build the new frame's id. |