aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-01-04gdb: add 'maintenance print record-instruction' commandBruno Larsen5-0/+211
2023-01-03Add test case for "finish" with variably-sized typesTom Tromey5-2/+123
2023-01-03Use value_at_non_lval in get_call_return_valueTom Tromey1-6/+1
2023-01-03Fix inferior calls with variably-sized return typeTom Tromey7-89/+91
2023-01-03Convert selected architectures to gdbarch_return_value_as_valueTom Tromey9-20/+81
2023-01-03Don't let property evaluation affect the current languageTom Tromey1-0/+5
2023-01-03Introduce value_at_non_lvalTom Tromey2-0/+14
2023-01-03Don't emit gdbarch_return_valueTom Tromey5-62/+61
2023-01-03Add new overload of gdbarch_return_valueTom Tromey10-35/+121
2023-01-03Fix crash in amd64-tdep.cTom Tromey1-1/+2
2023-01-03[gdb/testsuite] Add xfail in gdb.arch/i386-pkru.expTom de Vries2-4/+88
2023-01-03Do not use PyObject_CallNoArgsTom Tromey1-2/+2
2023-01-03[gdb] Fix segfault during inferior call to ifuncAndrew Burgess2-2/+10
2023-01-02Simplify debug_expTom Tromey1-1/+1
2023-01-02Initial implementation of Debugger Adapter ProtocolTom Tromey26-2/+2297
2023-01-02Fix target remote pipe command for MinGWJonas Hoerberg1-0/+6
2023-01-02Remove target: prefix from gdb_sysroot in find_separate_debug_fileTom Tromey1-12/+25
2023-01-02[gdb/testsuite] Fix gdb.python/py-breakpoint.exp with libstdc++ debug infoTom de Vries1-1/+2
2023-01-01manual copyright year range of various GDB files to add 2023Joel Brobecker3-5/+5
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker6079-6079/+6079
2023-01-01gdb/copyright.py: Adjust following rename of sim/ppc/ppc-instructions...Joel Brobecker1-1/+1
2023-01-01Update copyright year in help message of gdb, gdbserver, gdbreplayJoel Brobecker1-2/+2
2022-12-31[gdb/cli] Add maintenance ignore-probesTom de Vries4-0/+145
2022-12-31[gdb/python] Fix gdb.python/py-finish-breakpoint2.exp for -m32Tom de Vries3-6/+55
2022-12-31[gdb/testsuite] Fix gdb.base/print-symbol-loading.exp on ubuntu 22.04.1Tom de Vries1-1/+5
2022-12-31[gdb/testsuite] Replace deprecated pthread_yield in gdb.threads/watchpoint-fo...Tom de Vries1-5/+5
2022-12-31[gdb/testsuite] Fix gdb.base/corefile.exp with glibc 2.35Tom de Vries1-2/+2
2022-12-30[gdb/testsuite] Fix gdb.threads/dlopen-libpthread.exp for upstream glibcTom de Vries1-10/+25
2022-12-30[gdb/testsuite] Fix gdb.reverse/step-indirect-call-thunk.exp with -fcf-protec...Tom de Vries1-3/+12
2022-12-30[gdb/testsuite] Fix gdb.cp/step-and-next-inline.exp with -fcf-protectionTom de Vries1-1/+10
2022-12-30[gdb/symtab] Make comp_unit_head.length privateTom de Vries3-18/+33
2022-12-28Use $decimal in timestamp.expTom Tromey1-1/+1
2022-12-28Fix "set debug timestamp"Tom Tromey2-1/+25
2022-12-27Handle SIGSEGV in gdb selftestsTom Tromey2-0/+12
2022-12-26Add initializers to comp_unit_headTom Tromey4-16/+14
2022-12-24gdb/testsuite: fix buffer overflow in gdb.base/signed-builtin-types.expAndrew Burgess1-43/+8
2022-12-23Use bool for dwarf2_has_infoTom Tromey2-5/+5
2022-12-23gdb/testsuite: remove MPFR detection in gdb.base/float128.expSimon Marchi1-36/+1
2022-12-23Fix MinGW build using mingw.org's MinGWEli Zaretskii1-1/+5
2022-12-21Fix compiling of top.cAndrew Pinski1-1/+0
2022-12-21Use toplevel configure for GMP and MPFR for gdbAndrew Pinski8-1079/+41
2022-12-21gdb/c++: validate 'using' directives based on the current lineBruno Larsen6-9/+95
2022-12-20sim: move register headers into sim/ namespace [PR sim/29869]Mike Frysinger8-8/+8
2022-12-20Fix install-strip targetHannes Domani1-2/+2
2022-12-19Use bool in bpstatTom Tromey6-30/+31
2022-12-19Use bool constants for value_print_optionsTom Tromey19-60/+60
2022-12-19Remove quick_symbol_functions::relocatedTom Tromey4-91/+4
2022-12-19Remove MI version 1Tom Tromey11-126/+11
2022-12-19Remove vestiges of MI version 0Tom Tromey1-27/+0
2022-12-19gdb: fix command lookup in execute_command ()Jan Vrany1-6/+2