aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-06-27libctf: doc: add __float128 and SIMD vector classification to spec.users/nalcock/try-root-visibility-float128Bruce McCulloch1-2/+9
2025-06-27libctf: add root-visibility-addition testNick Alcock2-0/+39
2025-06-27libctf: create: check the right root-visible flag when adding enumerandsNick Alcock1-1/+1
2025-06-27libctf: create: addition of non-root types should not return root typesNick Alcock1-3/+3
2025-06-27Automatic date update in version.inGDB Administrator1-1/+1
2025-06-26gdb/solib: C++ify solib_opsSimon Marchi97-887/+1220
2025-06-26gdb/progspace: add solib_ops pointer in program_spaceSimon Marchi10-37/+83
2025-06-26gdb/solib: use solib::ops for operations that concern a single solibSimon Marchi1-21/+15
2025-06-26gdb/solib: add solib -> solib_ops backlinkSimon Marchi8-8/+23
2025-06-26gdb/solib: fix formatting of "info linker-namespaces" error messageSimon Marchi1-2/+2
2025-06-26gdb/testsuite: check that "info shared" and "info linker-namespaces" before r...Simon Marchi2-0/+8
2025-06-26gprofng: need to know that experiment was created on big-endian machineVladimir Mezentsev10-6/+270
2025-06-26gdb: remove some stray "void"Simon Marchi2-2/+0
2025-06-26Updated Spanish translations for opcodes and gasNick Clifton2-9762/+11231
2025-06-26gdb/testsuite: handle failure to start process for later attach testAndrew Burgess1-1/+13
2025-06-26Change file initialization to use INIT_GDB_FILE macroTom Tromey429-1312/+448
2025-06-26Automatic date update in version.inGDB Administrator1-1/+1
2025-06-25aarch64: Add supports for FEAT_PoPS feature and DC instructions.Srinath Parvathaneni9-0/+57
2025-06-25gdb: remove final m_stream->emit_style_escape calls from pager_fileAndrew Burgess2-7/+14
2025-06-25gdb: styling fixes around and for the pagination promptAndrew Burgess3-4/+311
2025-06-25[gdb/testsuite] Fix gdb.python/py-warning.exp with python 3.6Tom de Vries1-3/+20
2025-06-25readelf: invalid error message triggered when last tag is an empty stringMatthieu Longo3-4/+7
2025-06-25arm testsuite: add two corner cases for EABI string attributesMatthieu Longo4-0/+48
2025-06-25[gdb/testsuite] Fix gdb.base/infcall-failure.exp on freebsdTom de Vries1-2/+14
2025-06-25Automatic date update in version.inGDB Administrator1-1/+1
2025-06-25RISC-V: Add Profiles RVA/B23S64 support.Jiawei3-1/+27
2025-06-24[gdb/testsuite] Make gdb.dap/log-message.exp more robustTom de Vries1-0/+9
2025-06-24Allow DAP "threads" request when inferior is runningTom Tromey3-9/+162
2025-06-24Use "MS" for .debug_strTom Tromey5-5/+24
2025-06-24gas/doc: -v / -version / --version / --verboseJan Beulich1-2/+4
2025-06-24RISC-V: Update Profiles string in RV23.Jiawei3-6/+6
2025-06-24gas/NEWS: Updated for RISC-VNelson Chu1-2/+4
2025-06-24ld/NEWS,binutils/NEWS: Updated supports for RISC-V zicfiss and zicfilpNelson Chu2-0/+7
2025-06-24RISC-V: Fxied failed testsuites when building rv32-linuxNelson Chu6-6/+6
2025-06-24RISC-V: Support for unlabeled landing pad PLT generationKito Cheng6-1/+202
2025-06-24RISC-V: Implment the merge logic for GNU_PROPERTY_RISCV_FEATURE_1_ANDKito Cheng15-0/+383
2025-06-24RISC-V: Add GNU_PROPERTY_RISCV_FEATURE_1_CFI_SS and GNU_PROPERTY_RISCV_FEATUR...Kito Cheng5-0/+101
2025-06-24RISC-V: Refactor PLT generationKito Cheng2-35/+96
2025-06-24Automatic date update in version.inGDB Administrator1-1/+1
2025-06-23gdb: return after stack alignment skip if current_pc is reachedPawel Kupczak1-0/+3
2025-06-23gdb: correct endbr64 instruction handling in amd64_analyze_prologuePawel Kupczak3-27/+79
2025-06-23gdb: refactor amd64_analyze_prologuePawel Kupczak1-51/+75
2025-06-23gdb/testsuite: use TESTS from make-check-all.shAndrew Burgess1-2/+2
2025-06-23objcopy: Don't extend the output section sizeH.J. Lu1-0/+6
2025-06-23elf: Report corrupted group sectionH.J. Lu1-13/+10
2025-06-23gdb: filename completion for pipe command -- the shell command bitAndrew Burgess2-3/+27
2025-06-23gdb: linux-namespaces: enter user namespace when appropriateBenjamin Berg3-1/+194
2025-06-23gdb: only use /proc/PID/exe for local f/s with no sysrootAndrew Burgess5-10/+93
2025-06-23gdb: better warning when attaching, and executable is unknownAndrew Burgess1-0/+8
2025-06-23gdbserver: include sys/stat.h for 'struct stat'Andrew Burgess1-0/+1