X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=e1bd3496a679a17572a136483fb0bf2aac58f671;hb=a07c88800e88e26fc3a746739f0d2cc8abd30c5d;hp=a6a42e4e36427d95b63ea197834c63eca6ad1052;hpb=b18ca5148b837c878b64306be2b78b15fa730259;p=binutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a6a42e4e364..e1bd3496a67 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,148 @@ +2019-01-03 Andrew Burgess + + * linux-fork.c (class scoped_switch_fork_info): New class. + (inferior_call_waitpid): Update to use scoped_switch_fork_info. + +2019-01-03 Andrew Burgess + + * valops.c (find_overload_match): Remove use of null_cleanup, and + calls to do_cleanups. + +2019-01-03 Andrew Burgess + + * compile/compile-cplus-types.c + (compile_cplus_instance::decl_name): Handle changes to + cp_func_name. + * cp-support.c (cp_func_name): Update header comment, update + return type. + * cp-support.h (cp_func_name): Update return type in declaration. + * valops.c (find_overload_match): Move temp_func local to top + level of function and change its type. Use temp_func to hold and + delete temporary string obtained from cp_func_name. + +2019-01-03 Andrew Burgess + + * remote.c (remote_target::remote_check_symbols): Convert `msg` to + gdb::char_vector, remove cleanup, and update uses of `msg`. + +2019-01-03 Jim Wilson + + * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8. + +2019-01-02 Tom Tromey + + * xml-tdesc.c (xml_cache): Hold a target_desc_up. + (tdesc_parse_xml): Remove cleanups. + * target-descriptions.h (make_cleanup_free_target_description): + Don't declare. + (target_desc_deleter): New struct. + (target_desc_up): New typedef. + * target-descriptions.c (target_desc_deleter::operator()): Rename + from free_target_description. + (make_cleanup_free_target_description): Remove. + +2019-01-02 Tom Tromey + + * linespec.c (struct linespec_parser): Rename from ls_parser. Add + constructor, destructor. + (linespec_parser): Remove typedef. + (~linespec_parser): Rename from linespec_parser_delete. + (linespec_lex_to_end, linespec_complete_label) + (linespec_complete): Update. + (decode_line_full): Remove cleanups. + (decode_line_1): Update. + +2019-01-02 Tom Tromey + + * python/python-internal.h (inferior_to_inferior_object): Change + return type. + * python/py-exitedevent.c (create_exited_event_object): Update. + * python/py-inferior.c (inferior_to_inferior_object): Return + gdbpy_ref. + (python_new_inferior, python_inferior_deleted) + (thread_to_thread_object, delete_thread_object) + (build_inferior_list, gdbpy_selected_inferior): Update. + * python/py-infthread.c (create_thread_object): Update. Also fail + if inferior_to_inferior_object fails. + +2019-01-02 Simon Marchi + + * inferior.h (class inferior) : New field. + * infrun.h (struct displaced_step_state): Move here from + infrun.c. Initialize fields, add constructor. + : Remove field. + : New method. + * infrun.c (struct displaced_step_inferior_state): Move to + infrun.h. + (displaced_step_inferior_states): Remove. + (get_displaced_stepping_state): Adust. + (displaced_step_in_progress_any_inferior): Adjust. + (displaced_step_in_progress_thread): Adjust. + (displaced_step_in_progress): Adjust. + (add_displaced_stepping_state): Remove. + (get_displaced_step_closure_by_addr): Adjust. + (remove_displaced_stepping_state): Remove. + (infrun_inferior_exit): Call displaced_step_state.reset. + (use_displaced_stepping): Don't check for NULL. + (displaced_step_prepare_throw): Call + get_displaced_stepping_state. + (displaced_step_fixup): Don't check for NULL. + (prepare_for_detach): Don't check for NULL. + +2019-01-02 Philippe Waroquiers + + * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm + in case of call that did not complete. + +2019-01-02 Andrey Utkin + + * symfile.c (find_separate_debug_file): Fix search of debug files for + remote debuggee. + +2019-01-02 Tom Tromey + + * python/py-inferior.c (gdbpy_initialize_inferior): Fix + indentation. + * python/py-frame.c (frapy_older): Remove cast. + (frapy_newer): Likewise. + * python/py-breakpoint.c (local_setattro): Remove cast. + * python/py-arch.c (archpy_name): Remove local variable. + * python/py-type.c (gdbpy_lookup_type): Remove cast. + +2019-01-02 Joel Brobecker + + * unittests/basic_string_view/element_access/char/empty.cc: + Fix year range in copyright header. + +2019-01-01 Andrew Burgess + + * arch/riscv.h (struct riscv_gdbarch_features) : + Delete. + : Update with for removed field. + : Likewise. + * riscv-tdep.h (struct gdbarch_tdep) : Renamed to... + : ...this. + : New field. + (riscv_isa_flen): Update comment. + (riscv_abi_xlen): New declaration. + (riscv_abi_flen): New declaration. + * riscv-tdep.c (riscv_isa_xlen): Update to get answer from + isa_features. + (riscv_abi_xlen): New function. + (riscv_isa_flen): Update to get answer from isa_features. + (riscv_abi_flen): New function. + (riscv_has_fp_abi): Update to get answer from abi_features. + (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa + xlen and flen. + (riscv_call_info) : Update comment. + (riscv_call_arg_struct): Remove invalid assertions + (riscv_features_from_gdbarch_info): Update now hw_float_abi field + is removed. + (riscv_gdbarch_init): Gather isa features and abi features + separately, ensure both match on the gdbarch when reusing an old + gdbarch. Relax an error check to allow 32-bit abi float to run on + a target with 64-bit float hardware. + 2019-01-01 Philippe Waroquiers * source.c (search_command_helper): Stop reverse search