aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey20-127/+109
2022-01-25Sent timing stats to gdb_stdlogTom Tromey1-22/+25
2022-01-25Send some error output to gdb_stderrTom Tromey3-5/+6
2022-01-24gdb/doc: improve description for Window.click on Python TUI windowsAndrew Burgess1-3/+3
2022-01-23Simplify some Rust expression-evaluation codeTom Tromey2-54/+29
2022-01-21gdb: include gdbsupport/buildargv.h in ser-mingw.cSimon Marchi1-0/+1
2022-01-21gdb/doc: fill in two missing @rAndrew Burgess1-2/+2
2022-01-20Avoid bad breakpoints with --gc-sectionsTom Tromey5-2/+109
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-18Fix the remote-sim.c buildTom Tromey1-0/+1
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 Tromey27-140/+24
2022-01-18Introduce gdb-hashtab module in gdbsupportTom Tromey6-50/+4
2022-01-18Move gdb obstack code to gdbsupportTom Tromey61-263/+58
2022-01-18Move gdb_argv to gdbsupportTom Tromey17-185/+16
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
2022-01-18gdb: preserve `|` in connection details stringAndrew Burgess3-6/+87
2022-01-18gdb: testsuite: print explicit test result for gdb.base/dfp-test.expTiezhu Yang1-0/+1
2022-01-17gdb/infrun: rename variable and move to more specific scopeSimon Marchi1-4/+2
2022-01-16gdb/copyright.py: Do not update gdbsupport/Makefile.inJoel Brobecker1-0/+1
2022-01-14gdb.dlang/demangle.exp: update expected output for _D8demangle4testFnZvSimon Marchi1-1/+1
2022-01-14gdb/testsuite: enable __INTEL_LLVM_COMPILER preprocessor in get_compiler_infoNils-Christian Kempke3-1/+20
2022-01-13gdb: don't use -Wmissing-prototypes with g++Andrew Burgess3-1/+69
2022-01-13gdb: add some extra debug information to attach_commandAndrew Burgess3-0/+36
2022-01-13gdb: testsuite: make string[] type as char in gdb.base/charset.cTiezhu Yang1-6/+6
2022-01-12gdb Power 9 add test for HW watchpoint support.Carl Love1-1/+61
2022-01-12gdb/python: add gdb.host_charset functionAndrew Burgess4-0/+74
2022-01-12gdb/testsuite: fix gdb.python/py-events.exp for finding process idTankut Baris Aktemur1-3/+8
2022-01-12Don't mention "serial" in target remote descriptionTom Tromey3-14/+7
2022-01-12gdb: add 'maint set/show gnu-source-highlight enabled' commandAndrew Burgess3-1/+98
2022-01-12gdb: erase items from the source_cache::m_offset_cacheAndrew Burgess1-4/+7
2022-01-12gdb: new 'maint flush source-cache' commandAndrew Burgess4-0/+68
2022-01-12gdb: rename lin-lwp to linux-nat in set/show debugAndrew Burgess4-10/+22
2022-01-12gdb: testsuite: fix wrong comment in gdb.base/charset.cTiezhu Yang1-1/+1
2022-01-12gdb: testsuite: fix failed testcases in gdb.base/charset.expTiezhu Yang1-6/+6
2022-01-10gdb: add Tiezhu Yang to MAINTAINERSTiezhu Yang1-0/+1
2022-01-09Reduce use of unfiltered output in Darwin codeTom Tromey3-105/+116