aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
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
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