aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-26gdb: Require psymtab before calling quick_functions in objfileLancelot SIX5-15/+148
2022-05-26Fix crash in new DWARF indexerTom Tromey2-39/+95
2022-05-26Finalize each cooked index separatelyTom Tromey3-163/+313
2022-05-26bit-rot in target before_parse functionAlan Modra4-2/+12
2022-05-26 arm: avoid use of GNU builtin function in s_arm_unwind_save_mixedRichard Earnshaw1-40/+17
2022-05-26gdb/linux-nat: xfer_memory_partial return E_IO on errorLancelot SIX1-1/+1
2022-05-26gdb/testsuite: prefer gdb_test in gdb.dwarf2/calling-conventionLancelot SIX1-6/+8
2022-05-26bfd: Add Support for DW_FORM_strx* and DW_FORM_addrx*Potharla, Rupesh1-14/+268
2022-05-26ld: add --package-metadataLuca Boccassi17-12/+545
2022-05-26Automatic date update in version.inGDB Administrator1-1/+1
2022-05-26Re: Add bionutils support for DWARF v5's DW_OP_addrxNatarajan, Kavitha2-0/+169
2022-05-25Show enabled locations with disabled breakpoint parent as "y-"Pedro Alves4-20/+68
2022-05-25Add bionutils support for DWARF v5's DW_OP_addrx.Natarajan, Kavitha3-6/+76
2022-05-25gdb: Fix DUPLICATE and PATH regressions throughoutPedro Alves38-934/+969
2022-05-25Add -nopass option to gdb_test/gdb_test_multiplePedro Alves1-28/+32
2022-05-25RISC-V: Fix RV32Q conflictTsukasa OI8-5/+22
2022-05-25opcodes: introduce BC field; fix iselDmitry Selyutin5-6/+9
2022-05-25ppc: extend opindex to 16 bitsDmitry Selyutin4-20/+30
2022-05-25Automatic date update in version.inGDB Administrator1-1/+1
2022-05-24[gdb/testsuite] Fix gdb.opt/clobbered-registers-O2.exp with clangTom de Vries4-17/+50
2022-05-24[gdb/testsuite] Fix gdb.opt/clobbered-registers-O2.exp with gcc-12Tom de Vries1-1/+1
2022-05-24gdb: LoongArch: Define LOONGARCH_LINUX_NUM_GREGSET as 45Tiezhu Yang1-2/+2
2022-05-24AArch64: add support for DFP (Decimal Floating point)Christophe Lyon1-0/+2
2022-05-24Merge config/ changes from GCC, to enable DFP on AArch64Christophe Lyon2-2/+22
2022-05-24PR29171, invalid read causing SIGSEGVAlan Modra1-4/+5
2022-05-24PR29170, divide by zero displaying fuzzed .debug_namesAlan Modra1-21/+24
2022-05-24PR29169, invalid read displaying fuzzed .gdb_indexAlan Modra1-58/+22
2022-05-24Automatic date update in version.inGDB Administrator1-1/+1
2022-05-23Tweak the std::hash<> specialization for aarch64_features.John Baldwin1-12/+15
2022-05-23Fix loongarch_iterate_over_regset_sections for non-native targets.John Baldwin1-2/+12
2022-05-23gdb: LoongArch: Implement the iterate_over_regset_sections gdbarch methodTiezhu Yang1-0/+16
2022-05-23[gdb/testsuite] Fix -prompt handling in gdb_testTom de Vries1-1/+1
2022-05-23[gdbsupport] Fix UB in print-utils.cc:int_stringTom de Vries1-1/+5
2022-05-23[gdb/exp] Fix UB in scalar_binopTom de Vries2-1/+6
2022-05-23[gdb/ada] Fix gdb.ada/dynamic-iface.exp with gcc 7Tom de Vries1-1/+2
2022-05-23ld: use definitions in generate_reloc rather than raw literalsMark Harmstone2-7/+24
2022-05-23[gdb/testsuite] Skip language auto in gdb.base/parse_number.expTom de Vries1-0/+5
2022-05-23Automatic date update in version.inGDB Administrator1-1/+1
2022-05-22Accept functions with DW_AT_linkage_name presentAlok Kumar Sharma3-1/+115
2022-05-22Automatic date update in version.inGDB Administrator1-1/+1
2022-05-21Automatic date update in version.inGDB Administrator1-1/+1
2022-05-20Rename base_breakpoint -> code_breakpointPedro Alves9-57/+57
2022-05-20Test "set multiple-symbols on" creating multiple breakpointsPedro Alves1-25/+75
2022-05-20Make sure momentary breakpoints are always thread-specificPedro Alves1-37/+46
2022-05-20Momentary breakpoints should have no breakpoint numberPedro Alves1-1/+0
2022-05-20Add/tweak intro comments of struct breakpoint and several subclassesPedro Alves2-8/+17
2022-05-20Move add_location(sal) to base_breakpointPedro Alves5-37/+31
2022-05-20Move common bits of catchpoint/exception_catchpoint to breakpoint's ctorPedro Alves3-19/+21
2022-05-20Make catchpoint inherit breakpoint, eliminate init_raw_breakpointPedro Alves3-37/+7
2022-05-20Make breakpoint_address_bits look at the location kindPedro Alves2-37/+23