aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-12Remove addrmap wrapper functionsTom Tromey11-139/+84
2022-06-12Move addrmap classes to addrmap.hTom Tromey2-121/+118
2022-06-12Privacy for addrmap_mutableTom Tromey1-64/+78
2022-06-12Privacy for addrmap_fixedTom Tromey1-53/+44
2022-06-12Use inheritance for addrmapTom Tromey1-111/+80
2022-06-12Trivial fixes to Cygwin build after 8fea1a81Jon Turney2-2/+2
2022-06-12Simplify __USEWIDEJon Turney1-26/+0
2022-06-12Simplify cygwin_buf_tJon Turney2-14/+12
2022-06-10Fix warning-avoidance initialization in xcoffread.cTom Tromey1-1/+1
2022-06-10Fix comparison of unsigned long int to int in record_linux_system_call.Carl Love3-65/+148
2022-06-10PowerPC, correct the gdb ioctl values for TCGETS, TCSETS, TCSETSW and TCSETSF.Carl Love1-4/+10
2022-06-10gdb/testsuite: remove definition of true/false from gdb_compiler_infoAndrew Burgess7-5/+22
2022-06-10Document the ARM_CC_FOR_TARGET testsuite variableLuis Machado1-0/+30
2022-06-10[gdb/testsuite] Fix XPASS with gcc-12 in gdb.base/vla-struct-fields.expTom de Vries1-5/+17
2022-06-10[gdb/testsuite] Fix timeout in gdb.ada/ghost.expTom de Vries1-3/+3
2022-06-09Minor fix to Python breakpoint event documentationTom Tromey1-3/+3