aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-14Allow 'interrupt -a' in all-stop modeTom Tromey3-3/+74
2022-06-14gdbserver: Add LoongArch/Linux supportYouling Tang3-1/+27
2022-06-14[gdb/testsuite] Fix regexp in gdb.ada/mi_var_access.expTom de Vries1-1/+3
2022-06-14Debug support for global alias variableKavitha Natarajan3-24/+114
2022-06-14[gdb/testsuite] Fix gdb.reverse/test_ioctl_TCSETSW.exp with libc debuginfoTom de Vries1-1/+1
2022-06-13[gdb] Avoid warnings in cooked_{read,write}_test for m68hc11Tom de Vries1-0/+25
2022-06-13gdb: LoongArch: Deal with atomic sequenceTiezhu Yang1-14/+113
2022-06-13gdb: don't use bashism in configure testSam James2-2/+2
2022-06-13gdb:csky add support target-descriptions for CSKY archJiangshuai Li2-6/+506
2022-06-13[gdb/testsuite] Handle quotes in gdb_py_module_availableTom de Vries1-1/+1
2022-06-12Fix self-test failure in addrmapTom Tromey1-7/+3
2022-06-12Remove psymtab_addrmapTom Tromey4-131/+8
2022-06-12Use malloc for mutable addrmapsTom Tromey5-108/+43
2022-06-12Remove addrmap::create_fixedTom Tromey5-28/+11
2022-06-12Remove addrmap_create_mutableTom Tromey5-20/+14