aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-16PR24337, segfault in _bfd_elf_rela_local_sym, againAlan Modra3-8/+14
2019-03-16Automatic date update in version.inGDB Administrator1-1/+1
2019-03-15Change minimal_symbol inheritanceTom Tromey4-36/+36
2019-03-15Use memcpy in minimal_symbol_reader::installTom Tromey2-3/+7
2019-03-15Allocate minimal symbols with mallocTom Tromey3-19/+26
2019-03-15Use htab_up for demangled hashTom Tromey4-6/+12
2019-03-15Simplify per-BFD storage managementTom Tromey3-32/+27
2019-03-15Remove minsym terminationTom Tromey6-49/+14
2019-03-15Remove some unneeded initializations in minimal_symbol_readerTom Tromey2-10/+5
2019-03-15Use bitset for demangled_hash_languagesTom Tromey3-11/+21
2019-03-15Slightly simplify minsym creationTom Tromey3-7/+15
2019-03-15COFF: Check for symbols defined in discarded sectionH.J. Lu3-1/+16
2019-03-15Update the documentation describing where the linker will attempt to locate p...Nick Clifton2-1/+7
2019-03-15Fix a potential illegal memory access whilt parsing an x86 insn.Li Hao2-32/+42
2019-03-15PR24339, segfault on NULL symbol sectionAlan Modra2-1/+13
2019-03-15PR24337, segfault in _bfd_elf_rela_local_symAlan Modra2-4/+11
2019-03-15PR24336, buffer overflow in swap_reloca_inAlan Modra2-2/+10
2019-03-15x86-64: Check for corrupt input with bad relocationH.J. Lu2-38/+138
2019-03-15Re-indent elf_x86_64_relocate_sectionH.J. Lu2-2/+6
2019-03-15Automatic date update in version.inGDB Administrator1-1/+1
2019-03-14Fix gdb.texinfo buildSimon Marchi2-1/+6
2019-03-14Fix a buffer overrun error when attempting to parse corrupt DWARF information.Nick Clifton2-0/+18
2019-03-14Fix an illegal memory access when parsing a corrupt ELF file.Nick Clifton2-0/+7
2019-03-14Fix colors in TUI mode in MS-Windows build with ncursesEli Zaretskii2-0/+46
2019-03-14Fix illegal memory access parsing a corrupt ELF file.Nick Clifton2-3/+34
2019-03-14Avoid a crash in source_cache::extract_linesTom Tromey3-11/+25
2019-03-14Add the "set style source" commandTom Tromey9-1/+74
2019-03-14Make TUI react to "set style enabled"Tom Tromey7-19/+61
2019-03-14Automatic date update in version.inGDB Administrator1-1/+1
2019-03-13Change pid_to_str to return std::stringTom Tromey53-408/+499
2019-03-13Fix MI output for multi-location breakpointsSimon Marchi13-78/+331
2019-03-13Factor out mi_ui_out instantiation logicSimon Marchi5-31/+35
2019-03-13[BFD, LD, AArch64, 3/3] Add --pac-plt to enable PLTs protected with PAC.Sudakshina Das15-6/+314
2019-03-13[BFD, LD, AArch64, 2/3] Add --force-bti to enable BTI and to select BTI enabl...Sudakshina Das23-21/+687
2019-03-13[BFD, LD, AArch64, 1/3] Add support for GNU PROPERTIES in AArch64 for BTI and...Sudakshina Das17-1/+453
2019-03-13x86: Properly set IBT and SHSTK properties for -z ibt/shstkH.J. Lu14-6/+163
2019-03-13dwarf2: Align relocation within .debug_line sectionChristian Eggers2-3/+19
2019-03-13dwarf2: Pad size of .debug_line section.Christian Eggers2-0/+15
2019-03-13dwarf2: Use octets for .debug_string offsetsChristian Eggers2-3/+7
2019-03-13dwarf2: Use octets for .debug_line prologueChristian Eggers2-2/+6
2019-03-13dwarf2: Use octets for dwarf2 headersChristian Eggers2-4/+9
2019-03-13Symbols with octets valueChristian Eggers3-1/+49
2019-03-13dwarf2: Fix calculation of line info offsetChristian Eggers2-1/+5
2019-03-13Automatic date update in version.inGDB Administrator1-1/+1
2019-03-12The NEWS file had two "New targets" sections for 8.3.John Baldwin2-5/+6
2019-03-12Support TLS variables on FreeBSD/powerpc.John Baldwin2-0/+42
2019-03-12Support TLS variables on FreeBSD/riscv.John Baldwin2-0/+34
2019-03-12Support TLS variables on FreeBSD/i386.John Baldwin2-0/+36
2019-03-12Support TLS variables on FreeBSD/amd64.John Baldwin2-0/+32
2019-03-12Add a helper function to resolve TLS variable addresses for FreeBSD.John Baldwin3-0/+174