aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-23Regenerate Makefile.in files with automake 1.15.1H.J. Lu8-8/+0
2022-01-23Regenerate configure files with autoconf 2.69H.J. Lu7-103/+19
2022-01-23Automatic date update in version.inGDB Administrator1-1/+1
2022-01-22bfd: merge doc subdir up a levelMike Frysinger7-1158/+628
2022-01-22bfd: rename core.texi to corefile.texiMike Frysinger4-10/+4
2022-01-22bfd: replace doc header generation with pattern rulesMike Frysinger2-156/+12
2022-01-22Allow inferring tmp_prefix from the dll name from a def file.Martin Storsj?2-17/+22
2022-01-22Adjust default page sizes for haiku arm.Alexander von Gluck IV3-3/+9
2022-01-22Update release makeing script with new release numbersNick Clifton1-16/+19
2022-01-22Change version number to 2.38.50 and regenerate filesNick Clifton25-2296/+2660
2022-01-22Add markers for 2.38 branchNick Clifton18-0/+63
2022-01-22RISC-V: create new frag after alignment.Lifang Xia1-0/+6
2022-01-22Automatic date update in version.inGDB Administrator1-1/+1
2022-01-21gdb: include gdbsupport/buildargv.h in ser-mingw.cSimon Marchi1-0/+1
2022-01-21Updated Serbian translation for the ld sub-directoryNick Clifton2-1989/+2270
2022-01-21gdb/doc: fill in two missing @rAndrew Burgess1-2/+2
2022-01-21drop old unused stamp-h.in fileMike Frysinger6-6/+0
2022-01-20gdbsupport/gdb_regex.cc: replace defs.h include with common-defs.hSimon Marchi1-1/+1
2022-01-21Automatic date update in version.inGDB Administrator1-1/+1
2022-01-20Avoid bad breakpoints with --gc-sectionsTom Tromey5-2/+109
2022-01-20Automatic date update in version.inGDB Administrator1-1/+1
2022-01-19Add `set print array-indexes' tests for C/C++ arraysMaciej W. Rozycki3-0/+217
2022-01-19Respect `set print array-indexes' with Fortran arraysMaciej W. Rozycki5-27/+279
2022-01-19Add `set print repeats' tests for C/C++ arraysMaciej W. Rozycki4-0/+243
2022-01-19Respect `set print repeats' with Fortran arraysMaciej W. Rozycki8-28/+572
2022-01-19fbsd-nat: Add include for gdb_argv.John Baldwin1-0/+1
2022-01-19PowerPC64 DT_RELR ELFv1Alan Modra1-14/+14
2022-01-19PowerPC64 DT_RELR local PLTAlan Modra1-1/+2
2022-01-19PowerPC64 DT_RELR local GOTAlan Modra1-4/+6
2022-01-19Automatic date update in version.inGDB Administrator1-1/+1
2022-01-19Re: PowerPC64 DT_RELRAlan Modra1-5/+3
2022-01-18Fix the remote-sim.c buildTom Tromey1-0/+1
2022-01-18gdbserver: introduce remote_debug_printfSimon Marchi5-97/+48
2022-01-18gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXITSimon Marchi13-798/+483
2022-01-18gdbserver: turn debug_threads into a booleanSimon Marchi5-17/+11
2022-01-18Simplify Ada catchpointsTom Tromey1-65/+3
2022-01-18Move "catch exec" to a new fileTom Tromey3-191/+237
2022-01-18Move "catch fork" to a new fileTom Tromey3-243/+287
2022-01-18Unify "catch fork" and "catch vfork"Tom Tromey1-142/+41
2022-01-18Move gdb_regex to gdbsupportTom Tromey29-34/+36
2022-01-18Introduce gdb-hashtab module in gdbsupportTom Tromey10-59/+110
2022-01-18Move gdb obstack code to gdbsupportTom Tromey63-69/+72
2022-01-18Move gdb_argv to gdbsupportTom Tromey18-185/+220
2022-01-18Simplify event_location_probeTom Tromey3-23/+16
2022-01-18Use std::string in event_locationTom Tromey2-39/+34
2022-01-18Split event_location into subclassesTom Tromey1-239/+281
2022-01-18Remove EL_* macros from location.cTom Tromey1-93/+90
2022-01-18Boolify explicit_to_string_internalTom Tromey1-8/+8
2022-01-18Remove a use of xfree in location.cTom Tromey3-23/+13
2022-01-18gdb: use ptid_t::to_string instead of target_pid_to_str in debug statementsSimon Marchi8-71/+71