aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-07Pass readable_regcache to gdbarch method read_pcusers/qiyao/regcache-split-4-2Yao Qi8-16/+18
2018-02-07Move register_dump to regcache-dump.cYao Qi4-416/+445
2018-02-07Remove regcache::m_readonly_pYao Qi2-33/+19
2018-02-07No longer create readonly regcacheYao Qi3-29/+58
2018-02-07Replace regcache::dump with class register_dumpYao Qi2-207/+285
2018-02-07Class detached_regcacheYao Qi4-61/+44
2018-02-07Class readonly_detached_regcacheYao Qi11-63/+80
2018-02-07Remove regcache_save and regcache_cpyYao Qi6-46/+19
2018-02-07class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi31-122/+180
2018-02-07Class reg_bufferYao Qi2-35/+58
2018-02-06Remove some $ARCH_read_pc and $ARCH_write_pcYao Qi7-85/+18
2018-02-06Fix PR ld/22263 on SPARC.Eric Botcazou10-183/+376
2018-02-06Treat OP_F77_UNDETERMINED_ARGLIST as OP_FUNCALLYao Qi2-1/+8
2018-02-06Fix up one ChangeLog entry dateYao Qi1-2/+3
2018-02-06Improve the find_nearest_line function for the MIPS target so that it tries h...Nick Clifton2-6/+29
2018-02-06Fix GCC 8's -Wstringop-overflow on bfd/coff-rs6000.cSergio Durigan Junior2-1/+6
2018-02-06Replace reachable assertion with a test and return of NULL.Nick Clifton2-1/+21
2018-02-06Prevent attempts to call strncpy with a zero-length field by chacking the siz...Nick Clifton2-5/+24
2018-02-06Allow the find_abstract_instance_name() function in the BFD library to also r...Paul Carroll2-10/+27
2018-02-06Automatic date update in version.inGDB Administrator1-1/+1
2018-02-05ppc64: Fix stwux encodingJan Kratochvil1-1/+1
2018-02-05[PR22764][LD][AARCH64]Allow R_AARCH64_ABS16 and R_AARCH64_ABS32 against absol...Renlin Li8-5/+56
2018-02-05Remove myself as a write-after-approval GDB maintainer.Antoine Tremblay1-1/+0
2018-02-05x86: Remove the unused _GLOBAL_OFFSET_TABLE_H.J. Lu21-242/+372
2018-02-05Use visitors for make_gdb_typeAlan Hayward2-224/+272
2018-02-05RISC-V/GAS: Correct an `expr' global shadowing error for pre-4.8 GCCMaciej W. Rozycki2-3/+8
2018-02-05RISC-V/BFD: Correct a missing initializer error with pre-4.7 GCCMaciej W. Rozycki2-1/+7
2018-02-05MIPS/BFD: Correctly report unsupported `.reginfo' section sizeMaciej W. Rozycki13-1/+67
2018-02-05ELF/BFD: Propagate the return status from backend section processingMaciej W. Rozycki2-1/+7
2018-02-05binutils/testsuite: Support stderr options with `run_dump_test'Maciej W. Rozycki3-43/+157
2018-02-05Updated Brazillian portuguese and Russian translationNick Clifton8-280/+282
2018-02-05Align natural-format register values to the same columnRuslan Kabatsayev2-10/+36
2018-02-04Move comment in gdb/dwarf2read.c::dwarf2_physnameJoel Brobecker2-8/+12
2018-02-05Automatic date update in version.inGDB Administrator1-1/+1
2018-02-04ld/testsuite: Replace -Sw with -SW for readelfH.J. Lu10-9/+21
2018-02-04Automatic date update in version.inGDB Administrator1-1/+1
2018-02-03gdb/testsuite: Remove use of dejagnu cleanup procAndrew Burgess3-3/+5
2018-02-03Remove PROVIDE() qualifiers from definition of __CTOR_LIST__ and __DTOR_LIST_...Nick Clifton4-8/+56
2018-02-02Disable -shared support in nios2-elf-ld.Sandra Loosemore2-1/+4
2018-02-02Add support for DWARF-4 line number tables.Cary Coutant3-1/+20
2018-02-03Automatic date update in version.inGDB Administrator1-1/+1
2018-02-02RISC-V: Fix --wrap and relaxation conflict.Jim Wilson2-9/+49
2018-02-02MI: Allow non-raw varobj evaluationLeszek Swirski via gdb-patches7-2/+70
2018-02-02binutils/riscv: Register names in DWARF outputAndrew Burgess4-0/+40
2018-02-02LD/testsuite: Pass $AFLAGS_PIC to GAS for PIC assemblyMaciej W. Rozycki2-55/+59
2018-02-02PowerPC64, don't relocate nopsAlan Modra2-4/+14
2018-02-01Do not classify C struct members as a filenameLeszek Swirski5-24/+74
2018-02-02Automatic date update in version.inGDB Administrator1-1/+1
2018-02-01Rewrite arm_record_coproc_data_proc and arm_record_data_proc_misc_ld_strYao Qi2-172/+334
2018-02-01set ret signed in arm_record_extension_spaceYao Qi2-1/+5