diff options
author | Tom Tromey <tromey@redhat.com> | 2013-02-28 19:23:57 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-02-28 19:23:57 +0000 |
commit | 9e974e552d14a3755637f24215c563976716c971 (patch) | |
tree | 52d323f959b44d7d38cfbcf2c56fffc3e6bbc701 /gdb/ChangeLog | |
parent | dd5fa3e77282d2ea30ebba9ccaca67a5d978ca9d (diff) | |
download | gdb-9e974e552d14a3755637f24215c563976716c971.zip gdb-9e974e552d14a3755637f24215c563976716c971.tar.gz gdb-9e974e552d14a3755637f24215c563976716c971.tar.bz2 |
* python/python.c (gdbpy_find_pc_line): Call find_pc_line
inside TRY_CATCH.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b9c6757..e785983 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2013-02-28 Tom Tromey <tromey@redhat.com> + * python/python.c (gdbpy_find_pc_line): Call find_pc_line + inside TRY_CATCH. + +2013-02-28 Tom Tromey <tromey@redhat.com> + * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call frame_object_to_frame_info inside TRY_CATCH. |