aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-23gdb: Ignore some stringop-overflow and restrict warnings on sparcusers/ahajkova/try-frobMark Wielaard2-0/+20
2023-01-23[gdb/testsuite] Avoid using .eh_frame in gdb.base/unwind-on-each-insn.expTom de Vries1-2/+12
2023-01-23Updated Swedish translation for the binutils sub-directoryNick Clifton2-393/+257
2023-01-23[gdb/testsuite] Simplify gdb.base/unwind-on-each-insn.expTom de Vries1-51/+11
2023-01-23[gdb/testsuite] Fix untested in gdb.base/frame-view.expTom de Vries1-1/+1
2023-01-23Fix objdump --reloc for specific symbolVladislav Khmelevsky1-0/+7
2023-01-23Automatic date update in version.inGDB Administrator1-1/+1
2023-01-22Remove path name from testTom Tromey1-1/+2
2023-01-22Minor cleanup in gdb.btrace/enable.expTom Tromey1-1/+1
2023-01-22Minor fixup in allow_aarch64_sve_testsTom Tromey1-1/+1
2023-01-22Automatic date update in version.inGDB Administrator1-1/+1
2023-01-21Automatic date update in version.inGDB Administrator1-1/+1
2023-01-20gdb: make frame_info_ptr auto-reinflatableSimon Marchi7-28/+36
2023-01-20gdb: make frame_info_ptr grab frame level and id on constructionSimon Marchi7-31/+12
2023-01-20gdb: make user-created frames reinflatableSimon Marchi7-11/+192
2023-01-20gdb: make it possible to restore selected user-created framesSimon Marchi3-7/+167
2023-01-20gdb: add create_new_frame(frame_id) overloadSimon Marchi1-8/+18
2023-01-20gdb: add user-created frames to stashSimon Marchi1-2/+17
2023-01-20gdb: add frame_id::user_created_pSimon Marchi2-0/+5
2023-01-20gdb: move frame_info_ptr to frame.{c,h}Simon Marchi9-284/+230
2023-01-20gdb: move call site types to call-site.hSimon Marchi10-218/+253
2023-01-20gdb: move sect_offset and cu_offset to dwarf2/types.hSimon Marchi2-17/+40
2023-01-20gdb: remove language.h include from frame.hSimon Marchi16-1/+15
2023-01-20gdb: move compile_instance to compile/compile.hSimon Marchi7-118/+119
2023-01-20gdb: move type_map_instance to compile/compile.cSimon Marchi2-13/+13
2023-01-20Upload SFrame spec files as wellIndu Bhagat1-1/+5
2023-01-20Use bool in pc_in_* functionsTom Tromey6-22/+17
2023-01-20Constify notif_clientTom Tromey4-26/+26
2023-01-20gdb: remove struct trad_frame forward declarationSimon Marchi1-1/+0
2023-01-20Make gdb.ada/ptype_tagged_param.exp passTom Tromey1-19/+23
2023-01-20gdb/dwarf: fix UBsan crash in read_subrange_typeSimon Marchi2-10/+41
2023-01-20gdb/testsuite: add test for negative subrange bounds with unsigned formSimon Marchi1-0/+25
2023-01-20Add testcase ld-elf/merge4Michael Matz4-0/+55
2023-01-20arm32: Fix rodata-merge-mapMichael Matz2-4/+4
2023-01-20Faster string mergingMichael Matz5-304/+739
2023-01-20Add OpenBSD ARM GAS support.Frederic Cambus2-1/+5
2023-01-20x86: split i386-gen's opcode hash entry structJan Beulich1-23/+28
2023-01-20x86: embed register and alike names in disassemblerJan Beulich1-34/+34
2023-01-20x86: embed register names in reg_entryJan Beulich1-1/+1
2023-01-20x86: avoid strcmp() in a few placesJan Beulich1-11/+11
2023-01-20x86: absorb allocation in i386-genJan Beulich1-2/+5
2023-01-20x86: re-use insn mnemonic strings as much as possibleJan Beulich3-4534/+4216
2023-01-20x86: move insn mnemonics to a separate tableJan Beulich9-3838/+8553
2023-01-20x86: abstract out obtaining of a template's mnemonicJan Beulich2-75/+79
2023-01-20Automatic date update in version.inGDB Administrator1-1/+1
2023-01-19Use "maint ignore-probes" in no-libstdcxx-probe.expTom Tromey1-5/+4
2023-01-19i386: Don't emit unsupported TLS relocs on SolarisRainer Orth1-8/+32
2023-01-19GDB/testsuite: Expand for character string limiting optionsAndrew Burgess9-38/+306
2023-01-19GDB: Add a character string limiting optionAndrew Burgess18-51/+189
2023-01-19GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki19-626/+1136