X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=446c45501dcd778d8aeaba446cfe1ac01aa352ae;hb=179aed7fdc7864ad3623a680b371a98baadb7705;hp=13a1e46ca251c722190011513d705fcba15829bd;hpb=80fd2826411c1033ec403658c5f3187bf9c1740a;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 13a1e46ca2..446c45501d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,54 @@ +2019-10-03 Andrew Burgess + + * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and + cp_search_name_hash. + * NEWS: Add entry about nested function support. + +2019-10-03 Bernhard Heckel + Andrew Burgess + + * cp-namespace.c (cp_search_static_and_baseclasses): Only search + for nested static variables when searchin VAR_DOMAIN. + * dwarf2read.c (add_partial_symbol): Add nested subroutines to the + global scope, update comment. + (add_partial_subprogram): Call add_partial_subprogram recursively + for nested subroutines when processinng Fortran. + (load_partial_dies): Process the child entities of a subprogram + when processing Fortran. + (partial_die_parent_scope): Handle building scope + for Fortran nested functions. + (process_die): Record that nested functions have a scope. + (new_symbol): Always record Fortran subprograms on the global + symbol list. + (determine_prefix): How to build the prefix for Fortran + subprograms. + +2019-10-03 Andrew Burgess + + * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we + have just sent the thread a SIGSTOP and are waiting for it to + arrive. + +2019-10-03 Andrew Burgess + + * btrace.c (btrace_add_pc): Remove whitespace before the template + parameter in 'std::vector <...>'. + (parse_xml_btrace_block): Likewise. + (btrace_maint_decode_pt): Likewise. + (btrace_maint_update_packets): Likewise. + (btrace_maint_print_packets): Likewise. + * btrace.h (struct btrace_maint_info): Likewise. + * dwarf2read.c (struct type_unit_group): Likewise. + (build_type_psymtabs_reader): Likewise. + * gdbsupport/btrace-common.c (btrace_data_append): Likewise. + * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise. + * nat/linux-btrace.c (perf_event_read_bts): Likewise. + +2019-10-03 Tom de Vries + + * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of + the first line of the help text for set/show style metadata. + 2019-10-02 Tom Tromey * Makefile.in (COMMON_SFILES): Add common-inferior.c.