aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2020-01-14Move many configure checks to common.m4Tom Tromey5-380/+1721
2020-01-14Move gdbsupport to the top levelTom Tromey5-32/+63
2020-01-14Consolidate definition of USE_WIN32APITom Tromey3-16/+20
2020-01-14Fix indentation in common.m4Tom Tromey2-4/+8
2020-01-13gdbserver: remove rule for files from regformats/i386Simon Marchi2-3/+5
2020-01-13Enable -Wmissing-declarations diagnosticSimon Marchi2-1/+6
2020-01-13gdbserver: set IP_AGENT_EXPORT_FUNC to static when not building IPA, add decl...Simon Marchi3-1/+29
2020-01-13gdbserver: make some functions static in linux-x86-low.cSimon Marchi2-13/+22
2020-01-13gdbserver: include gdbsupport/common-inferior.h in inferiors.cSimon Marchi2-0/+5
2020-01-13gdbserver: include hostio.h in hostio-errno.cSimon Marchi2-0/+7
2020-01-13gdbserver: fix Makefile dependency of regformat-generated files on regdat.shSimon Marchi2-4/+9
2020-01-12gdbserver: include linux-arm-tdesc.h in linux-arm-tdesc.cSimon Marchi3-0/+10
2020-01-12gdbserver: make aarch64_write_goto_address staticSimon Marchi2-1/+5
2020-01-12gdbserver: include aarch32/aarch64 header file in corresponding source fileSimon Marchi3-0/+11
2020-01-10Multi-target supportPedro Alves10-16/+42
2020-01-06Improve process exit status macros on MinGWEli Zaretskii3-2/+31
2020-01-01Fix install-strip for cross-compilationHannes Domani2-2/+6
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