aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-06Automatic date update in version.inGDB Administrator1-1/+1
2017-11-05Proper bound check in _bfd_doprnt_scanAlan Modra2-6/+12
2017-11-05PR22397, BFD internal error when message locale isn't CAlan Modra2-31/+317
2017-11-05Automatic date update in version.inGDB Administrator1-1/+1
2017-11-05powerpc TLS in PIEsAlan Modra3-46/+92
2017-11-05PowerPC readonly_dynrelocsAlan Modra3-28/+40
2017-11-05hppa-linux TLS relocsAlan Modra2-111/+170
2017-11-05PR22394, hppa-linux-ld fails to emit dynamic relocationsAlan Modra2-37/+94
2017-11-04Use std::vector in h8300-tdep.cTom Tromey2-10/+11
2017-11-04Introduce gdb_breakpoint_upTom Tromey8-41/+63
2017-11-04Use unique_xmalloc_ptr in c_type_print_baseTom Tromey2-10/+7
2017-11-04Remove cleanups from linux-tdep.cTom Tromey2-44/+29
2017-11-04Use gdb::byte_vector in ppc-linux-tdep.cTom Tromey2-13/+9
2017-11-04Remove make_cleanup_free_objfileTom Tromey5-24/+19
2017-11-04Use gdb::def_vector in sparc64-tdep.cTom Tromey2-9/+11
2017-11-04Replace start_rbreak_breakpoints and end_rbreak_breakpointsTom Tromey4-48/+33
2017-11-04Remove directive-searched cleanupsTom Tromey4-62/+17
2017-11-04Use unique_xmalloc_ptr in find_separate_debug_file_by_debuglinkTom Tromey2-22/+19
2017-11-04Use std::vector in compile-loc2c.cTom Tromey2-25/+24
2017-11-04Remove cleanups from link_callbacks_einfoTom Tromey2-7/+7
2017-11-04Replace really_free_pendings with a scoped_ classTom Tromey6-41/+42
2017-11-04Automatic date update in version.inGDB Administrator1-1/+1
2017-11-03x86: Remove func_pointer_refcountH.J. Lu5-60/+60
2017-11-03Fix regression on ARM after Target FP patchesUlrich Weigand2-1/+6
2017-11-03[ARC] Force the disassam to use the hexadecimal number for printingclaziss6-2/+40
2017-11-03Add option for Qualcomm Saphira partSiddhesh Poyarekar3-0/+10
2017-11-03Fix integer overflow problems when reading an ELF binary with corrupt augment...Nick Clifton2-25/+50
2017-11-03[ARC] Sync opcode data base.claziss3-1588/+3455
2017-11-03Skip gdb.mi/list-thread-groups-available.exp if no xml supportYao Qi2-0/+11
2017-11-03Fix excessive memory allocation attempts and possible integer overfloaws when...Nick Clifton2-2/+23
2017-11-03Skip gdb.python/py-thrhandle.exp if python is not enabled.Yao Qi2-0/+9
2017-11-03Automatic date update in version.inGDB Administrator1-1/+1
2017-11-02aarch64: Remove AARCH64_FEATURE_F16 from AARCH64_ARCH_V8_2Siddhesh Poyarekar2-1/+5
2017-11-02Work around integer overflows when readelf is checking for corrupt ELF notes ...Mingi Cho2-16/+23
2017-11-02Construct readonly regcache without address spaceYao Qi6-12/+18
2017-11-02const-fy regcache::m_readonly_pYao Qi2-1/+5
2017-11-02const-fy regcache::m_aspaceYao Qi11-31/+56
2017-11-02s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi8-36/+50
2017-11-02Remove regcache_descr::nr_raw_registersYao Qi3-13/+32
2017-11-02New method regcache::assert_regnumYao Qi3-13/+36
2017-11-02Remove code wrapped by "#if 0"Yao Qi2-15/+4
2017-11-02Remove regcache_descr fields sizeof_raw_register_status and sizeof_cooked_reg...Yao Qi2-9/+14
2017-11-02[ARM] Help wince objdump on coproc testsThomas Preud'homme3-2/+8
2017-11-01FT32: support for FT32B processor - part 2/2James Bowman4-13/+48
2017-11-02Automatic date update in version.inGDB Administrator1-1/+1
2017-11-01FT32B is a new FT32 family member. It has a code compression scheme, which re...James Bowman32-392/+3875
2017-11-01Prevent illegal memory accesses when attempting to read excessively large COF...Nick Clifton2-0/+14
2017-11-01Update check for invalid values in pe_bfd_read_buildid function.Nick Clifton2-3/+8
2017-11-01Fix an invalid free called when attempting to link a COFF object against an E...Nick Clifton4-3/+27
2017-11-01[ARM] Fix Coprocessor instructions availabilityThomas Preud'homme26-35/+328