aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-11-05Deprecate MI version 1Tom Tromey2-0/+12
2022-11-04[testsuite] gdb.base/dlmopen: Fix test name and use gdb_attachLancelot SIX1-1/+3
2022-11-04PowerPC update comments for the MMA instruction name changes.Carl Love3-30/+56
2022-11-04PowerPC fix for the gdb.arch/powerpc-power10.exp test.Carl Love2-416/+416
2022-11-04Powerpc fix for gdb.base/unwind-on-each-insn.expCarl Love1-0/+22
2022-11-04gdb/testsuite: add KFAILs to gdb.reverse/step-reverse.expBruno Larsen1-0/+15
2022-11-03gdb: Fix issue with Clang CLI macrosBruno Larsen10-11/+179
2022-11-02Fix Cygwin build after 20489ccaJon Turney1-7/+9
2022-11-02Fix Cygwin build after bcb9251fJon Turney1-1/+1
2022-10-31Add missing TYPE_CODE_* constants to PythonTom Tromey6-170/+173
2022-10-31Remove REPARSE condition to force hardware resource checking when updating wa...Carl Love1-4/+3
2022-10-31PowerPC, add support for recording pipe2 system call.Carl Love1-0/+2
2022-10-31Use enum for gdbarch's call_dummy_locationTom Tromey5-9/+13
2022-10-31Inline initialization of gdbarch membersTom Tromey3-206/+111
2022-10-31Fix regression in pointer-to-member printingTom Tromey3-1/+13
2022-10-31gdb/testsuite: fix gdb.cp/converts.exp to run with clangBruno Larsen1-1/+1
2022-10-31gdb/testsuite: add XFAIL to gdb.cp/ptype-flags.exp when using clangBruno Larsen1-0/+12
2022-10-29gdb/testsuite: Wrap `param_integer_error' in gdb.guile/scm-parameter.expMaciej W. Rozycki1-1/+3
2022-10-29[gdb/testsuite] Use ssh -t in remote-*.expTom de Vries2-0/+24
2022-10-29[gdb/testsuite] Fix gdb.server/multi-ui-errors.exp with local-remote-host-nottyTom de Vries1-0/+8
2022-10-29[gdb/testsuite] Consume output asap in gdb.server/multi-ui-errors.expTom de Vries1-1/+7
2022-10-29[gdb/testsuite] Remove REMOTE_PORTNUM in remote-stdio-gdbserver.expTom de Vries1-12/+3
2022-10-28Convert compunit_language to a methodTom Tromey6-17/+16
2022-10-28gdb, btrace: fix family and model computationMarkus Metzger1-2/+4
2022-10-27[gdb/testsuite] Remove address from test namesTom de Vries3-3/+5
2022-10-27[gdb/testsuite] Disable styling in host board local-remote-host-native.expTom de Vries1-0/+4
2022-10-27[gdb/testsuite] Fix silent timeouts in gdb.mi/mi-exec-run.exp with remote hostTom de Vries2-1/+3
2022-10-27[gdb/testsuite] Use remote_exec chmod instead of remote_spawnTom de Vries2-2/+2
2022-10-26gdb/testsuite: fix gdb.guile/scm-parameter.exp "wrong type argument" test pat...Simon Marchi1-4/+4
2022-10-26gdb/arm: Fix M-profile EXC_RETURNLuis Machado1-2/+2
2022-10-26gdb/arm: fix IPSR field test in arm_m_exception_cache ()Luis Machado1-1/+1
2022-10-26gdb/arm: Terminate frame unwinding in M-profile lockupLuis Machado1-3/+53
2022-10-26gdb: copyright: make file header scan a bit more pythonicMike Frysinger1-9/+6
2022-10-26gdb: make copyright.py interface a bit nicerMike Frysinger1-5/+16
2022-10-25gdb: remove spurious spaces after frame_info_ptrSimon Marchi22-68/+68
2022-10-25gdb/testsuite: make sure to consume the prompt in gdb.base/unwind-on-each-ins...Simon Marchi1-10/+2
2022-10-25[gdb/testsuite] Handle missing .note.GNU-stackTom de Vries137-0/+139
2022-10-25[gdb/testsuite] Add missing skip_gdbserver_tests in gdb.multi/attach-no-multi...Tom de Vries1-0/+4
2022-10-25[gdb] Rewrite RETHROW_ON_TARGET_CLOSE_ERROR into functionTom de Vries1-20/+25
2022-10-25gdb: internal_error -> internal_error_loc in gdb-gdb.gdb.inSimon Marchi1-1/+1
2022-10-24gdb/doc: reword description of DisassembleInfo.read_memoryAndrew Burgess1-1/+1
2022-10-24[gdb] Fix rethrow exception slicing in insert_bp_locationTom de Vries1-7/+21
2022-10-24[gdb] Fix rethrow exception slicing in pretty_print_insnTom de Vries1-2/+2
2022-10-24[gdb/testsuite] Add skip_python_tests in gdb.python/tui-window-names.expTom de Vries1-0/+5
2022-10-22gdb/testsuite: add max number of instructions check in gdb.base/unwind-on-eac...Simon Marchi1-0/+7
2022-10-21Improve Python Unwinders documentationPedro Alves1-9/+9
2022-10-21gdb: make inherit_abstract_dies use vector iteratorsSimon Marchi1-13/+12
2022-10-21gdb: check for empty offsets vector in inherit_abstract_diesSimon Marchi1-9/+14
2022-10-21Fix incorrect .gdb_index with new DWARF scannerTom Tromey3-8/+34
2022-10-21Fix crash in value_print_array_elementsTom Tromey4-7/+126