aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-09gdb/aarch64: fix 32-bit arm compatibilityAndrew Burgess1-14/+100
2022-06-09gdb/arm: Document and fix exception stack offsetsYvan Roux1-4/+61
2022-06-09gdb/arm: Simplify logic for updating addressesYvan Roux1-4/+5
2022-06-09Fix ARM_CC_FOR_TARGET handlingPedro Alves1-2/+2
2022-06-09gdb/arm: Terminate unwinding when LR is 0xffffffffYvan Roux1-0/+11
2022-06-09gdb/testsuite: solve problems with compiler_info cachingAndrew Burgess1-11/+17
2022-06-09gdb/testsuite: handle errors better in test_compiler_infoAndrew Burgess1-1/+11
2022-06-09gdb/testsuite: make 'c' default language for get/test compiler infoAndrew Burgess1-8/+13
2022-06-09gdb/testsuite: remove get_compiler_info calls from gdb.exp and dwarf.expAndrew Burgess2-30/+1
2022-06-09gdb/testsuite: use test_compiler_info in gcc_major_versionNils-Christian Kempke1-2/+1