summaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)Author
2022-06-22Use unique_xmalloc_ptr in interpTom Tromey
2022-06-21Document how GDB searches for files when using -s, -e, and -se optionsKevin Buettner
2022-06-20Move finish_print out of value_print_optionsTom Tromey
2022-06-18Fix assertion failure in copy_typeTom Tromey
2022-06-18gdb/python: Export nibbles to python layerEnze Li
2022-06-18gdb/doc: Documentation for the new print commandEnze Li
2022-06-18gdb: Add new 'print nibbles' featureEnze Li
2022-06-17gdb: NEWS: Move LoongArch gdbserver to the correct sectionTiezhu Yang
2022-06-17Fix GDB build with GCC 4.8 & 4.9Pedro Alves
2022-06-17Convert set_location_spec_string to a methodPedro Alves
2022-06-17Convert location_spec_to_string to a methodPedro Alves
2022-06-17Convert location_spec_type to a methodPedro Alves
2022-06-17Convert location_spec_empty_p to a methodPedro Alves
2022-06-17Eliminate copy_location_specPedro Alves
2022-06-17Eliminate the two-level data structures behind location_specsPedro Alves
2022-06-17event_location -> location_specPedro Alves
2022-06-16[gdb/testsuite] Fix have_mpx testTom de Vries
2022-06-15Check for listeners in emit_exiting_eventTom Tromey
2022-06-15Add to documentation of Python 'dont_repeat' methodTom Tromey
2022-06-15gdb/arm: Make sp alias for one of the other stack pointersYvan Roux
2022-06-15gdb/arm: Track msp and pspYvan Roux
2022-06-15gdb/arm: Fetch initial sp value prior to compareYvan Roux
2022-06-15gdb: unify two dis_asm_read_memory functions in disasm.cAndrew Burgess
2022-06-15gdb: refactor the non-printing disassemblersAndrew Burgess
2022-06-15gdb/python: implement the print_insn extension language hookAndrew Burgess
2022-06-15gdb: add extension language print_insn hookAndrew Burgess
2022-06-15gdb: add new base class to gdb_disassemblerAndrew Burgess
2022-06-15gdb/python: convert gdbpy_err_fetch to use gdbpy_refAndrew Burgess
2022-06-15gdb: Always suppress stringop-overread warning in debuginfod-support.cMark Wielaard
2022-06-14[gdb/testsuite] Handle unordered dict in gdb.python/py-mi-cmd.expTom de Vries
2022-06-14Implement lazy FPU initialization for ravenscarTom Tromey
2022-06-14Reimplement ravenscar registers using tablesTom Tromey
2022-06-14Fix bugs in aarch64-ravenscar-thread.cTom Tromey
2022-06-14Allow 'interrupt -a' in all-stop modeTom Tromey
2022-06-14gdbserver: Add LoongArch/Linux supportYouling Tang
2022-06-14[gdb/testsuite] Fix regexp in gdb.ada/mi_var_access.expTom de Vries
2022-06-14Debug support for global alias variableKavitha Natarajan
2022-06-14[gdb/testsuite] Fix gdb.reverse/test_ioctl_TCSETSW.exp with libc debuginfoTom de Vries
2022-06-13[gdb] Avoid warnings in cooked_{read,write}_test for m68hc11Tom de Vries
2022-06-13gdb: LoongArch: Deal with atomic sequenceTiezhu Yang
2022-06-13gdb: don't use bashism in configure testSam James
2022-06-13gdb:csky add support target-descriptions for CSKY archJiangshuai Li
2022-06-13[gdb/testsuite] Handle quotes in gdb_py_module_availableTom de Vries
2022-06-12Fix self-test failure in addrmapTom Tromey
2022-06-12Remove psymtab_addrmapTom Tromey
2022-06-12Use malloc for mutable addrmapsTom Tromey
2022-06-12Remove addrmap::create_fixedTom Tromey
2022-06-12Remove addrmap_create_mutableTom Tromey
2022-06-12Remove addrmap wrapper functionsTom Tromey
2022-06-12Move addrmap classes to addrmap.hTom Tromey