aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-30Remove long_long_align_bit gdbarch attributeTom Tromey7-36/+23
2018-04-30Remove rust_type_alignmentTom Tromey2-42/+6
2018-04-30Expose type alignment on gdb.TypeTom Tromey8-0/+56
2018-04-30Handle alignof and _AlignofTom Tromey12-1/+444
2018-04-30Add initial type alignment supportTom Tromey10-5/+359
2018-04-30This patch adds support to objdump for disassembly of NFP (Netronome Flow Pro...Francois H. Theron39-2458/+7302
2018-04-30Use bool in read_index_from_sectionSimon Marchi2-3/+7
2018-04-30Automatic date update in version.inGDB Administrator1-1/+1
2018-04-29proc-events.c: fix compilation on SolarisFabian Groffen2-0/+8
2018-04-29Fix race when building ada-lex.cJohn Reiser2-10/+14
2018-04-29Automatic date update in version.inGDB Administrator1-1/+1
2018-04-28Automatic date update in version.inGDB Administrator1-1/+1
2018-04-27Add libcc1 v1 compatibility to C compile featureAlexandre Oliva2-5/+28
2018-04-27Add inclusive range support for RustTom Tromey8-23/+117
2018-04-27Enable -Wsuggest-overrideTom Tromey10-40/+67
2018-04-27MIPS/LD/testsuite: Update `run_dump_test' cases for non-DSO targetsMaciej W. Rozycki18-0/+41
2018-04-27testsuite: Support filtering targets by TCL procedure in `run_dump_test'Maciej W. Rozycki7-46/+91
2018-04-27Revert "Enable Intel MOVDIRI, MOVDIR64B instructions."Igor Tsimbalist21-15508/+15097
2018-04-27Regenerate some files for recent ARM patchesAlan Modra5-1/+19
2018-04-27PR23123, PowerPC32 ifunc regressionAlan Modra3-7/+15
2018-04-27Automatic date update in version.inGDB Administrator1-1/+1
2018-04-26Fix remote 'g' command error handling (PR remote/9665)Andrzej Kaczmarek2-19/+12
2018-04-26Enable Intel MOVDIRI, MOVDIR64B instructions.Igor Tsimbalist21-15097/+15508
2018-04-26Extend the assembler so that it can automatically generate GNU Build attribut...Nick Clifton15-21/+350
2018-04-26[ld/testsuite] Fix pr2404 output.Christophe Lyon3-3/+9
2018-04-26Fix resolving GNU ifunc bp locations when inferior runs resolverPedro Alves4-5/+27
2018-04-26Extend GNU ifunc testcasesPedro Alves5-95/+366
2018-04-26PPC64: always make synthetic .text symbols for GNU ifunc symbolsPedro Alves2-6/+21
2018-04-26For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves10-54/+116
2018-04-26Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer)Pedro Alves3-49/+68
2018-04-26For PPC64: elf_gnu_ifunc_record_cache: handle plt symbols in .text sectionPedro Alves2-6/+13
2018-04-26Factor out minsym_found/find_function_start_sal overloadPedro Alves3-41/+37
2018-04-26Eliminate find_pc_partial_function_gnu_ifuncPedro Alves3-34/+17
2018-04-26Breakpoints, don't skip prologue of ifunc resolvers with debug infoPedro Alves2-15/+55
2018-04-26Fix setting breakpoints on ifunc functions after they're already resolvedPedro Alves5-21/+56
2018-04-26Fix elf_gnu_ifunc_resolve_by_got bugletPedro Alves2-3/+10
2018-04-26Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves7-8/+70
2018-04-26Calling ifunc functions when target has no debug info but resolver hasPedro Alves9-51/+140
2018-04-26Fix calling ifunc functions when resolver has debug info and different namePedro Alves2-1/+8
2018-04-26Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation)Pedro Alves2-17/+44
2018-04-26x86: fold various non-memory operand AVX512VL templatesJan Beulich5-2045/+631
2018-04-26x86: also optimize zeroing-masking variants of insnsJan Beulich8-73/+84
2018-04-26x86: properly force / avoid forcing EVEX encodingJan Beulich7-7/+76
2018-04-26x86: CpuXSAVE is a prereq for various other featuresJan Beulich7-31/+95
2018-04-26x86: drop CpuRegMMX, CpuReg[XYZ]MM, and CpuRegMaskJan Beulich12-5231/+5322
2018-04-26x86: don't recognize bnd<N> as registers without CpuMPXJan Beulich5-0/+29
2018-04-26x86: x87-related adjustmentsJan Beulich10-30/+85
2018-04-26x86: fix indentation in build_modrm_byte()Jan Beulich2-39/+43
2018-04-26x86: move and fold common code in build_modrm_byte()Jan Beulich2-29/+18
2018-04-26x86: drop VexImmExtJan Beulich7-8082/+8086