aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-11-25gdb: rename source_styling_changed observerAndrew Burgess4-7/+7
2021-11-25gdb/python: make some global variables staticAndrew Burgess1-29/+24
2021-11-25gdb: add assert in remote_target::wait relating to async being offAndrew Burgess1-1/+5
2021-11-25gdb: simplify remote_target::is_async_pAndrew Burgess1-6/+1
2021-11-25gdb: add asserts in target.c for target_async_permittedAndrew Burgess1-1/+6
2021-11-25gdb: hoist target_async_permitted checks into target.cAndrew Burgess3-10/+11
2021-11-25gdb: introduce a new overload of target_can_async_pAndrew Burgess4-5/+17
2021-11-25[gdb/cli] Add "set logging enabled", deprecate "set logging on/off"Tom de Vries8-34/+89
2021-11-25[gdb/cli] Fix typo in logging overwrite help textTom de Vries1-1/+1
2021-11-24gdb: fix help doc for "set index-cache enabled"Simon Marchi1-1/+1
2021-11-24Revert (part of) "gdb fix for catch-syscall.exp"Simon Marchi1-3/+1
2021-11-24gdb: fix crash when reading ECOFF debug informationAndrew Burgess1-4/+4
2021-11-23configure.ac: Check for the readline.h explicitlyAlexandra Hájková3-0/+24
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