aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-24Remove leading/trailing white spaces in ChangeLogH.J. Lu51-1421/+1421
2015-07-24Correct reloc section nameAlan Modra2-1/+7
2015-07-24bfd_get_section_by_name_if hash chain traversalAlan Modra2-8/+10
2015-07-24Automatic date update in version.inGDB Administrator1-1/+1
2015-07-232015-07-23 Ian Coolidge <icoolidge@google.com>Han Shen3-3/+15
2015-07-23Fix DT_MIPS_RLD_MAP_REL tag for n64 target and 32-bit host.Joseph Myers2-1/+7
2015-07-23Fix crash when reading dummy CUs.Doug Evans5-5/+108
2015-07-23py-linetable.c: Fix doc of LineTable.source_lines' return typeCiro Santilli2-4/+12
2015-07-23gdb/gdbtypes: fix handling of typedef layers between array typesPierre-Marie de Rodat7-1/+140
2015-07-23Return zero in aarch64_linux_can_use_hw_breakpoint if target doesn't support ...Yao Qi2-8/+27
2015-07-23Fix ubsan signed integer overflowAlan Modra2-3/+8
2015-07-23Automatic date update in version.inGDB Administrator1-1/+1
2015-07-22Fix memory operand size for vcvtt?ps2u?qq instructionsH.J. Lu15-244/+344
2015-07-23readelf display of 0x800...000 addendAlan Modra2-10/+8
2015-07-22gas line buffer handlingAlan Modra2-55/+54
2015-07-22Don't compare symbol addresses directlyH.J. Lu9-25/+127
2015-07-22Mark global with hidden attributeH.J. Lu4-3/+10
2015-07-22Fix ppc64 ELFv1 assertion failureAlan Modra2-7/+11
2015-07-22GOLD aarch64 warning fixAlan Modra2-1/+5
2015-07-22Automatic date update in version.inGDB Administrator1-1/+1
2015-07-21Fix problem where __start_ and __stop_ section symbols do not honor version s...Cary Coutant2-0/+17
2015-07-21Fix typo in PR number.Cary Coutant1-1/+1
2015-07-21Fix internal error when linking an archive library with no preceding objects.Cary Coutant3-5/+16
2015-07-21Move aarch64_linux_get_debug_reg_capacity to nat/aarch64-linux-hw-point.cYao Qi6-103/+72
2015-07-21btrace: fix case label in btrace_data_appendMarkus Metzger2-1/+5
2015-07-21[ARM] Support correctly spelled ARMv6KZ architecture namesMatthew Wahab9-9/+66
2015-07-21Automatic date update in version.inGDB Administrator1-1/+1
2015-07-20gdb.ada/info_exc.exp: Adjust expected output in "info exception" test.Joel Brobecker2-3/+5
2015-07-20Optimize erratum 843419 fix.Han Shen2-12/+166
2015-07-20Update testsuite/pr18689.sh for older GCCH.J. Lu1-1/+1
2015-07-20Properly set arm-specific elf flags wrt hardfp.Han Shen2-0/+7
2015-07-20Clear SHF_COMPRESSED flag bit from input to outputH.J. Lu6-7/+88
2015-07-20Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.Doug Evans2-1/+7
2015-07-20Remove warning about references from shared objects to hidden symbols.Yiran Wang5-20/+35
2015-07-20Fix ARI warnings to nat/aarch64-linux-hw-point.{c,h}Yao Qi3-7/+15
2015-07-20Make binutils abort message GDB friendlyH.J. Lu3-8/+8
2015-07-20Regen two filesAlan Modra4-3/+12
2015-07-20ALIGN change affects cris scriptsAlan Modra3-4/+12
2015-07-20ALIGN change affects standard scriptsAlan Modra3-26/+48
2015-07-20Automatic date update in version.inGDB Administrator1-1/+1
2015-07-19Automatic date update in version.inGDB Administrator1-1/+1
2015-07-18dwarf2read: Allow SEC_ALLOC sections to be located at address 0.Kevin Buettner2-1/+6
2015-07-18Automatic date update in version.inGDB Administrator1-1/+1
2015-07-17Move common aarch64 HW breakpoint/watchpoint code to nat/Yao Qi10-1218/+767
2015-07-17Pass aarch64_debug_reg_state to functionsYao Qi4-53/+72
2015-07-17Use debug_printf to print debug messageYao Qi4-40/+50
2015-07-17int -> enum target_hw_bp_type in aarch64-linux-nat.cYao Qi2-7/+20
2015-07-17Call ptid_get_pid instead of get_thread_id in aarch64_linux_get_debug_reg_cap...Yao Qi2-1/+6
2015-07-17[AArch64] Sort TLS reloc types alphabeticallyJiong Wang2-17/+22
2015-07-17Fix using uninitialised valuesYao Qi2-2/+7