summaryrefslogtreecommitdiff
path: root/gdbsupport
Commit message (Expand)AuthorAgeFilesLines
* Add str-util.h.Martin Liska2021-03-231-0/+2
* Provide an inline startswith function in bfd.hAlan Modra2021-03-212-10/+6
* gnulib: update to 776af40e0Paul E. Murphy2021-02-053-3/+14
* Improve gdb_tilde_expand logic.Lancelot SIX2021-01-233-16/+40
* gdb: add remote_debug_printfSimon Marchi2021-01-223-1/+19
* gdb: check for empty strings in get_standard_cache_dir/get_standard_config_dirSimon Marchi2021-01-082-7/+13
* gdbsupport: common-utils.h: fix typo in headerMike Frysinger2021-01-062-1/+5
* gdb: introduce scoped debug printsSimon Marchi2021-01-043-2/+89
* Update copyright year range in all GDB filesJoel Brobecker2021-01-01131-131/+131
* gdbsupport: make use of safe-ctype functions from libibertyAndrew Burgess2020-12-112-11/+22
* gdb: factor out debug_prefixed_printf_condSimon Marchi2020-12-113-6/+25
* gdbsupport: Use LOCALAPPDATA to determine cache dirAlexander Fedotov2020-12-082-0/+15
* gdbsupport/tdesc: print enum fields using 'evalue' syntaxAndrew Burgess2020-12-012-1/+8
* gdbsupport/tdesc: print enum size attributeChungyi Chi2020-12-012-0/+6
* Ignore system_error in thread startupTom Tromey2020-11-202-2/+19
* Move include block to pathstuff.hTom Tromey2020-11-103-4/+10
* gdb: use get_standard_config_dir when looking for .gdbinitAndrew Burgess2020-11-022-0/+72
* Add get_standard_config_dir functionTom Tromey2020-11-023-0/+51
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-029-68/+79
* gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functionsSimon Marchi2020-10-315-19/+36
* gdbsupport: replace AC_TRY_COMPILE in common.m4Simon Marchi2020-10-313-9/+27
* gdbsupport: use AC_FUNC_FORK instead of AC_FUNC_VFORKSimon Marchi2020-10-312-1/+5
* gdbsupport: replace AC_TRY_COMPILE in warning.m4Simon Marchi2020-10-313-11/+26
* gdbsupport: replace AC_TRY_COMPILE in ptrace.m4Simon Marchi2020-10-313-16/+37
* gdbsupport: re-indent ptrace.m4Simon Marchi2020-10-313-65/+90
* gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDCSimon Marchi2020-10-314-762/+7
* gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A...Simon Marchi2020-10-313-1/+22
* gdb::handle_eintr, remove need to specify return typePedro Alves2020-10-262-11/+22
* gdb: move ptrace.m4 to gdbsupportSimon Marchi2020-10-254-2/+98
* gdb: Have allocate_target_description return a unique_ptrAndrew Burgess2020-10-082-1/+5
* Move simple_search_memory to gdbsupport/search.ccTom Tromey2020-10-075-1/+173
* gdb: add debug prints in event loopSimon Marchi2020-10-023-8/+83
* gdb: move debug_prefixed_vprintf hereSimon Marchi2020-10-023-0/+22
* gdb: give names to event loop file handlersSimon Marchi2020-10-023-17/+37
* Preinitialize the sockaddr_un variable to zeroKamil Rytarowski2020-10-022-2/+5
* Tweak gdbsupport/valid-expr.h for GCC 6, fix buildPedro Alves2020-09-292-3/+10
* gdb: remove file_handler typedefSimon Marchi2020-09-242-12/+27
* Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts.John Baldwin2020-09-164-5/+28
* Rewrite enum_flags, add unit tests, fix problemsPedro Alves2020-09-143-82/+326
* Rewrite valid-expr.h's internals in terms of the detection idiom (C++17/N4502)Pedro Alves2020-09-143-17/+77
* Add bfloat16 support for AVX512 register view.Felix Willgerodt2020-09-112-1/+3
* Add handle_eintr to wrap EINTR handling in syscallsKamil Rytarowski2020-09-102-0/+71
* gdb: allow specifying multiple filters when running selftestsSimon Marchi2020-08-133-6/+25
* gdb: change regcache list to be a mapSimon Marchi2020-08-071-0/+16
* Unify Solaris procfs and largefile handlingRainer Orth2020-07-306-37/+101
* [gdb/build] Fix Wmaybe-uninitialized in gdb_optional.hTom de Vries2020-07-282-0/+8
* gdb/riscv: delete target descriptions when gdb exitsAndrew Burgess2020-07-172-0/+20
* Do not define basic_string_view::to_stringTom Tromey2020-06-302-7/+16
* gdbsupport: add format attribute to print_xml_feature::add_lineSimon Marchi2020-06-272-1/+6
* gdb: New maintenance command to print XML target descriptionAndrew Burgess2020-06-233-33/+107