summaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)Author
2022-07-07gdb: fix {rs6000_nat_target,aix_thread_target}::wait to not use inferior_ptidSimon Marchi
2022-07-07Fix pedantically invalid DWARF in gdb.trace/unavailable-dwarf-piece.expPedro Alves
2022-07-07gdb: LoongArch: Fix typos in code commentsTiezhu Yang
2022-07-07GDB/testsuite: Add coverage for `print -elements' commandMaciej W. Rozycki
2022-07-07gdb: LoongArch: Implement the push_dummy_call gdbarch methodTiezhu Yang
2022-07-05[gdb/exp] Fix internal error when printing C++ pointer-to-memberTom de Vries
2022-07-05Add gdb.Objfile.is_file attributeTom Tromey
2022-07-05Make 'import gdb.events' workTom Tromey
2022-07-05gdb: LoongArch: add orig_a0 into register setXi Ruoyao
2022-07-04[gdb/symtab] Add get/set functions for per_cu->lang/unit_typeTom de Vries
2022-07-02[gdb/symtab] Fix data race on per_cu->dwarf_versionTom de Vries
2022-07-02[gdb/testsuite] Fix gdb.base/early-init-file.exp with -fsanitize=threadTom de Vries
2022-07-01GDB/doc: Remove indentation from `print -elements' completion exampleMaciej W. Rozycki
2022-07-01GDB/doc: Remove extraneous spaces from completion examplesMaciej W. Rozycki
2022-06-30GDB: Add `NUMBER' completion to `set' integer commandsMaciej W. Rozycki
2022-06-30gdb/testsuite: Expand gdb.cp/mb-ctor.exp to test dynamic allocationBruno Larsen
2022-06-30gdb/doc: fix column widths in MI compatibility tableAndrew Burgess
2022-06-29GDB/testsuite: Tighten `set print elements' error checkMaciej W. Rozycki
2022-06-29GDB: Remove extraneous full stops from `set' command error messagesMaciej W. Rozycki
2022-06-29gdb/doc: improve description of --data-disassemble opcodes outputAndrew Burgess
2022-06-29gdb/arm: Only stack S16..S31 when FPU registers are secureYvan Roux
2022-06-29gdb/testsuite: fix gdb.base/break-idempotent.exp on ppcCarl Love
2022-06-28gdb+gdbserver/Linux: avoid reading registers while going through shellPedro Alves
2022-06-28[gdb/build] Fix gdb build with -fsanitize=thread and gcc 7Tom de Vries
2022-06-28gdb:csky add pseudo regs for float and vector regsJiangshuai Li
2022-06-27gdb/testsuite: update bug numbers from Gnats to bugzillaBruno Larsen
2022-06-27gdb/arm: Unwind Non-Secure callbacks from SecureYvan Roux
2022-06-27[gdb/testsuite] Handle older python in gdb.python/py-send-packet.pyTom de Vries
2022-06-27[gdb/testsuite] Fix gdb.reverse/i387-env-reverse.exp for -pieTom de Vries
2022-06-27[gdb/testsuite] Enable some test-cases for x86_64 -m32Tom de Vries
2022-06-27[gdb/testsuite] Workaround unnecessary .s file with gfortran 4.8Tom de Vries
2022-06-27[gdb/testsuite] Skip gdb.fortran/namelist.exp for gfortran 4.8Tom de Vries
2022-06-27[gdb/symtab] Fix parsing of .debug_str_offsets headerTom de Vries
2022-06-25Fix corrupt DWARF in dw2-double-set-die-typeTom Tromey
2022-06-25Fix end of CU calculation in cooked_indexer::index_diesTom Tromey
2022-06-25gdb: LoongArch: Implement loongarch_linux_syscall_next_pc()Tiezhu Yang
2022-06-25gdb: LoongArch: Define register numbers and clean up codeTiezhu Yang
2022-06-24Eliminate TUI/CLI observers duplicationPedro Alves
2022-06-24Revert "Delete delete_thread_silent"Pedro Alves
2022-06-24gdb/arm: Update the value of active sp when base sp changesYvan Roux
2022-06-24gdb/testsuite: remove unneeded calls to get_compiler_infoAndrew Burgess
2022-06-24gdb/testsuite: remove global gcc_compiled from gdb.expAndrew Burgess
2022-06-24Include count of unexpected core files in gdb.sum summaryPedro Alves
2022-06-24Improve core file path detection & put cores in output dirPedro Alves
2022-06-24gdb: make use of RAII in run_inferior_callAndrew Burgess
2022-06-24Delete delete_thread_silentPedro Alves
2022-06-23Don't declare cli_set_loggingTom Tromey
2022-06-23Use PyBool_FromLongTom Tromey
2022-06-22Use std::string for interpreter_pTom Tromey
2022-06-22Move mi_interpreter to mi-interp.hTom Tromey