aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-22Fix cached_frame allocation in py-unwindAlan Hayward2-1/+9
2017-06-22Remove an instance of MAX_REGISTER_SIZE from record-full.cAlan Hayward2-3/+8
2017-06-22Regenerate two regformats/i386/.dat filesYao Qi3-3/+6
2017-06-22Remove MAX_REGISTER_SIZE from py-unwind.cAlan Hayward4-24/+30
2017-06-22x86: Support Intel Shadow Stack with SHSTK propertyH.J. Lu42-9/+457
2017-06-22x86: Support Intel IBT with IBT property and IBT-enable PLTH.J. Lu93-77/+2968
2017-06-22environ-selftests: Ignore -Wself-move warningPedro Alves3-0/+55
2017-06-22Add STRINGIFY to gdb/common/preprocessor.hPedro Alves4-8/+9
2017-06-22common/agent.h: Add missing include guardsPedro Alves2-0/+9
2017-06-22Fix address violation parsing a corrupt SOM binary.Nick Clifton2-2/+14
2017-06-22Fix compile time warning about unused static variable.Nick Clifton2-1/+5
2017-06-22Automatic date update in version.inGDB Administrator1-1/+1
2017-06-21Use DWARF_VMA_FMT to report errorH.J. Lu2-2/+7
2017-06-21Pass $NOPIE_CFLAGS and $NOPIE_LDFLAGS to some ELF testsH.J. Lu2-8/+17
2017-06-21Pass $NOPIE_CFLAGS to NOCROSSREFS testsH.J. Lu2-2/+9
2017-06-21Add missing ChangeLog entriesH.J. Lu1-0/+10
2017-06-21Pass $NOPIE_LDFLAGS size testsH.J. Lu5-15/+29
2017-06-21Use noncapturing subpattern/parens in gdb_test implementationKevin Buettner2-1/+6
2017-06-21Fix address violation when reading corrupt DWARF data.Nick Clifton2-58/+106
2017-06-21[ARM] Rework Tag_CPU_arch build attribute value selectionThomas Preud'homme10-69/+236
2017-06-21Fix addrss violation when processing a corrupt SH COFF binary.Nick Clifton2-1/+8
2017-06-21x86: CET v2.0: Update incssp and setssbsyH.J. Lu11-55/+80
2017-06-21x86: CET v2.0: Rename savessp to saveprevsspH.J. Lu11-15/+30
2017-06-21x86: CET v2.0: Update NOTRACK prefixH.J. Lu14-89/+234
2017-06-21Fix address violation parsing a corrupt Alpha VMS binary file.Nick Clifton4-18/+63
2017-06-21[ARM] Allow Thumb division as an extension for ARMv7Thomas Preud'homme4-0/+33
2017-06-21[ARM] Rework selection of feature bits to base build attributes onThomas Preud'homme2-16/+30
2017-06-21[GOLD] PowerPC move plt indx_ out of unordered map keyAlan Modra2-42/+61
2017-06-21PowerPC64 localentry:0 plt callsAlan Modra2-15/+25
2017-06-21PowerPC64 tocsave testcasesAlan Modra9-0/+129
2017-06-21[ARM] Simplify Tag_DSP_extension selection logicThomas Preud'homme2-23/+11
2017-06-21[ARM] Keep separation between extensions and architecture bits throughout exe...Thomas Preud'homme3-29/+101
2017-06-21[ARM] Separate extensions from architectures in arm_cpusThomas Preud'homme2-162/+381
2017-06-21Fix seg-fault in the BFD parsing a corrupt input binary.Nick Clifton3-0/+10
2017-06-21Change to_xfer_partial doc to use addressable memory unitsSimon Marchi2-5/+13
2017-06-21Fix potential address violation parsing a corrupt Alpha VMS file.Nick Clifton2-0/+16
2017-06-21Fix address violation parsing a corrupt IEEE Alpha binary.Nick Clifton2-4/+32
2017-06-21Fix address violation when parsing a corrupt IEEE binary.Nick Clifton2-0/+16
2017-06-21Fix seg-fault reading a corrupt ELF binary.Nick Clifton2-3/+18
2017-06-21Add support for the Cortex-A55 and Cortex-A75 versions of the AArch64 archite...James Greenhalgh3-0/+13
2017-06-20Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentationSergio Durigan Junior3-2/+9
2017-06-21Automatic date update in version.inGDB Administrator1-1/+1
2017-06-202017-06-20 Eric Christopher <echristo@gmail.com>Eric Christopher2-12/+18
2017-06-20gdbserver/Makefile.in: Sort IPA_OBJSSimon Marchi2-3/+16
2017-06-20Use '::iterator' instead of '::const_iterator' on environ.c (and fix breakage...Sergio Durigan Junior2-2/+7
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior17-189/+376
2017-06-20Adjust the order of 32bit-linux.xml and 32bit-sse.xml in i386/i386-linux.xmlYao Qi3-4/+10
2017-06-20Class-fy tdesc_reg tdesc_type and tdesc_featureYao Qi2-100/+113
2017-06-20[GOLD] Avoid duplicate PLT stub symbols on ppc32James Clarke2-6/+17
2017-06-19Check the DYNAMIC bit for input shared objectsH.J. Lu5-2/+50