aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-01-06gdb/c++: Detect ambiguous variables in imported namespacesBruno Larsen2-27/+83
2023-01-06gdb/mi: add no-history stop reasonBruno Larsen6-2/+14
2023-01-06gdb/testsuite: Fix FAILs in gdb.linespec/cpcompletion.exp when using clangBruno Larsen1-15/+18
2023-01-05gdbsupport: add gdb::string_view_hashSimon Marchi1-1/+1
2023-01-05gdbsupport: move fast_hash to gdbsupport/common-utils.hSimon Marchi1-19/+0
2023-01-05gdbsupport: move libxxhash configure check to gdbsupportSimon Marchi2-537/+514
2023-01-05gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi46-149/+148
2023-01-05gdb/testsuite: add back needed -re clause in gdb_breakpointSimon Marchi1-0/+6
2023-01-05[gdb/python] Avoid queue.SimpleQueue for python 3.6Tom de Vries2-2/+10
2023-01-05Add type to expression dump of symbolTom Tromey1-0/+1
2023-01-04gdb: ensure test_name is initialized in gdb_breakpointLancelot SIX1-1/+2
2023-01-04Use first_opcode in another spotTom Tromey1-1/+1
2023-01-04Convert exp_uses_objfile to a method of expressionTom Tromey6-17/+16
2023-01-04gdb: use gdb_test_multiple in gdb_breakpointSimon Marchi1-34/+2
2023-01-04gdb: fix some #ifdef logic in bt-utils.hAndrew Burgess1-1/+1
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