summaryrefslogtreecommitdiff
path: root/gdbsupport/ChangeLog
AgeCommit message (Expand)Author
2021-03-24New memory-tag commandsLuis Machado
2021-03-21Provide an inline startswith function in bfd.hAlan Modra
2021-02-05gnulib: update to 776af40e0Paul E. Murphy
2021-01-23Improve gdb_tilde_expand logic.Lancelot SIX
2021-01-22gdb: add remote_debug_printfSimon Marchi
2021-01-08gdb: check for empty strings in get_standard_cache_dir/get_standard_config_dirSimon Marchi
2021-01-06gdbsupport: common-utils.h: fix typo in headerMike Frysinger
2021-01-04gdb: introduce scoped debug printsSimon Marchi
2020-12-11gdbsupport: make use of safe-ctype functions from libibertyAndrew Burgess
2020-12-11gdb: factor out debug_prefixed_printf_condSimon Marchi
2020-12-08gdbsupport: Use LOCALAPPDATA to determine cache dirAlexander Fedotov
2020-12-01gdbsupport/tdesc: print enum fields using 'evalue' syntaxAndrew Burgess
2020-12-01gdbsupport/tdesc: print enum size attributeChungyi Chi
2020-11-20Ignore system_error in thread startupTom Tromey
2020-11-10Move include block to pathstuff.hTom Tromey
2020-11-02Add get_standard_config_dir functionTom Tromey
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-31gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functionsSimon Marchi
2020-10-31gdbsupport: replace AC_TRY_COMPILE in common.m4Simon Marchi
2020-10-31gdbsupport: use AC_FUNC_FORK instead of AC_FUNC_VFORKSimon Marchi
2020-10-31gdbsupport: replace AC_TRY_COMPILE in warning.m4Simon Marchi
2020-10-31gdbsupport: replace AC_TRY_COMPILE in ptrace.m4Simon Marchi
2020-10-31gdbsupport: re-indent ptrace.m4Simon Marchi
2020-10-31gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDCSimon Marchi
2020-10-31gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A...Simon Marchi
2020-10-26gdb::handle_eintr, remove need to specify return typePedro Alves
2020-10-25gdb: move ptrace.m4 to gdbsupportSimon Marchi
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess
2020-10-07Move simple_search_memory to gdbsupport/search.ccTom Tromey
2020-10-02gdb: add debug prints in event loopSimon Marchi
2020-10-02gdb: move debug_prefixed_vprintf hereSimon Marchi
2020-10-02gdb: give names to event loop file handlersSimon Marchi
2020-10-02Preinitialize the sockaddr_un variable to zeroKamil Rytarowski
2020-09-29Tweak gdbsupport/valid-expr.h for GCC 6, fix buildPedro Alves
2020-09-24gdb: remove file_handler typedefSimon Marchi
2020-09-16Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts.John Baldwin
2020-09-14Rewrite enum_flags, add unit tests, fix problemsPedro Alves
2020-09-14Rewrite valid-expr.h's internals in terms of the detection idiom (C++17/N4502)Pedro Alves
2020-09-10Add handle_eintr to wrap EINTR handling in syscallsKamil Rytarowski
2020-08-13gdb: allow specifying multiple filters when running selftestsSimon Marchi
2020-07-30Unify Solaris procfs and largefile handlingRainer Orth
2020-07-28[gdb/build] Fix Wmaybe-uninitialized in gdb_optional.hTom de Vries
2020-07-17gdb/riscv: delete target descriptions when gdb exitsAndrew Burgess
2020-06-30Do not define basic_string_view::to_stringTom Tromey
2020-06-27gdbsupport: add format attribute to print_xml_feature::add_lineSimon Marchi
2020-06-23gdb: New maintenance command to print XML target descriptionAndrew Burgess
2020-06-23gdb: Print compatible information within print_xml_featureAndrew Burgess
2020-05-25gdbsupport: Drop now unused function 'stringify_argv'Michael Weghorn
2020-05-25gdbsupport: Let construct_inferior_arguments take gdb::array_view paramMichael Weghorn
2020-05-25gdbsupport: Adapt construct_inferior_argumentsMichael Weghorn