aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-11-22gdb: more compile fixes for gnu-nat.cJan (janneke) Nieuwenhuizen1-16/+17
2021-11-22gnu-nat.c: fix calls to add_info_aliasAndrea Monaco1-7/+9
2021-11-22gdb: pass more const target_waitstatus by referenceSimon Marchi7-88/+88
2021-11-22gdb: introduce target_waitkind_str, use it in target_waitstatus::to_stringSimon Marchi3-46/+76
2021-11-22gdb: rename target_waitstatus_to_string to target_waitstatus::to_stringSimon Marchi6-29/+27
2021-11-22[gdb/build] Fix x86_64 x32 buildTom de Vries1-0/+4
2021-11-22[gdb/symtab] Support .debug_line with DW_FORM_line_strpTom de Vries5-23/+106
2021-11-22[gdb/testsuite] Add target board dwarf64.expTom de Vries1-0/+23
2021-11-22[gdb/testsuite] Support .debug_line v5 in dwarf assemblerTom de Vries2-5/+70
2021-11-22[gdb/testsuite] Factor out _line_finalize_headerTom de Vries1-26/+49
2021-11-22[gdb/testsuite] Support .debug_line v4 in dwarf assemblerTom de Vries2-1/+5
2021-11-22[gdb/testsuite] Add test-case gdb.dwarf2/dw2-lines.expTom de Vries3-0/+207
2021-11-22[gdb/testsuite] Speed up MACRO_AT_* callsTom de Vries1-12/+148
2021-11-21gdb/testsuite: Remove duplicates in gdb.base/catch-signal.expLancelot SIX1-3/+2
2021-11-20[gdb/build] Check if libsource-highlight is usableTom de Vries2-54/+151
2021-11-19[gdb/testsuite] Handle runto fail in gdb.mi/mi-var-cp.expTom de Vries5-18/+50
2021-11-19[gdb/testsuite] Fix 64-bit dwarf test-cases with -m32Tom de Vries2-9/+58
2021-11-19[gdb/testsuite] Fix gdb.threads/thread-specific-bp.expTom de Vries1-3/+18
2021-11-19gdb/testsuite: Extend tests for print of cv qualifiersChristina Schimpe2-0/+16
2021-11-19gdb: Print cv qualifiers if class attributes are substitutedChristina Schimpe3-0/+51
2021-11-18dprintf-execution-x-script.exp: Adjust test for native-extended-gdbserverKevin Buettner1-1/+22
2021-11-18gdb: fix array-view-selftests.c build with g++ 4.8Simon Marchi1-1/+1
2021-11-18gdb: fix ia64-tdep.c build with g++ 4.8Simon Marchi1-5/+4
2021-11-18gdb: move AIX_TEXT_SEGMENT_BASE to rs6000-aix-tdep.c, remove rs6000-tdep.hSimon Marchi4-27/+3
2021-11-18gdb: rename rs6000-nat.c to rs6000-aix-nat.cSimon Marchi3-2/+2
2021-11-18[gdb/doc] Fix negative repeat count examining memory exampleTom de Vries1-1/+1
2021-11-18gdb: include gdbarch.h in all files extending gdbarch_tdepSimon Marchi24-0/+31
2021-11-18gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi17-34/+33
2021-11-18gdb fix for catch-syscall.expCarl Love1-2/+4
2021-11-18gdb: PowerPC fix gdb.base/break-interp.expCarl Love3-9/+33
2021-11-18gdb fix PowerPC test gdb.arch/ppc-longdouble.expCarl Love1-1/+1
2021-11-18[gdb/testsuite] Add missing wait in gdb.base/signals-state-child.expTom de Vries1-3/+11
2021-11-17[gdb/build, s390x] Fix build after gdbarch_tdep changesAndreas Arnez1-1/+1
2021-11-17Expose the BTI BTYPE more explicitly in the registersLuis Machado2-0/+4
2021-11-17gdb/nat/linux-osdata.c: fix build on gcc-12 (string overfow)Sergei Trofimovich1-9/+4
2021-11-16gdb: Add aliases for read_core_file_mappings callbacksAaron Merey7-37/+46
2021-11-16gdb: fix length of array view returned by some value_contents functionsSimon Marchi1-3/+3
2021-11-16gdbsupport: remove FUNCTION_NAMESimon Marchi1-7/+1
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess32-144/+111
2021-11-16gdb: throw OPTIMIZED_OUT_ERROR rather than GENERIC_ERRORAndrew Burgess1-2/+3
2021-11-16[gdb/testsuite] Remove inferior output in gdb.base/foll-vfork.expTom de Vries4-12/+11
2021-11-15gdb: rework "set debuginfod" commandsSimon Marchi3-203/+142
2021-11-15gdb: adjust gdbarch_tdep calls in nat filesSimon Marchi13-105/+118
2021-11-15gdb: remove unused variables in xtensa-linux-nat.cSimon Marchi1-2/+0
2021-11-15gdb: add arc-newlib-tdep.c to ALL_TARGET_OBSSimon Marchi2-1/+2
2021-11-15[gdb] Don't use gdb_stdlog for inferior-eventsTom de Vries2-26/+14
2021-11-15Extend the prologue analyzer to handle the bti instructionLuis Machado2-0/+41
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi133-1325/+1514
2021-11-14Fix build with current GCC: EL_EXPLICIT(location) always non-NULLPedro Alves1-6/+5
2021-11-14[PR gdb/16238] Add completer for the show user commandLancelot SIX2-1/+143