aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-01-13Use require !skip_cplus_testsTom Tromey171-265/+171
2023-01-13Use require is_x86_like_targetTom Tromey18-77/+18
2023-01-13Use require dwarf2_supportTom Tromey215-661/+215
2023-01-13Use require supports_process_recordTom Tromey10-66/+26
2023-01-13Use require supports_reverseTom Tromey30-101/+30
2023-01-13Use unsupported in 'require'Tom Tromey1-1/+1
2023-01-13Change 'require' to accept a list of predicatesTom Tromey11-41/+30
2023-01-13Don't use ensure_gdb_index with requireTom Tromey6-6/+24
2023-01-13gdb/infrun: add debug print in print_signal_received_reasonAndrew Burgess1-0/+2
2023-01-13gdb: int to bool conversion for normal_stopAndrew Burgess3-9/+7
2023-01-12Disable ptype/o for dynamic typesTom Tromey3-0/+82
2023-01-11gdb/doc: fix install-html with Texinfo 7Simon Marchi1-3/+12
2023-01-11gdb: Update gdbarch.py with latest changes in gdbarch.cThiago Jung Bauermann1-3/+3
2023-01-11Set _WIN32_WINNT in common.m4 configure checkTom Tromey1-1/+11
2023-01-11[gdb/testsuite] Fix regexp in gdb.threads/dlopen-libpthread.expSimon Marchi1-2/+2
2023-01-11[gdb/testsuite] Fix gdb.threads/dlopen-libpthread.exp for upstream glibc, againTom de Vries2-6/+41
2023-01-10Fix bug in 'say_where' transformTom Tromey1-2/+2
2023-01-10gdb/dwarf2: Fix 'rw_pieced_value' for values casted to different type.Rohr, Stephan2-4/+51
2023-01-10Convert say_where to method on code_breakpointTom Tromey2-25/+28
2023-01-10gdb/doc: use @value{GDBP} in some spotsSimon Marchi1-117/+117
2023-01-10gdb/doc: use @value{GDBN} in some spotsSimon Marchi1-4/+4
2023-01-10gdb/doc: some whitespace fixesSimon Marchi2-24/+24
2023-01-09gdb/linespec.c: Fix missing source file during breakpoint re-setAaron Merey2-2/+11
2023-01-09gdb/linespec.c: Fix -Wmaybe-uninitialized warningAaron Merey1-1/+1
2023-01-09Fix crash with C++ qualified namesTom Tromey2-0/+3
2023-01-09gdb/doc: fix @code{GDBN} -> @value{GDBN}Simon Marchi1-1/+1
2023-01-09testsuite: add -O0 to Intel compilers if no 'optimize' option is givenTankut Baris Aktemur1-0/+41
2023-01-09testsuite: handle icc and icpc deprecated remarksNils-Christian Kempke1-7/+30
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