X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=0ae93e0efae9b88d0d6ceaa42b96627b63cd770a;hb=80b6e7564ff0168d392e69a46ded01ce1bf3dd73;hp=951e9fd64e4ece3baf192826d6519757946a641d;hpb=7b50312ad68f7c3acac2b318f6ff96956ad381ea;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 951e9fd64e..0ae93e0efa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,43 @@ +2011-12-16 Phil Muldoon + + * python/python.c: Define python_excp_enums. + (eval_python_from_control_command): Do not call gdbpy_print_stack. + (python_command): Ditto. + (gdbpy_print_stack): Rewrite to use new enum constants. + (maint_set_python): Remove function. + (maint_show_python): Ditto. + (_initialize_python): Do not add "maint" commands. Add "set/show + python print-stack commands". + * NEWS: Update to reflect removal for "maint set/show + print-stack" + +2011-12-15 Doug Evans + + * exceptions.c (catcher_list_size): New function. + (last_message): Delete. + (exception_messages, exception_messages_size): New static globals. + (throw_it): Use exception_messages array to handle nested calls. + +2011-12-15 Tom Tromey + + * symfile.c (symbol_file_add_with_addrs_or_offsets): Remove bad + do_cleanups call. + +2011-12-14 Doug Evans + + * defs.h (wait_to_die_with_timeout): Declare. + * utils.c: #include "gdb_wait.h". + (sigalrm_handler, wait_to_die_with_timeout): New functions. + * ser-pipe.c: Don't #include "gdb_wait.h". + (pipe_close): Give child a chance to die on its own after closing + its stdin before SIGTERM'ing it. + +2011-12-14 Joel Brobecker + Tom Tromey + + * ada-lang.c (add_nonlocal_symbols): Initialize data to + all zeros. Remove setting of data.arg_sym to NULL. + 2011-12-14 Pedro Alves PR threads/10729