aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbsupport
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker115-115/+115
2019-12-19Consistently quote variables used with "test"Christian Biesinger1-2/+2
2019-12-18Fix pthread_setname_np build errorTom Tromey1-1/+3
2019-12-16Constify get_exec_fileTom Tromey1-1/+1
2019-12-16Update Gnulib to the latest git versionChristian Biesinger1-5/+0
2019-12-13Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior2-2/+5
2019-12-13Suppress ARI warnings for vsprintfTom Tromey1-3/+3
2019-12-13Fix the gdb build with GCC 7Tom Tromey1-2/+2
2019-12-12Introduce basic_safe_rangeTom Tromey1-5/+47
2019-12-12Fix the thread-pool.c compilationTom Tromey1-8/+2
2019-12-12Fix unused function errorLuis Machado1-10/+2
2019-12-11Fix build on macOSTom Tromey1-4/+31
2019-12-10Suppress the "unused function" warning for select_strerror_rChristian Biesinger1-0/+8
2019-12-10Replace the remaining uses of strerror with safe_strerrorChristian Biesinger3-8/+26
2019-12-04Compare iterators, not values, in filtered_iterator::operator{==,!=}Simon Marchi1-2/+2
2019-11-26Set names of worker threadsTom Tromey2-1/+17
2019-11-26Demangle minsyms in parallelTom Tromey1-0/+86
2019-11-26Implement a thread poolChristian Biesinger2-0/+218
2019-11-26Introduce alternate_signal_stack RAII classTom Tromey1-0/+70
2019-11-26Add RAII class for blocking gdb signalsTom Tromey4-6/+120
2019-11-26Add configure check for std::threadTom Tromey1-0/+26
2019-11-21Handle %I64d in format_piecesTom Tromey1-21/+30
2019-11-15Use gnulib's strerror_r on MinGWChristian Biesinger3-101/+1
2019-11-15Import the time_r gnulib moduleChristian Biesinger1-0/+5
2019-11-15Import the strerror_r-posix module and use it in GDB.Christian Biesinger2-20/+10
2019-11-12gdb: Support printf 'z' size modifierAndrew Burgess2-2/+11
2019-11-10gdb_vecs.h: Avoid self move assignAndrew Burgess1-1/+2
2019-11-01Fix up safe_strerror constificationTom Tromey1-1/+1
2019-11-01Move check for strerror_r to common.m4 where it belongsChristian Biesinger1-1/+1
2019-10-31Use strerror_r in safe_strerror if availableChristian Biesinger2-7/+17
2019-10-31Convert int to bool in agent.cChristian Biesinger2-15/+13
2019-10-29Replace bsearch with a std::lower_bound-based searchChristian Biesinger1-0/+59
2019-10-28Add a string_view version of startswithChristian Biesinger1-0/+12
2019-10-23Check for sigprocmask in common.m4Tom Tromey1-1/+2
2019-10-19gdb: Make startswith return a boolSimon Marchi1-3/+2
2019-10-16Allow not saving the signal state in SIGSETJMPChristian Biesinger1-2/+4
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess3-1270/+0
2019-10-11Improve comments in print-utils.h.Jim Wilson1-4/+7
2019-10-03gdb: Remove whitespace in 'std::vector <...>'Andrew Burgess2-2/+2
2019-10-02Fix type of startup_with_shell in gdbserverTom Tromey2-0/+46
2019-10-02Add missing includes to gdb_assert.h and gdb_string_view.hChristian Biesinger2-0/+3
2019-10-02gdb: Change a VEC to std::vector in btrace.{c,h}Andrew Burgess1-2/+0
2019-10-02gdb: Remove a VEC from gdbsupport/btrace-common.hAndrew Burgess2-16/+19
2019-10-01Introduce gdb-specific %p format suffixesPedro Alves2-66/+111
2019-10-01Don't create empty literal piecesTom Tromey1-6/+10
2019-09-26Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior1-2/+2
2019-09-26Improve ptrace-error detection on Linux targetsSergio Durigan Junior1-2/+2
2019-09-18Change boolean options to bool instead of intChristian Biesinger2-3/+3
2019-08-23Move gdb-dlfcn.[ch] to gdbsupport/Sergio Durigan Junior3-1/+171
2019-07-11gdb: Allow quoting around string options in the gdb::option frameworkAndrew Burgess2-0/+69