aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-13Automatic date update in version.inGDB Administrator1-1/+1
2020-02-12Move the frame data to the BFD when possibleTom Tromey2-5/+42
2020-02-12Remove the objfile backlink from comp_unitTom Tromey2-13/+23
2020-02-12Remove a use of the comp_unit backlinkTom Tromey2-8/+20
2020-02-12Add per-unit obstackTom Tromey2-2/+10
2020-02-12Store the comp_unit instead of the FDE tableTom Tromey2-25/+34
2020-02-12Change fde table to a vectorTom Tromey2-115/+70
2020-02-12Change booleans to bool in ARM's gdbarch_tdepChristian Biesinger3-18/+27
2020-02-12Print more information in arm_dump_tdepChristian Biesinger2-0/+18
2020-02-12Remove dwarf_expr_batonTom Tromey2-9/+4
2020-02-12Fix kill of processes created by win32_create_inferiorHannes Domani2-0/+7
2020-02-12Cache the Thread Local Base pointer type in the gdbarchHannes Domani2-8/+12
2020-02-12x86: correct VFPCLASSP{S,D} operand size handlingJan Beulich9-9/+137
2020-02-12x86: fold two JMP templatesJan Beulich3-16/+8
2020-02-12x86-64: Intel64 adjustments for insns dealing with far pointersJan Beulich15-28/+224
2020-02-12Disable gdbserver on host != target configurationsMaciej W. Rozycki2-2/+16
2020-02-12[gdb] Fix -Wstrict-null-sentinel warning (--with-iconv-bin)Tom de Vries1-1/+2
2020-02-12x86: also disallow non-byte/-word registers with byte/word suffixJan Beulich7-71/+62
2020-02-12x86/Intel: improve diagnosticsJan Beulich2-4/+11
2020-02-11Update a comment in psymtab.hTom Tromey2-1/+7
2020-02-11Don't allow copying of auto_obstackTom Tromey2-0/+7
2020-02-11Don't forward-declare struct objfile in dwarf2/frame.hTom Tromey2-1/+4
2020-02-12Automatic date update in version.inGDB Administrator1-1/+1
2020-02-11Plugin: Treat each object as independentH.J. Lu2-38/+45
2020-02-11Remove use of deprecated_add_core_fns in cris_tdep.cChristian Biesinger2-43/+37
2020-02-11New testcase for PR tui/25126 (staled source cache)Sergio Durigan Junior3-0/+148
2020-02-11Add a comment for the ARM_F{0..7}_REGNUM registersChristian Biesinger2-0/+6
2020-02-11Add missing \n in fprintfChristian Biesinger2-1/+5
2020-02-11Re-generate gdb/gdbserver/gdbsupport configure scriptsSimon Marchi6-3/+18
2020-02-11Add -Wstrict-null-sentinel to gdbsupport/warning.m4Simon Marchi7-4/+22
2020-02-11Move gdb/warning.m4 to gdbsupportSimon Marchi8-5/+20
2020-02-11gdbsupport: use AM_GDB_WARNINGSSimon Marchi6-1/+215
2020-02-11Remove some ui_file_* functionsTom Tromey14-85/+59
2020-02-11Fix building the bfd/elf32-msp430.c file on a 32-bit host.Nick Clifton2-20/+34
2020-02-11Clear plugin_data memoryH.J. Lu2-0/+6
2020-02-11x86: drop ShortForm attributeJan Beulich7-10947/+10968
2020-02-11x86: drop stray ShortForm attributesJan Beulich3-12/+18
2020-02-11[binutils][gas] Fix build failure with -std=c89Matthew Malcomson2-2/+7
2020-02-11[gdb/testsuite] Fix UNRESOLVED in gdb.server/server-kill-python.expTom de Vries2-0/+9
2020-02-10Use GCC LTO wrapper to get real symbols from LTO IR objectsH.J. Lu11-23/+554
2020-02-11Ensure *valuep always written by extract_normal returnAlan Modra16-15/+68
2020-02-11Automatic date update in version.inGDB Administrator1-1/+1
2020-02-10MSP430: Enable relaxation of jump instructions to hard-coded pcrel offsetsJozef Lawrynowicz2-11/+65
2020-02-10MSP430: Enable relaxation of relocs in JMP instructionsJozef Lawrynowicz2-30/+75
2020-02-10MSP430: Add printf statements to assist with debugging during relaxationJozef Lawrynowicz2-5/+98
2020-02-10[binutils][arm] Implement Custom Datapath Extensions for MVEMatthew Malcomson15-4/+1438
2020-02-10[binutils][arm] arm support for ARMv8.m Custom Datapath ExtensionMatthew Malcomson14-4/+1573
2020-02-10x86: Accept Intel64 only instruction by defaultH.J. Lu10-3960/+4026
2020-02-10Allow objcopy's --set-section-flags options to add or remove the SHF_EXCLUDE ...Fangrui Song3-5/+11
2020-02-10More debuginfod tests fixes.Aaron Merey2-15/+30