aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Automatic date update in version.inGDB Administrator1-1/+1
2023-10-19Fix race in DWARF readerTom Tromey3-25/+41
2023-10-20PR30984, assertion fail elf.c:8485Alan Modra1-0/+1
2023-10-19gdb: fix no-expat build of solib-target.cSimon Marchi1-2/+2
2023-10-19ld: fix typo in ld.texi metdata->metadataJose E. Marchesi2-1/+5
2023-10-19gdb: rename struct so_list to shobjSimon Marchi25-128/+126
2023-10-19gdb: remove free_so functionSimon Marchi3-35/+5
2023-10-19gdb: don't call so_list::clear in free_soSimon Marchi1-1/+0
2023-10-19gdb: link so_list using intrusive_listSimon Marchi12-252/+178
2023-10-19gdb: make so_list::{so_original_name,so_name} std::stringsSimon Marchi13-80/+68
2023-10-19gdb: make so_list::abfd a gdb_bfd_ref_ptrSimon Marchi5-14/+11
2023-10-19gdb: make so_list::sections not a pointerSimon Marchi2-13/+7
2023-10-19gdb: remove target_section_table typedefSimon Marchi17-51/+47
2023-10-19gdb: make clear_so a method of struct so_listSimon Marchi2-21/+24
2023-10-19gdb: make so_list::lm_info a unique_ptrSimon Marchi10-31/+40
2023-10-19gdb: remove lm_info_vector typedefSimon Marchi1-9/+9
2023-10-19gdb: make solib-rocm not use so_list internallySimon Marchi1-50/+42
2023-10-19gdb: make solib-svr4 not use so_list internallySimon Marchi2-177/+100
2023-10-19gdb: use gdb::checked_static_cast when casting lm_infoSimon Marchi8-19/+19
2023-10-19gdb: remove target_so_ops::free_soSimon Marchi9-77/+13
2023-10-19gdb: rename lm_info_base to lm_infoSimon Marchi7-8/+8
2023-10-19gdb: allocate so_list with new, deallocate with deleteSimon Marchi9-34/+26
2023-10-19gdb: make get_cbfd_soname_build_id staticSimon Marchi2-9/+4
2023-10-19gdbsupport: use "reference" and "pointer" type aliases in intrusive_listSimon Marchi1-14/+14
2023-10-19gdb: replace some so_list parameters to use referencesSimon Marchi23-191/+183
2023-10-19gdb: make interps_notify work with referencesSimon Marchi1-3/+3
2023-10-19gdb: add program_space parameter to target_so_ops::clear_solibSimon Marchi6-42/+33
2023-10-19gdb: remove empty clear_solib functionsSimon Marchi3-18/+6
2023-10-19RISC-V: Don't do undefweak relaxations for the linker_def symbols.Nelson Chu1-0/+6
2023-10-19RISC-V: Remove semicolons from DECLARE_INSNTsukasa OI1-15/+15
2023-10-19Automatic date update in version.inGDB Administrator1-1/+1
2023-10-18gdb/testsuite/gdb.rocm: Fix incorrect use of continue N in multi-inferior-gpu...Lancelot Six1-1/+1
2023-10-18sim/riscv: fix JALR instruction simulationJaydeep Patil3-4/+32
2023-10-18libctf: check for problems with error returnsNick Alcock2-0/+75
2023-10-18gdb/testsuite/gdb.rocm: Check value returned by hipDeviceSynchronizeLancelot Six6-6/+52
2023-10-18libctf: Return CTF_ERR in ctf_type_resolve_unsliced PR 30836Torbjörn SVENSSON1-1/+1
2023-10-18[gdb/testsuite] Fix gdb.base/jit-bfd-name.expTom de Vries1-1/+1
2023-10-18[gdb/symtab] Fix two style issues in gdb/dwarf2/index-write.cTom de Vries1-3/+3
2023-10-18[gdb/symtab] Fix style issues in v9 .gdb_index section supportTom de Vries4-15/+15
2023-10-18RISC-V: Make sure rv32q conflict won't affect the zfa gas testcases.Nelson Chu2-2/+2
2023-10-18LoongArch: Correct comments.caiyinyu1-1/+1
2023-10-18Automatic date update in version.inGDB Administrator1-1/+1
2023-10-17gas: testsuite: microblaze: Add new bit-field testsNeal Frager2-1/+14
2023-10-17gdb: include the end address in in-memory bfd filenamesMarkus Metzger2-6/+14
2023-10-17libctf: Sanitize error types for PR 30836Torbjörn SVENSSON8-134/+114
2023-10-17Update the documentation of the LINKER_VERSIOn script command to actually men...Nick Clifton1-4/+4
2023-10-17[gdb/cli] Keep track of styling failures in source_cacheTom de Vries2-2/+26
2023-10-17[gdb/cli] Factor out try_source_highlightTom de Vries1-36/+55
2023-10-17[gdb/cli] Skip string copy in source_cache::ensureTom de Vries1-1/+1
2023-10-17LoongArch: readelf -d RELASZ excludes .rela.plt sizemengqinggang1-0/+2