aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-16[gdb/testsuite] Fix have_mpx testTom de Vries1-1/+1
2022-06-15Check for listeners in emit_exiting_eventTom Tromey1-0/+3
2022-06-15Add to documentation of Python 'dont_repeat' methodTom Tromey1-2/+4
2022-06-15gdb/arm: Make sp alias for one of the other stack pointersYvan Roux1-9/+11
2022-06-15gdb/arm: Track msp and pspYvan Roux1-0/+18
2022-06-15gdb/arm: Fetch initial sp value prior to compareYvan Roux1-0/+1
2022-06-15gdb: unify two dis_asm_read_memory functions in disasm.cAndrew Burgess2-25/+20
2022-06-15gdb: refactor the non-printing disassemblersAndrew Burgess7-135/+170
2022-06-15gdb/python: implement the print_insn extension language hookAndrew Burgess12-1/+2648
2022-06-15gdb: add extension language print_insn hookAndrew Burgess6-4/+78
2022-06-15gdb: add new base class to gdb_disassemblerAndrew Burgess4-52/+154
2022-06-15gdb/python: convert gdbpy_err_fetch to use gdbpy_refAndrew Burgess2-17/+14
2022-06-15gdb: Always suppress stringop-overread warning in debuginfod-support.cMark Wielaard1-7/+4
2022-06-14[gdb/testsuite] Handle unordered dict in gdb.python/py-mi-cmd.expTom de Vries1-1/+3
2022-06-14Implement lazy FPU initialization for ravenscarTom Tromey3-56/+217
2022-06-14Reimplement ravenscar registers using tablesTom Tromey7-580/+206
2022-06-14Fix bugs in aarch64-ravenscar-thread.cTom Tromey1-13/+10