aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-24Make gdbserver CORE_ADDR unsignedTom Tromey2-1/+6
2014-07-24auto-generate most target debug methodsTom Tromey6-700/+2589
2014-07-24Rationalize "fatal" error handling outside of gdbserverGary Benson5-33/+35
2014-07-23This patch uses target_read_code instead of target_read_memory inMichael Eager2-1/+6
2014-07-23se typecast 'size_t' on 'reg', not only avoid the related warning, butMichael Eager2-1/+6
2014-07-24daily updateAlan Modra1-1/+1
2014-07-23rewrite make-target-delegates matching codeTom Tromey3-55/+83
2014-07-23Fix build on systems without sigaltstack.Gary Benson2-0/+9
2014-07-23daily updateAlan Modra1-1/+1
2014-07-22Remove setting value address for reference entry value target data value.Jan Kratochvil2-9/+5
2014-07-22Fix read_frame_arg for optimized-out entry values.Jan Kratochvil9-0/+905
2014-07-22Fix crash on optimized-out entry data valuesPedro Alves2-1/+9
2014-07-22Add AVX512DQ instructions and their AVX512VL variants.Ilya Tocar25-5911/+27635
2014-07-22Add support for AVX512BW instructions and their AVX512VL versions.Ilya Tocar49-5278/+57825
2014-07-22Add support for AVX512VL versions of AVX512CD instructions.Ilya Tocar11-0/+1643
2014-07-22Add support for AVX512VL. Add AVX512VL versions of AVX512F instructions.Ilya Tocar30-4330/+96090
2014-07-22Fix typo in my email address.Jiong Wang1-1/+1
2014-07-22Update email address in gdb MAINTAINERS list.Jiong Wang2-1/+5
2014-07-22daily updateAlan Modra1-1/+1
2014-07-22Disable gdb for or1k*-*-* until supportedJoel Sherrill3-0/+12
2014-07-22Add or reactivate or1k-*-rtems*Joel Sherrill4-4/+14
2014-07-21Fix ChangeLog entry:Sriraman Tallam1-1/+1
2014-07-212014-07-21 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2-1/+8
2014-07-21daily updateAlan Modra1-1/+1
2014-07-20Improve error message to cope with pr 17147.Doug Evans2-1/+10
2014-07-21Remove Chill from commentsYao Qi4-11/+15
2014-07-21Update comments to TERNOP_SLICEYao Qi2-2/+6
2014-07-21Remove operator BINOP_RANGEYao Qi5-50/+12
2014-07-21Remove operator BINOP_INYao Qi5-14/+7
2014-07-20or1k: add missing l.msync, l.psync and l.psync instructions.Stefan Kristiansson8-48/+123
2014-07-19Fix for remote G Packet message too long error for baremetal.Michael Eager13-26/+507
2014-07-20daily updateAlan Modra1-1/+1
2014-07-19daily updateAlan Modra1-1/+1
2014-07-18make exec_ops staticTom Tromey3-3/+6
2014-07-18fix calls to find_target_beneathTom Tromey3-3/+11
2014-07-18fix PR gdb/17130Tom Tromey4-2/+34
2014-07-18clean up some target delegation casesTom Tromey8-97/+50
2014-07-18move exec_make_note_section earlierTom Tromey2-7/+9
2014-07-18daily updateAlan Modra1-1/+1
2014-07-17Properly handle EVEX register aliasesIlya Tocar6-0/+34
2014-07-17PR 17170 - testcase for GDB global --statistics regression - fix up.Jan Kratochvil1-0/+29
2014-07-17PR 17170 - testcase for GDB global --statistics regression.Jan Kratochvil1-0/+5
2014-07-17Add reference to PR 17170 to previous entry.Doug Evans2-0/+2
2014-07-17Fix 17170.Doug Evans4-15/+40
2014-07-17daily updateAlan Modra1-1/+1
2014-07-17or1k: increase linux TEXT_START_ADDR to 0x2000Stefan Kristiansson2-0/+6
2014-07-16Linux: Use kill_lwp/tkill instead of kill when killing a processPedro Alves4-2/+10
2014-07-16gdb.trace/tfile.c: Remove Thumb bit in one more more, general cleanupPedro Alves3-36/+97
2014-07-16Match PLT entry only for ELFOSABI_GNU inputH.J. Lu3-0/+19
2014-07-16Properly match PLT entry against .got.plt relocationH.J. Lu12-19/+340