diff options
author | Pedro Alves <palves@redhat.com> | 2011-03-22 14:39:40 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-03-22 14:39:40 +0000 |
commit | ce406537179aa72cf126062f938ceed5eae0de4c (patch) | |
tree | ba934be238faa92922d726d0dba7751ddf29ad4b /gdb/ChangeLog | |
parent | da5d4055636ade8701e93544b7b1120bf7afedca (diff) | |
download | gdb-ce406537179aa72cf126062f938ceed5eae0de4c.zip gdb-ce406537179aa72cf126062f938ceed5eae0de4c.tar.gz gdb-ce406537179aa72cf126062f938ceed5eae0de4c.tar.bz2 |
* infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
errors when reading the `stop_pc'.
* printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
get_frame_pc.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9e4c43a..98d6456 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2011-03-22 Pedro Alves <pedro@codesourcery.com> + + * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR + errors when reading the `stop_pc'. + * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of + get_frame_pc. + 2011-03-22 Phil Muldoon <pmuldoon@redhat.com> * NEWS: Document gdb.Write stream keyword. |