aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-07-08Accept gdb.Value in more Python APIsTom Tromey6-33/+37
2022-07-08Handle bool specially in gdb.set_parameterTom Tromey2-0/+11
2022-07-08[gdb/build] Handle deprecation of scm_install_gmp_memory_functionsLudovic Courtès1-0/+10
2022-07-08[gdb/symtab] Fix assert in process_imported_unit_dieTom de Vries2-7/+10
2022-07-08[gdb/symtab] Fix segfault in dwarf2_per_objfile::symtab_set_pTom de Vries1-1/+5
2022-07-08gdb: initialize the data_head variable to eliminate compilation warningsEnze Li1-1/+1
2022-07-07gdb: fix {rs6000_nat_target,aix_thread_target}::wait to not use inferior_ptidSimon Marchi2-35/+31
2022-07-07Fix pedantically invalid DWARF in gdb.trace/unavailable-dwarf-piece.expPedro Alves1-2/+2
2022-07-07gdb: LoongArch: Fix typos in code commentsTiezhu Yang1-15/+15
2022-07-07GDB/testsuite: Add coverage for `print -elements' commandMaciej W. Rozycki1-0/+9
2022-07-07gdb: LoongArch: Implement the push_dummy_call gdbarch methodTiezhu Yang2-0/+598
2022-07-05[gdb/exp] Fix internal error when printing C++ pointer-to-memberTom de Vries3-1/+66
2022-07-05Add gdb.Objfile.is_file attributeTom Tromey4-0/+36
2022-07-05Make 'import gdb.events' workTom Tromey6-22/+37
2022-07-05gdb: LoongArch: add orig_a0 into register setXi Ruoyao8-3/+19
2022-07-04[gdb/symtab] Add get/set functions for per_cu->lang/unit_typeTom de Vries5-121/+157
2022-07-02[gdb/symtab] Fix data race on per_cu->dwarf_versionTom de Vries2-5/+23
2022-07-02[gdb/testsuite] Fix gdb.base/early-init-file.exp with -fsanitize=threadTom de Vries1-2/+17
2022-07-01GDB/doc: Remove indentation from `print -elements' completion exampleMaciej W. Rozycki1-0/+1
2022-07-01GDB/doc: Remove extraneous spaces from completion examplesMaciej W. Rozycki1-6/+6
2022-06-30GDB: Add `NUMBER' completion to `set' integer commandsMaciej W. Rozycki4-1/+36
2022-06-30gdb/testsuite: Expand gdb.cp/mb-ctor.exp to test dynamic allocationBruno Larsen2-0/+24
2022-06-30gdb/doc: fix column widths in MI compatibility tableAndrew Burgess1-1/+1
2022-06-29GDB/testsuite: Tighten `set print elements' error checkMaciej W. Rozycki1-1/+2
2022-06-29GDB: Remove extraneous full stops from `set' command error messagesMaciej W. Rozycki2-9/+9
2022-06-29gdb/doc: improve description of --data-disassemble opcodes outputAndrew Burgess1-2/+4
2022-06-29gdb/arm: Only stack S16..S31 when FPU registers are secureYvan Roux2-1/+17
2022-06-29gdb/testsuite: fix gdb.base/break-idempotent.exp on ppcCarl Love1-1/+7
2022-06-28gdb+gdbserver/Linux: avoid reading registers while going through shellPedro Alves3-0/+14
2022-06-28[gdb/build] Fix gdb build with -fsanitize=thread and gcc 7Tom de Vries1-1/+2
2022-06-28gdb:csky add pseudo regs for float and vector regsJiangshuai Li2-0/+268
2022-06-27gdb/testsuite: update bug numbers from Gnats to bugzillaBruno Larsen2-11/+11
2022-06-27gdb/arm: Unwind Non-Secure callbacks from SecureYvan Roux1-30/+84
2022-06-27[gdb/testsuite] Handle older python in gdb.python/py-send-packet.pyTom de Vries1-2/+6
2022-06-27[gdb/testsuite] Fix gdb.reverse/i387-env-reverse.exp for -pieTom de Vries1-1/+1
2022-06-27[gdb/testsuite] Enable some test-cases for x86_64 -m32Tom de Vries4-173/+166
2022-06-27[gdb/testsuite] Workaround unnecessary .s file with gfortran 4.8Tom de Vries1-0/+6
2022-06-27[gdb/testsuite] Skip gdb.fortran/namelist.exp for gfortran 4.8Tom de Vries2-4/+12
2022-06-27[gdb/symtab] Fix parsing of .debug_str_offsets headerTom de Vries1-7/+57
2022-06-25Fix corrupt DWARF in dw2-double-set-die-typeTom Tromey1-31/+0
2022-06-25Fix end of CU calculation in cooked_indexer::index_diesTom Tromey1-1/+3
2022-06-25gdb: LoongArch: Implement loongarch_linux_syscall_next_pc()Tiezhu Yang3-0/+36
2022-06-25gdb: LoongArch: Define register numbers and clean up codeTiezhu Yang4-133/+89
2022-06-24Eliminate TUI/CLI observers duplicationPedro Alves2-253/+64
2022-06-24Revert "Delete delete_thread_silent"Pedro Alves2-5/+27
2022-06-24gdb/arm: Update the value of active sp when base sp changesYvan Roux1-5/+11
2022-06-24gdb/testsuite: remove unneeded calls to get_compiler_infoAndrew Burgess174-714/+10
2022-06-24gdb/testsuite: remove global gcc_compiled from gdb.expAndrew Burgess37-177/+54
2022-06-24Include count of unexpected core files in gdb.sum summaryPedro Alves2-1/+49
2022-06-24Improve core file path detection & put cores in output dirPedro Alves5-54/+117