aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2019-10-15gdb/gdbserver: Remove reference to vec-ipa.oAndrew Burgess2-1/+4
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2-2/+4
2019-10-02Convert boolean globals in server.c to boolChristian Biesinger4-39/+67
2019-10-02Fix type of startup_with_shell in gdbserverTom Tromey3-6/+8
2019-10-02gdb: Remove a VEC from gdbsupport/btrace-common.hAndrew Burgess2-6/+7
2019-09-26Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior4-33/+6
2019-09-26Improve ptrace-error detection on Linux targetsSergio Durigan Junior4-6/+33
2019-09-21Move declarations of debug_threads and using_threads to headerChristian Biesinger7-13/+22
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand12-977/+49
2019-08-23Move gdb-dlfcn.[ch] to gdbsupport/Sergio Durigan Junior4-1/+13
2019-08-15Use gdb::byte_vector in target_write_memoryTom Tromey2-1/+6
2019-08-15Replace write_inferior_memory with target_write_memoryTom Tromey12-68/+89
2019-08-15Simplify write_inferior_memoryTom Tromey2-17/+9
2019-08-06[PR build/24886] disable glibc mcheck supportFrank Ch. Eigler5-128/+53
2019-07-19Arm: Remove unused feature files and testsAlan Hayward2-8/+4
2019-07-19Arm: Use read_description funcs in gdbserverAlan Hayward10-53/+232
2019-07-10Arm: Minor style cleanupsAlan Hayward2-29/+24
2019-07-09Rename common to gdbsupportTom Tromey40-175/+194
2019-07-04Arm/AArch64: Use a single set of Arm register set size definesAlan Hayward3-10/+14
2019-07-04i386/AArch64: Remove old xml testsAlan Hayward8-264/+16
2019-06-20[gdbserver] Fix s390x -m31 gdbserver buildTom de Vries2-1/+6
2019-06-19[gdb] Fix clang buildbreakerTom de Vries3-2/+7
2019-06-16Fix some whitespace issues in gdb ChangeLogsSimon Marchi1-4/+4
2019-06-14Move gnulib to top levelTom Tromey4-4/+11
2019-06-11Move gdb's xmalloc and friends to new fileTom Tromey2-0/+19
2019-06-10Remove newlines from warningsTom Tromey6-9/+22
2019-06-04Introduce and use make_unique_xstrdupPedro Alves2-1/+5
2019-06-02Remove fromhex implementation from gdbreplayTom Tromey3-20/+7
2019-05-29Add new GCC 9 warnings to warnings.m4Tom Tromey2-1/+8
2019-05-06Fix regression caused by recently added syscall restart codeKevin Buettner2-0/+7
2019-05-03On MS-Windows, define _WIN32_WINNT in a single common place.Eli Zaretskii3-8/+5
2019-04-19Use std::list for event notifications in gdbserverTom Tromey4-79/+78
2019-04-17gdbserver: Ensure all debug output uses debug functionsAlan Hayward5-4/+26
2019-04-17gdbserver: Add debug-file optionAlan Hayward4-3/+58
2019-04-17gdbserver: Move remote_debug to a single placeAlan Hayward7-16/+18
2019-04-10Fix amd64->i386 linux syscall restart problemKevin Buettner2-0/+18
2019-04-09Use find_thread_in_random in select_event_lwpTom Tromey2-31/+8
2019-04-08Replace throw_exception with throw in some casesTom Tromey2-2/+8
2019-04-08Rename gdb exception typesTom Tromey4-9/+15
2019-04-08Rewrite TRY/CATCHTom Tromey4-27/+24
2019-04-08Make exceptions use std::string and be self-managingTom Tromey3-7/+15
2019-04-05Use linux_get_auxv to get AT_PHDR in the PPC stubPedro Franco de Carvalho4-12/+41
2019-04-05Use upper-case for metasyntactic in gdbserver helpTom Tromey2-2/+7
2019-03-28gdbserver: Ensure AT_HWCAP2 is definedAlan Hayward2-0/+8
2019-03-26gdbserver: Add linux_get_hwcapAlan Hayward7-122/+79
2019-03-22AArch64: gdbserver: read pauth registersAlan Hayward4-6/+40
2019-03-22AArch64: Use HWCAP to detect pauth featureAlan Hayward2-2/+38
2019-03-22AArch64: Add pointer authentication featureAlan Hayward6-12/+24
2019-03-12Support the fs_base and gs_base registers on i386.John Baldwin5-4/+12
2019-03-12Change iterate_over_lwps to take a gdb::function_viewTom Tromey2-3/+6