X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=eda3fa22e65abfb813fa9ae70f268e4eb0dbb9f0;hb=6d61dee599fb314f0561c3bd0dd17ac0cfa05e35;hp=ce63f93b46dd68f29ecaa389b5fba6c15ef57a31;hpb=97e64e5ab19dbf6a9babd711e8deec5545520954;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ce63f93b46..eda3fa22e6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,57 @@ +2016-09-28 Pedro Alves + + * infcall.c (run_inferior_call): Remove input from the event + loop while running the infcall. + +2016-09-27 Fredrik Hederstierna + + * arm-tdep.c (arm_m_addr_is_magic): New function. + (arm_addr_bits_remove): Call arm_m_addr_is_magic. + (arm_m_exception_unwind_sniffer): Likewise. + +2016-09-23 Jon Turney + + * windows-nat.c (windows_delete_thread): Adjusting call to + target_mourn_inferior to include ptid_t argument. + +2016-09-23 Tom Tromey + + * utils.h (make_cleanup_dyn_string_delete): Remove declaration. + * utils.c: Don't include dyn-string.h. + (do_dyn_string_delete, make_cleanup_dyn_string_delete): Remove. + * cli/cli-cmds.c: Include . Don't include dyn-string.h. + (argv_to_string): Rename. Change return type to std::string. + (alias_command): Use std::string. + +2016-09-23 Tom Tromey + + * objfiles.c: Include . + (objfile_relocate): Use std::vector. + +2016-09-23 Tom Tromey + + * rust-lang.c: Include and . + (rust_evaluate_funcall): Use std::vector, std::string. + (rust_evaluate_subexp): Use std::string. + (rust_lookup_symbol_nonlocal): Use std::string. + +2016-09-23 Tom Tromey + + * cp-namespace.c: Include . + (cp_search_static_and_baseclasses) + (cp_lookup_symbol_imports_or_template, find_symbol_in_baseclass): + Use std::string. + +2016-09-23 Tom Tromey + + * break-catch-sig.c: Include . + (signal_catchpoint_print_one): Use std::string. + +2016-09-23 Tom Tromey + + * utils.c (struct restore_ui_out_closure): Remove. + * objfiles.h (terminate_minimal_symbol_table): Don't declare. + 2016-09-23 Yao Qi * nat/linux-osdata.c (linux_xfer_osdata_threads): Replace