aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 15c59b2..612f82f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
2018-12-27 Tom Tromey <tom@tromey.com>
+ * python/python-internal.h (gdbpy_print_stack_or_quit): Declare.
+ * python/py-unwind.c (pyuw_sniffer): Use
+ gdbpy_print_stack_or_quit.
+ * python/py-framefilter.c (throw_quit_or_print_exception):
+ Remove.
+ (gdbpy_apply_frame_filter): Use gdbpy_print_stack_or_quit.
+ * python/python.c (gdbpy_print_stack_or_quit): New function.
+
+2018-12-27 Tom Tromey <tom@tromey.com>
+
* python/py-value.c (convert_value_from_python): Use
gdbpy_convert_exception.
* python/py-param.c (parmpy_init): Use gdbpy_convert_exception.