aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-12Add a more general version of lookup_struct_elt_type.John Baldwin3-28/+72
2019-03-12Remove code disabled since at least 1999 from lookup_struct_elt_type.John Baldwin2-18/+8
2019-03-12Add a new gdbarch method to resolve the address of TLS variables.John Baldwin5-5/+68
2019-03-12Update comment for target::get_thread_local_address.John Baldwin2-2/+6
2019-03-12Handle an edge case for minisym TLS variable lookups.John Baldwin2-0/+10
2019-03-12Support fs_base and gs_base on FreeBSD/i386.John Baldwin6-12/+91
2019-03-12Support the fs_base and gs_base registers on i386.John Baldwin18-31/+119
2019-03-12gdb/testsuite: Prepare for DejaGnu 1.6.2Andrew Burgess8-13/+12
2019-03-12Fix MinGW build with source-highlightEli Zaretskii2-0/+12
2019-03-12Make remote.c ptid constants "const"Tom Tromey2-9/+11
2019-03-12Fix test-cp-name-parser build, parser_fprintf undefinedPedro Alves2-1/+7
2019-03-12Fix test-cp-name-parser build, unused variablePedro Alves2-1/+4
2019-03-12Make null_ptid and minus_one_ptid "const"Tom Tromey3-4/+9
2019-03-12Change iterate_over_lwps to take a gdb::function_viewTom Tromey9-109/+143
2019-03-12Don't use bfd_get_file_size in objdumpAlan Modra10-107/+180
2019-03-12Add missing changelogs for previous commits.Andreas Krebbel2-0/+14
2019-03-12S/390: arch13: Adjust to recent changesAndreas Krebbel3-53/+48
2019-03-12S/390: arch13: Add instruction descriptionsAndreas Krebbel1-101/+115
2019-03-12Automatic date update in version.inGDB Administrator1-1/+1
2019-03-11Remove redundant assignment from dwarf2_find_containing_comp_unitTom Tromey2-1/+5
2019-03-11Automatic date update in version.inGDB Administrator1-1/+1
2019-03-10Automatic date update in version.inGDB Administrator1-1/+1
2019-03-09Remove unnecessary cases from rank_one_type's switchSimon Marchi2-33/+4
2019-03-09Split rank_one_type_parm_set from rank_one_typeSimon Marchi2-10/+23
2019-03-09Split rank_one_type_parm_struct from rank_one_typeSimon Marchi2-12/+27
2019-03-09Split rank_one_type_parm_complex from rank_one_typeSimon Marchi2-10/+23
2019-03-09Split rank_one_type_parm_float from rank_one_typeSimon Marchi2-19/+32
2019-03-09Split rank_one_type_parm_bool from rank_one_typeSimon Marchi2-25/+38
2019-03-09Split rank_one_type_parm_range from rank_one_typeSimon Marchi2-14/+27
2019-03-09Split rank_one_type_parm_char from rank_one_typeSimon Marchi2-41/+54
2019-03-09Split rank_one_type_parm_enum from rank_one_typeSimon Marchi2-16/+29
2019-03-09Split rank_one_type_parm_int from rank_one_typeSimon Marchi2-83/+96
2019-03-09Split rank_one_type_parm_func from rank_one_typeSimon Marchi2-7/+21
2019-03-09Split rank_one_type_parm_array from rank_one_typeSimon Marchi2-9/+23