aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-25gdbsupport: Let construct_inferior_arguments take gdb::array_view paramMichael Weghorn3-10/+17
2020-05-25gdbsupport: Adapt construct_inferior_argumentsMichael Weghorn3-44/+29
2020-05-25gdb: Move construct_inferior_arguments to gdbsupportMichael Weghorn3-0/+131
2020-05-23Use safe-ctype.h (ISSPACE etc.) in symbol parsing & comparisonPedro Alves1-0/+46
2020-05-14Disable record btrace bts support for AMD processorsKevin Buettner2-1/+8
2020-05-14gdb: protect some 'regcache_read_pc' callsTankut Baris Aktemur2-0/+10
2020-04-28Fix typo (thead -> thread)Tankut Baris Aktemur2-1/+5
2020-04-27gdbsupport: include cstdlib in common-defs.hSimon Marchi2-0/+9
2020-04-20Mark move constructors as "noexcept"Tom Tromey4-8/+14
2020-04-13Move gdb_notifier commentTom Tromey2-11/+12
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey5-10/+1009
2020-04-13Introduce and use flush_streamsTom Tromey2-0/+8
2020-04-13Move gdb_select.h to gdbsupport/Tom Tromey2-0/+55
2020-04-13Move event-loop configury to common.m4Tom Tromey4-4/+23