summaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)Author
2022-01-21gdb: include gdbsupport/buildargv.h in ser-mingw.cSimon Marchi
2022-01-21gdb/doc: fill in two missing @rAndrew Burgess
2022-01-20Avoid bad breakpoints with --gc-sectionsTom Tromey
2022-01-19Add `set print array-indexes' tests for C/C++ arraysMaciej W. Rozycki
2022-01-19Respect `set print array-indexes' with Fortran arraysMaciej W. Rozycki
2022-01-19Add `set print repeats' tests for C/C++ arraysMaciej W. Rozycki
2022-01-19Respect `set print repeats' with Fortran arraysMaciej W. Rozycki
2022-01-19fbsd-nat: Add include for gdb_argv.John Baldwin
2022-01-18Fix the remote-sim.c buildTom Tromey
2022-01-18Simplify Ada catchpointsTom Tromey
2022-01-18Move "catch exec" to a new fileTom Tromey
2022-01-18Move "catch fork" to a new fileTom Tromey
2022-01-18Unify "catch fork" and "catch vfork"Tom Tromey
2022-01-18Move gdb_regex to gdbsupportTom Tromey
2022-01-18Introduce gdb-hashtab module in gdbsupportTom Tromey
2022-01-18Move gdb obstack code to gdbsupportTom Tromey
2022-01-18Move gdb_argv to gdbsupportTom Tromey
2022-01-18Simplify event_location_probeTom Tromey
2022-01-18Use std::string in event_locationTom Tromey
2022-01-18Split event_location into subclassesTom Tromey
2022-01-18Remove EL_* macros from location.cTom Tromey
2022-01-18Boolify explicit_to_string_internalTom Tromey
2022-01-18Remove a use of xfree in location.cTom Tromey
2022-01-18gdb: use ptid_t::to_string instead of target_pid_to_str in debug statementsSimon Marchi
2022-01-18gdb: preserve `|` in connection details stringAndrew Burgess
2022-01-18gdb: testsuite: print explicit test result for gdb.base/dfp-test.expTiezhu Yang
2022-01-17gdb/infrun: rename variable and move to more specific scopeSimon Marchi
2022-01-16gdb/copyright.py: Do not update gdbsupport/Makefile.inJoel Brobecker
2022-01-14gdb.dlang/demangle.exp: update expected output for _D8demangle4testFnZvSimon Marchi
2022-01-14gdb/testsuite: enable __INTEL_LLVM_COMPILER preprocessor in get_compiler_infoNils-Christian Kempke
2022-01-13gdb: don't use -Wmissing-prototypes with g++Andrew Burgess
2022-01-13gdb: add some extra debug information to attach_commandAndrew Burgess
2022-01-13gdb: testsuite: make string[] type as char in gdb.base/charset.cTiezhu Yang
2022-01-12gdb Power 9 add test for HW watchpoint support.Carl Love
2022-01-12gdb/python: add gdb.host_charset functionAndrew Burgess
2022-01-12gdb/testsuite: fix gdb.python/py-events.exp for finding process idTankut Baris Aktemur
2022-01-12Don't mention "serial" in target remote descriptionTom Tromey
2022-01-12gdb: add 'maint set/show gnu-source-highlight enabled' commandAndrew Burgess
2022-01-12gdb: erase items from the source_cache::m_offset_cacheAndrew Burgess
2022-01-12gdb: new 'maint flush source-cache' commandAndrew Burgess
2022-01-12gdb: rename lin-lwp to linux-nat in set/show debugAndrew Burgess
2022-01-12gdb: testsuite: fix wrong comment in gdb.base/charset.cTiezhu Yang
2022-01-12gdb: testsuite: fix failed testcases in gdb.base/charset.expTiezhu Yang
2022-01-10gdb: add Tiezhu Yang to MAINTAINERSTiezhu Yang
2022-01-09Reduce use of unfiltered output in Darwin codeTom Tromey
2022-01-08gdb/hurd: handle inferiors exitingAndrew Burgess
2022-01-08Add explicit check for nullptr to target_announce_attachTom Tromey
2022-01-08Add _sigsys info to siginfo structHannes Domani
2022-01-08gdb: testsuite: show print array-indexes after set in arrayidx.expTiezhu Yang
2022-01-07gdb/testsuite: Remove duplicates from gdb.mi/mi-catch-load.expLancelot SIX