summaryrefslogtreecommitdiff
path: root/gdbsupport
Commit message (Expand)AuthorAgeFilesLines
* gdbsupport: replace AC_TRY_COMPILE in common.m4Simon Marchi2020-10-252-9/+21
* gdbsupport: use AC_FUNC_FORK instead of AC_FUNC_VFORKSimon Marchi2020-10-251-1/+1
* gdbsupport: replace AC_TRY_COMPILE in warning.m4Simon Marchi2020-10-252-11/+20
* gdbsupport: replace AC_TRY_COMPILE in ptrace.m4Simon Marchi2020-10-252-16/+31
* gdbsupport: re-indent ptrace.m4Simon Marchi2020-10-252-65/+85
* gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDCSimon Marchi2020-10-253-762/+1
* gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A...Simon Marchi2020-10-252-1/+16
* 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
* gdb: Print compatible information within print_xml_featureAndrew Burgess2020-06-233-0/+36
* gdbsupport: Drop now unused function 'stringify_argv'Michael Weghorn2020-05-253-27/+5
* gdbsupport: Let construct_inferior_arguments take gdb::array_view paramMichael Weghorn2020-05-253-10/+17
* gdbsupport: Adapt construct_inferior_argumentsMichael Weghorn2020-05-253-44/+29
* gdb: Move construct_inferior_arguments to gdbsupportMichael Weghorn2020-05-253-0/+131
* Use safe-ctype.h (ISSPACE etc.) in symbol parsing & comparisonPedro Alves2020-05-231-0/+46
* Disable record btrace bts support for AMD processorsKevin Buettner2020-05-142-1/+8
* gdb: protect some 'regcache_read_pc' callsTankut Baris Aktemur2020-05-142-0/+10
* Fix typo (thead -> thread)Tankut Baris Aktemur2020-04-282-1/+5
* gdbsupport: include cstdlib in common-defs.hSimon Marchi2020-04-272-0/+9
* Mark move constructors as "noexcept"Tom Tromey2020-04-204-8/+14
* Move gdb_notifier commentTom Tromey2020-04-132-11/+12
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-135-10/+1009
* Introduce and use flush_streamsTom Tromey2020-04-132-0/+8
* Move gdb_select.h to gdbsupport/Tom Tromey2020-04-132-0/+55
* Move event-loop configury to common.m4Tom Tromey2020-04-134-4/+23
* Don't pass NULL to memcpy in gdbTom Tromey2020-03-312-1/+7
* gdbsupport: Resolve shellcheck issues in create-version.sh scriptAndrew Burgess2020-03-272-8/+14
* gdb: remove HAVE_DECL_PTRACESimon Marchi2020-03-203-24/+5
* Include <alloca.h> conditionallyKamil Rytarowski2020-03-182-0/+6
* Change gdbsupport not to rely on BFDTom Tromey2020-03-123-43/+11