aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-28Rewrite registry.hTom Tromey64-1071/+683
2022-07-28Remove some unused functions from guile codeTom Tromey2-44/+0
2022-07-28Change allocation of type-copying hash tableTom Tromey6-42/+27
2022-07-28Change address_space to use new and deleteTom Tromey5-39/+31
2022-07-28gdb/python: Add BreakpointLocation typeSimon Farre9-0/+553
2022-07-28gdb/gdb_mbuild.sh: use return instead of continue to avoid shellcheck erroryaowenbin1-1/+1
2022-07-28Automatic date update in version.inGDB Administrator1-1/+1
2022-07-27Automatic date update in version.inGDB Administrator1-1/+1
2022-07-26gprofng: check for the makeinfo versionVladimir Mezentsev2-5/+81
2022-07-26gdb/linux_nat: Write memory using ptrace if /proc/pid/mem is not writableKeith Seitz1-2/+9
2022-07-26gdb/linux-nat: Check whether /proc/pid/mem is writablePedro Alves1-17/+88
2022-07-26gdb: LoongArch: Handle the function return valueTiezhu Yang1-14/+219
2022-07-26gdb: LoongArch: Fix code style issuesTiezhu Yang1-161/+190
2022-07-26Stop the linker from complaining about RWX segments in sparc-solaris targets.Nick Clifton2-0/+7
2022-07-26[gdb/testsuite] Fix gdb.opt/inline-small-func.exp with clangTom de Vries1-1/+7
2022-07-26PowerPC32 ld test fails with --enable-targets=allAlan Modra3-17/+11
2022-07-26gdb/hurd: pass memory_tagged as false to find_memory_region_ftypeEnze Li3-2/+4
2022-07-26gdb/netbsd: add missing header fileEnze Li1-0/+1
2022-07-26Updated translations for various sub-directoriesNick Clifton13-18669/+20899
2022-07-26gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess45-57/+60
2022-07-26Fix indentation in loongarch code, preventing a compile time warning.Nick Clifton2-12/+15
2022-07-26gdb/varobj: Fix varobj_invalidate_iterLancelot SIX3-7/+59
2022-07-26gdb/varobj: Fix use after free in varobjLancelot SIX5-1/+256
2022-07-26MI: mi_runto -pendingPedro Alves1-7/+61
2022-07-26Automatic date update in version.inGDB Administrator1-1/+1
2022-07-25gprofng: fix bug 29356 - Execution fails if gprofng is not included in PATHRuud van der Pas1-23/+284
2022-07-25gprofng: fix bug 29392 - Unexpected line format in summary fileRuud van der Pas1-21/+78
2022-07-25gprofng: fix bug 29353 - Fix a lay-out issue in the html disassembly filesRuud van der Pas1-8/+33
2022-07-25gprofng: fix bug 29352 - Fix the message Hexadecimal number > 0xffffffff non-...Ruud van der Pas1-13/+13
2022-07-25gprofng: fix bug 29351 - Move dynamic loading of modules to a later stageRuud van der Pas1-0/+9
2022-07-25set/show python dont-write-bytecode fixesKevin Buettner2-9/+32
2022-07-25gdb/python: fix invalid use disassemble_info::streamAndrew Burgess4-13/+22
2022-07-25gdb: fix use of uninitialised gdb_printing_disassembler::m_in_commentAndrew Burgess1-1/+1
2022-07-25ld: Compile 2 CTF tests with -O2H.J. Lu2-0/+2
2022-07-25struct packed: Add fallback byte array implementationPedro Alves1-3/+48
2022-07-25struct packed: Unit tests and more operatorsPedro Alves3-30/+182
2022-07-25struct packed: Use gcc_struct on WindowsPedro Alves1-1/+9
2022-07-25binutils-gdb/git: highlight whitespace errors in source filesAndrew Burgess1-0/+15
2022-07-25gdb/arm: Sync sp with other *sp registersYvan Roux1-0/+80
2022-07-25gdb/arm: Use if-else if instead of switchTorbjörn SVENSSON1-15/+10
2022-07-25Remove dead code from windows_nat_target::detachTom Tromey1-10/+4
2022-07-25gdb: handle dis_style_sub_mnemonic disassembler styleAndrew Burgess1-0/+1
2022-07-25libopcodes/ppc: add support for disassembler stylingAndrew Burgess2-30/+86
2022-07-25opcodes: add new sub-mnemonic disassembler styleAndrew Burgess2-0/+9
2022-07-25LoongArch: Add testcases for new relocate types.liuzhensong51-2443/+2949
2022-07-25bfd: Delete R_LARCH_NONE from dyn info of LoongArch.liuzhensong8-3/+41
2022-07-25LoongArch: Move ifunc info to rela.dyn from rela.plt.liuzhensong1-29/+344
2022-07-25LoongArch: gas: Add new reloc types.liuzhensong4-102/+120
2022-07-25LoongArch:opcodes: Add new reloc types.liuzhensong1-170/+242
2022-07-25bfd: Add supported for LoongArch new relocations.liuzhensong7-752/+2095