aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-24PR26656, power10 libstdc++.so segfault in __cxxabiv1::__cxa_throwAlan Modra2-185/+259
2020-09-24PR26655, Power10 libstdc++.so R_PPC64_NONE dynamic relocsAlan Modra5-15/+50
2020-09-23CSKY: Add objdump option -M abi-names.Cooper Qu10-596/+858
2020-09-23Handle bit offset and bit size in base typesTom Tromey9-7/+406
2020-09-23Avoid manual memory management of argv arrays in gdb/compileTom Tromey3-58/+73
2020-09-23Simplify compile_module cleanupTom Tromey4-56/+83
2020-09-23Transfer module ownership to do_module_cleanupTom Tromey2-42/+38
2020-09-23Introduce and use compile_module_upTom Tromey6-12/+32
2020-09-23Use new/delete for do_module_cleanupTom Tromey2-10/+26
2020-09-23Remove some manual memory management from compile interfaceTom Tromey3-24/+26
2020-09-23Enable support to Intel Keylocker instructionsTerry Guo21-4184/+4770
2020-09-23Automatic date update in version.inGDB Administrator1-1/+1
2020-09-22Linker: If the type is pie the results should be an executable which entry po...Frediano Ziglio3-2/+8
2020-09-22Automatic date update in version.inGDB Administrator1-1/+1
2020-09-21Update the binutils documentation to make it clear the the --strip-unneeded o...Ludovic Court?s2-2/+12
2020-09-21Fix sparc prologue skippingTom Tromey2-6/+12
2020-09-21rx-dis.c:103:3: suspicious concatenation of string literalsAlan Modra2-8/+16
2020-09-21PR26569, R_RISCV_RVC_JUMP results in buffer overflowAlan Modra4-33/+54
2020-09-21Automatic date update in version.inGDB Administrator1-1/+1
2020-09-20Fix mi_gdb_exit with secondary MI channelsPedro Alves2-0/+17
2020-09-20Robustify gdb.base/testenv.exp:find_envPedro Alves2-0/+11
2020-09-20Automatic date update in version.inGDB Administrator1-1/+1
2020-09-19Use gdb_bfd_sections in generic_loadTom Tromey2-16/+14
2020-09-19Use gdb_bfd_sections in build_section_tableTom Tromey2-30/+25
2020-09-19Use gdb_bfd_sections in elf_symfile_readTom Tromey2-5/+10
2020-09-19Use gdb_bfd_sections in restore_commandTom Tromey2-49/+53
2020-09-19Use gdb_bfd_sections in gcore_memory_sectionsTom Tromey2-4/+12
2020-09-19Use gdb_bfd_sections in ELF osabi tag sniffingTom Tromey5-14/+23
2020-09-19Use gdb_bfd_sections in dwarf2/read.cTom Tromey2-26/+33
2020-09-19Use gdb_bfd_sections in symfile.cTom Tromey3-38/+28
2020-09-19Use gdb_bfd_sections in build_objfile_section_tableTom Tromey2-18/+18
2020-09-19Use gdb_bfd_sections in get_stap_base_addressTom Tromey2-14/+9
2020-09-19Use gdb_bfd_sections in gdb_bfd_close_or_warnTom Tromey2-2/+9
2020-09-19Use gdb_bfd_sections in core_target_openTom Tromey2-6/+9
2020-09-19Add a new overload of gdb_bfd_sectionsTom Tromey2-2/+13
2020-09-19gdb/fortran: Change whitespace when printing arraysAndrew Burgess8-16/+32
2020-09-19gdb/fortran: Move Fortran expression handling into f-lang.cAndrew Burgess9-248/+339
2020-09-19gdb/fortran: Clean up array/string expression evaluationAndrew Burgess2-69/+75
2020-09-18gdb: Update i386_analyze_prologue to skip endbr32Victor Collod5-3/+37
2020-09-19Automatic date update in version.inGDB Administrator1-1/+1
2020-09-18Make target_wait options use enum flagsTom Tromey45-88/+189
2020-09-18gdb: Fix use after free bug in compile_object_runAndrew Burgess2-3/+20
2020-09-18bpf: xBPF SDIV, SMOD instructionsDavid Faust13-23/+289
2020-09-18sim/m32r: return register sizes after fetch and storeAndrew Burgess2-2/+24
2020-09-18Mention x86_64 Cygwin core file support in NEWS.Jon Turney2-0/+6
2020-09-18Add handling for 64-bit module addresses in Cygwin core dumpsJon Turney2-7/+28
2020-09-18Promote windows_core_xfer_shared_libraries and windows_core_pid_to_strJon Turney5-99/+120
2020-09-18Add amd64_windows_gregset_reg_offsetJon Turney2-0/+75
2020-09-18Add sniffer for Cygwin x86_64 core dumpsJon Turney2-0/+30
2020-09-18Fix "thread find" with multiple inferiors/targets (PR gdb/26631)Pedro Alves4-0/+123