aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker97-97/+97
2020-01-01update copyright year in version output of gdb, gdbserver and gdbreplayJoel Brobecker3-2/+7
2019-12-19Consistently quote variables used with "test"Christian Biesinger3-6/+11
2019-12-19Fix build with GNU Make 3.81Bernd Edlinger2-4/+8
2019-12-16Constify get_exec_fileTom Tromey2-1/+5
2019-12-10Replace the remaining uses of strerror with safe_strerrorChristian Biesinger9-42/+29
2019-11-26Set names of worker threadsTom Tromey3-4/+12
2019-11-26Add RAII class for blocking gdb signalsTom Tromey5-9/+149
2019-11-26Add configure check for std::threadTom Tromey5-2/+792
2019-11-26Use safe_strerror instead of strerror where possibleChristian Biesinger6-19/+38
2019-11-26Fix gdbserver ChangeLog entryTom Tromey1-5/+0
2019-11-22Avoid crash in print_ada_task_infoTom Tromey1-0/+5
2019-11-20Improve target description check for SVE in gdbserverLuis Machado4-1/+29
2019-11-15Use gnulib's strerror_r on MinGWChristian Biesinger4-10/+10
2019-11-15Import the strerror_r-posix module and use it in GDB.Christian Biesinger3-4/+6
2019-11-12gdb: Support printf 'z' size modifierAndrew Burgess2-0/+12
2019-11-06Use strtok_r instead of strtokChristian Biesinger3-9/+21
2019-11-01Move check for strerror_r to common.m4 where it belongsChristian Biesinger3-3/+8
2019-10-31Also check for strerror_r in gdbserverChristian Biesinger4-2/+11
2019-10-31Convert int to bool in agent.cChristian Biesinger2-1/+4
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries10-14/+26
2019-10-25gdbserver does not need xstrdupTom Tromey2-12/+4
2019-10-23Check for sigprocmask in common.m4Tom Tromey3-1/+9
2019-10-23Use m4_include, not sinclude in .m4 filesTom Tromey2-5/+10
2019-10-17Fix creation of stamp-h by gdb's configure scriptTom Tromey4-14/+13
2019-10-16Create xml-builtin.h to declare xml_builtinsChristian Biesinger2-1/+8
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