aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-24gdb: make use of RAII in run_inferior_callAndrew Burgess1-14/+11
2022-06-24Delete delete_thread_silentPedro Alves2-27/+5
2022-06-23Don't declare cli_set_loggingTom Tromey1-5/+0
2022-06-23Use PyBool_FromLongTom Tromey3-8/+4
2022-06-22Use std::string for interpreter_pTom Tromey4-31/+15
2022-06-22Move mi_interpreter to mi-interp.hTom Tromey3-51/+51
2022-06-22Use unique_xmalloc_ptr in interpTom Tromey2-8/+6
2022-06-21Document how GDB searches for files when using -s, -e, and -se optionsKevin Buettner1-0/+5
2022-06-20Move finish_print out of value_print_optionsTom Tromey3-9/+10
2022-06-18Fix assertion failure in copy_typeTom Tromey2-12/+12
2022-06-18gdb/python: Export nibbles to python layerEnze Li3-1/+84
2022-06-18gdb/doc: Documentation for the new print commandEnze Li2-4/+36
2022-06-18gdb: Add new 'print nibbles' featureEnze Li8-3/+113
2022-06-17gdb: NEWS: Move LoongArch gdbserver to the correct sectionTiezhu Yang1-3/+8
2022-06-17Fix GDB build with GCC 4.8 & 4.9Pedro Alves2-10/+15
2022-06-17Convert set_location_spec_string to a methodPedro Alves3-27/+19
2022-06-17Convert location_spec_to_string to a methodPedro Alves8-49/+27
2022-06-17Convert location_spec_type to a methodPedro Alves5-31/+25
2022-06-17Convert location_spec_empty_p to a methodPedro Alves3-15/+2
2022-06-17Eliminate copy_location_specPedro Alves4-19/+6
2022-06-17Eliminate the two-level data structures behind location_specsPedro Alves9-506/+452
2022-06-17event_location -> location_specPedro Alves21-591/+605