X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=gdbsupport%2FChangeLog;h=45c2ce70a31ddfad7557290e4e9ab6a79c79351d;hb=866b34a12df543caae10dd5a8de988e40ee012cd;hp=6bfd6768727c5538dade3c8b7a2dd5bb0a8bd421;hpb=3d1e5a43cbe1780ea66df0fe091998ee61177899;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog index 6bfd676872..45c2ce70a3 100644 --- a/gdbsupport/ChangeLog +++ b/gdbsupport/ChangeLog @@ -1,3 +1,171 @@ +2020-07-28 Tom de Vries + + PR build/26281 + * gdb_optional.h (class optional): Add volatile member to union + contaning m_dummy and m_item. + +2020-07-17 Andrew Burgess + + * tdesc.h (struct target_desc_deleter): Moved here + from gdb/target-descriptions.h, extend comment. + (target_desc_up): Likewise. + +2020-06-30 Tom Tromey + + PR build/26183: + * gdb_string_view.h (basic_string_view::to_string): Remove. + (gdb::to_string): New function. + +2020-06-27 Simon Marchi + + * tdesc.h (class print_xml_feature) : Add + ATTRIBUTE_PRINTF. + +2020-06-23 Andrew Burgess + + * tdesc.cc (print_xml_feature::visit_pre): Use add_line to add + output content, and call indent as needed in all overloaded + variants. + (print_xml_feature::visit_post): Likewise. + (print_xml_feature::visit): Likewise. + (print_xml_feature::add_line): Two new overloaded functions. + * tdesc.h (print_xml_feature::indent): New member function. + (print_xml_feature::add_line): Two new overloaded member + functions. + (print_xml_feature::m_depth): New member variable. + +2020-06-23 Andrew Burgess + + * tdesc.cc (print_xml_feature::visit_pre): Print compatible + information. + * tdesc.h (struct tdesc_compatible_info): Declare new struct. + (tdesc_compatible_info_up): New typedef. + (tdesc_compatible_info_list): Declare new function. + (tdesc_compatible_info_arch_name): Declare new function. + +2020-05-25 Michael Weghorn + + * common-utils.cc, common-utils.h (stringify_argv): Drop + now unused function stringify_argv + +2020-05-25 Michael Weghorn + + * common-inferior.cc, common-inferior.h (construct_inferior_arguments): + Adapt to take a gdb::array_view parameter. + Adapt call site. + +2020-05-25 Michael Weghorn + + * common-inferior.cc, common-inferior.h (construct_inferior_arguments): + Adapt to handle zero args and return a std::string. + Adapt call site. + +2020-05-25 Michael Weghorn + + * common-inferior.h, common-inferior.cc: (construct_inferior_arguments): + Move function here from gdb/infcmd.c, gdb/inferior.h + +2020-05-14 Kevin Buettner + + * btrace-common.h (btrace_cpu_vendor): Add CV_AMD. + +2020-05-14 Tankut Baris Aktemur + + * common-regcache.h (regcache_read_pc_protected): New function + declaration. + +2020-04-28 Tankut Baris Aktemur + + * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask). + +2020-04-27 Simon Marchi + + * common-defs.h: Include cstdlib.h. + +2020-04-20 Tom Tromey + + * scoped_mmap.h (scoped_mmap): Mark move constructor as noexcept. + Use initialization style. Don't call destroy. + * scoped_fd.h (class scoped_fd): Mark move constructor as + noexcept. + * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as + noexcept. + +2020-04-13 Tom Tromey + + * event-loop.c: Move comment. Remove obsolete comment. + +2020-04-13 Tom Tromey + + * event-loop.h: Move from ../gdb/. + * event-loop.cc: Move from ../gdb/. + +2020-04-13 Tom Tromey + + * errors.h (flush_streams): Declare. + +2020-04-13 Tom Tromey + + * gdb_select.h: Move from ../gdb/. + +2020-04-13 Tom Tromey + + * config.in, configure: Rebuild. + * common.m4 (GDB_AC_COMMON): Check for poll.h, sys/poll.h, + sys/select.h, and poll. + +2020-03-31 Tom Tromey + + * btrace-common.cc (btrace_data_append): Conditionally call + memcpy. + +2020-03-27 Andrew Burgess + + * create-version.sh: Resolve issues highlighted by shellcheck. + +2020-03-20 Simon Marchi + + * config.in: Re-generate. + * configure: Re-generate. + +2020-03-17 Kamil Rytarowski + + * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined. + +2020-03-12 Tom Tromey + + * common-types.h: Remove GDBSERVER code. + (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Redefine. + * common-defs.h: Remove GDBSERVER code. + +2020-03-12 Simon Marchi + + * selftest.m4: Moved from gdb/. + * acinclude.m4: Update path to selftest.m4. + +2020-03-12 Simon Marchi + + * configure.ac: Don't source bfd/development.sh. + * common.m4: Source bfd/development.sh. + * configure: Re-generate. + +2020-03-12 Simon Marchi + + * configure: Re-generate. + +2020-03-11 Simon Marchi + + * configure: Re-generate. + * warning.m4: Enable -Wmissing-prototypes. + +2020-03-08 Tom Tromey + + * gdb_binary_search.h: Fix two typos. + +2020-03-06 Andrew Burgess + + * .dir-locals.el: New file. + 2020-03-05 Vyacheslav Petrishchev * configure.ac: Added call development.sh.