aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport
AgeCommit message (Expand)AuthorFilesLines
2021-02-05gnulib: update to 776af40e0Paul E. Murphy3-3/+14
2021-01-23Improve gdb_tilde_expand logic.Lancelot SIX3-16/+40
2021-01-22gdb: add remote_debug_printfSimon Marchi3-1/+19
2021-01-08gdb: check for empty strings in get_standard_cache_dir/get_standard_config_dirSimon Marchi2-7/+13
2021-01-06gdbsupport: common-utils.h: fix typo in headerMike Frysinger2-1/+5
2021-01-04gdb: introduce scoped debug printsSimon Marchi3-2/+89
2021-01-01Update copyright year range in all GDB filesJoel Brobecker131-131/+131
2020-12-11gdbsupport: make use of safe-ctype functions from libibertyAndrew Burgess2-11/+22
2020-12-11gdb: factor out debug_prefixed_printf_condSimon Marchi3-6/+25
2020-12-08gdbsupport: Use LOCALAPPDATA to determine cache dirAlexander Fedotov2-0/+15
2020-12-01gdbsupport/tdesc: print enum fields using 'evalue' syntaxAndrew Burgess2-1/+8
2020-12-01gdbsupport/tdesc: print enum size attributeChungyi Chi2-0/+6
2020-11-20Ignore system_error in thread startupTom Tromey2-2/+19
2020-11-10Move include block to pathstuff.hTom Tromey3-4/+10
2020-11-02gdb: use get_standard_config_dir when looking for .gdbinitAndrew Burgess2-0/+72
2020-11-02Add get_standard_config_dir functionTom Tromey3-0/+51
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi9-68/+79
2020-10-31gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functionsSimon Marchi5-19/+36
2020-10-31gdbsupport: replace AC_TRY_COMPILE in common.m4Simon Marchi3-9/+27
2020-10-31gdbsupport: use AC_FUNC_FORK instead of AC_FUNC_VFORKSimon Marchi2-1/+5
2020-10-31gdbsupport: replace AC_TRY_COMPILE in warning.m4Simon Marchi3-11/+26
2020-10-31gdbsupport: replace AC_TRY_COMPILE in ptrace.m4Simon Marchi3-16/+37
2020-10-31gdbsupport: re-indent ptrace.m4Simon Marchi3-65/+90
2020-10-31gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDCSimon Marchi4-762/+7
2020-10-31gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A...Simon Marchi3-1/+22
2020-10-26gdb::handle_eintr, remove need to specify return typePedro Alves2-11/+22
2020-10-25gdb: move ptrace.m4 to gdbsupportSimon Marchi4-2/+98
2020-10-08gdb: Have allocate_target_description return a unique_ptrAndrew Burgess2-1/+5
2020-10-07Move simple_search_memory to gdbsupport/search.ccTom Tromey5-1/+173
2020-10-02gdb: add debug prints in event loopSimon Marchi3-8/+83
2020-10-02gdb: move debug_prefixed_vprintf hereSimon Marchi3-0/+22
2020-10-02gdb: give names to event loop file handlersSimon Marchi3-17/+37
2020-10-02Preinitialize the sockaddr_un variable to zeroKamil Rytarowski2-2/+5
2020-09-29Tweak gdbsupport/valid-expr.h for GCC 6, fix buildPedro Alves2-3/+10
2020-09-24gdb: remove file_handler typedefSimon Marchi2-12/+27
2020-09-16Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts.John Baldwin4-5/+28
2020-09-14Rewrite enum_flags, add unit tests, fix problemsPedro Alves3-82/+326
2020-09-14Rewrite valid-expr.h's internals in terms of the detection idiom (C++17/N4502)Pedro Alves3-17/+77
2020-09-11Add bfloat16 support for AVX512 register view.Felix Willgerodt2-1/+3
2020-09-10Add handle_eintr to wrap EINTR handling in syscallsKamil Rytarowski2-0/+71
2020-08-13gdb: allow specifying multiple filters when running selftestsSimon Marchi3-6/+25
2020-08-07gdb: change regcache list to be a mapSimon Marchi1-0/+16
2020-07-30Unify Solaris procfs and largefile handlingRainer Orth6-37/+101
2020-07-28[gdb/build] Fix Wmaybe-uninitialized in gdb_optional.hTom de Vries2-0/+8
2020-07-17gdb/riscv: delete target descriptions when gdb exitsAndrew Burgess2-0/+20
2020-06-30Do not define basic_string_view::to_stringTom Tromey2-7/+16
2020-06-27gdbsupport: add format attribute to print_xml_feature::add_lineSimon Marchi2-1/+6
2020-06-23gdb: New maintenance command to print XML target descriptionAndrew Burgess3-33/+107
2020-06-23gdb: Print compatible information within print_xml_featureAndrew Burgess3-0/+36
2020-05-25gdbsupport: Drop now unused function 'stringify_argv'Michael Weghorn3-27/+5