aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-24[gdb/testsuite] Fix gdb.threads/threadcrash.exp for remote hostTom de Vries1-5/+3
2024-04-24[gdb/testsuite] Fix gdb.threads/threadcrash.exp with glibc debuginfoTom de Vries1-1/+1
2024-04-24Update readelf's display of RELR sections to include the number of locations ...Nick Clifton14-33/+128
2024-04-24gdb: include extract-store-integer.h in charset.c when PHONY_ICONVSimon Marchi1-0/+2
2024-04-24PPC maintainersAlan Modra1-2/+1
2024-04-24buffer overflow in libctf testsAlan Modra2-2/+2
2024-04-24Automatic date update in version.inGDB Administrator1-1/+1
2024-04-23gdb: adjust copyright years of extract-store-integer.{c,h}Simon Marchi2-2/+2
2024-04-23arm: Fix MVE vmla encodingClaudio Bantaloukas4-1356/+2042
2024-04-23bfd: Remove duplicate word in elf-vxworks.cOlivier Hainque1-1/+1
2024-04-23objcopy.c: Fix bfd_copy_private_symbol_data on 32-bit hostsH.J. Lu1-2/+2
2024-04-23gdb: move symbol_file_command declaration to symfile.hSimon Marchi3-17/+17
2024-04-23gdb: remove enum precision_typeSimon Marchi1-7/+0
2024-04-23gdb: move annotation_level declaration/definition to annotate.{h,c}Simon Marchi5-14/+13
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi51-88/+144
2024-04-23gdb: change type of quit_flag to boolSimon Marchi2-5/+5
2024-04-23gdb: change return type of check_quit_flag to boolSimon Marchi5-12/+12
2024-04-23gdb: move declarations of check_quit_flag and set_quit_flag to extension.hSimon Marchi3-32/+34
2024-04-23gdb: remove unused include in infrun.cSimon Marchi1-1/+1
2024-04-23objdump: Round ASCII art lines in jump visualizationWaqar Hameed1-4/+4
2024-04-23gdb/dwarf2/read.c: remove pessimizing std::moveSimon Marchi1-1/+1
2024-04-23gdb: bump black version to 24.4.0Simon Marchi1-1/+1
2024-04-23PR31667, objcopy/strip corrupts solaris binariesAlan Modra1-7/+6
2024-04-23ignore some symbols in elf.c:swap_out_symsAlan Modra2-56/+49
2024-04-23xfail undefweak-1 test for alphaAlan Modra1-1/+1
2024-04-23use copy_private_symbol_data in objcopyAlan Modra1-0/+7
2024-04-23copy_private_symbol_dataAlan Modra1-2/+2
2024-04-22gdb: don't include gdbsupport/array-view.h in defs.hSimon Marchi1-1/+0
2024-04-22gdb: don't include hashtab.h in defs.hSimon Marchi4-2/+3
2024-04-22gdb: move RequireLongest to gdbsupport/traits.hSimon Marchi4-4/+7
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi141-327/+559
2024-04-22gdb: remove extract_long_unsigned_integerSimon Marchi2-56/+0
2024-04-22gdb: move `enum compile_i_scope_types` to compile/compile.hSimon Marchi4-28/+30
2024-04-22gdb: move two declarations out of defs.hSimon Marchi5-9/+10
2024-04-23Automatic date update in version.inGDB Administrator1-1/+1
2024-04-22gdb/testsuite: Use default gdb_expect timeout in runtoThiago Jung Bauermann1-1/+1
2024-04-22gdb: fix unknown variable typo in c-exp.yAndrew Burgess1-1/+1
2024-04-22aarch64: Fix coding style issue in `aarch64-dis.c'Victor Do Nascimento1-1/+1
2024-04-21Use std::vector in event-loop.ccTom Tromey1-39/+18
2024-04-22x86/APX: Add invalid check for APX EVEX.X4.Cui, Lili4-1/+12
2024-04-22Automatic date update in version.inGDB Administrator1-1/+1
2024-04-21Remove a couple of VLAsTom Tromey2-2/+6
2024-04-21Remove some alloca usesTom Tromey8-64/+16
2024-04-21Automatic date update in version.inGDB Administrator1-1/+1
2024-04-20LoongArch: Add -mignore-start-align optionmengqinggang11-23/+95
2024-04-20Error compiling libctf-regression testAlan Modra2-2/+2
2024-04-20Automatic date update in version.inGDB Administrator1-1/+1
2024-04-19gdb: add target_debug_printf and target_debug_printf_nofuncSimon Marchi3-590/+390
2024-04-19gdb: make regcache::debug_print_register return a stringSimon Marchi3-20/+21
2024-04-19gdb: make debug_target use one-linersSimon Marchi3-864/+835