aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-31Rename "mem" related commmandsSimon Marchi2-8/+20
2017-05-31PowerPC64 ld help quotingAlan Modra2-2/+6
2017-05-31btrace: support decoder eventsMarkus Metzger2-41/+121
2017-05-31config, btrace: check for pt_insn_event in libiptMarkus Metzger4-57/+116
2017-05-31Avoid compilation warning on MinGW in xstrndupEli Zaretskii4-1/+33
2017-05-31Make libiberty/waitpid.c compile without warnings on MinGWEli Zaretskii2-0/+10
2017-05-31Fix MinGW compilation warnings due to environ.hEli Zaretskii2-0/+6
2017-05-31Automatic date update in version.inGDB Administrator1-1/+1
2017-05-30Fix calculation of R_ARM_RHM_ALU_PREL_11_0 relocation when used with a SUB in...Casey Smith2-1/+9
2017-05-30[ARC] Allow CPU to be enforced via disassemble_info optionsAnton Kolesov4-26/+126
2017-05-30[ARC] Add arc-cpu.def with processor definitionsAnton Kolesov4-26/+60
2017-05-30[ARC] Implement compatible function for ARC BFD architecturesAnton Kolesov2-1/+50
2017-05-30[ARC] Remove duplicate ARC600 entryAnton Kolesov2-7/+10
2017-05-30Add bfd_get_file_size to get archive element sizeH.J. Lu6-54/+170
2017-05-30btrace: Store function segments as objects.Tim Wiederhake4-57/+82
2017-05-30btrace: Remove bfun_s vector.Tim Wiederhake2-67/+43
2017-05-30btrace: Replace struct btrace_function::segment.Tim Wiederhake5-37/+57
2017-05-30btrace: Remove struct btrace_function::flow.Tim Wiederhake3-23/+32
2017-05-30btrace: Replace struct btrace_function::up.Tim Wiederhake5-64/+130
2017-05-30btrace: Remove struct btrace_thread_info::{begin,end}.Tim Wiederhake4-113/+107
2017-05-30btrace: Remove constant arguments.Tim Wiederhake2-47/+51
2017-05-30btrace: Use function segment index in insn iterator.Tim Wiederhake4-29/+50
2017-05-30btrace: Use function segment index in call iterator.Tim Wiederhake4-119/+101
2017-05-30btrace: Add btinfo to instruction interator.Tim Wiederhake3-0/+12
2017-05-30btrace: Transfer ownership of pointers.Tim Wiederhake2-48/+66
2017-05-30btrace: Use std::vector in struct btrace_thread_information.Tim Wiederhake3-13/+18
2017-05-30S/390: Fix indentationAndreas Krebbel1-5/+5
2017-05-30Fix NEWS formatting in GDB 8.0 sectionSimon Marchi2-16/+21
2017-05-30gdb.base/watch-cond-infcall.exp: Don't run if target doesn't support infcallsSimon Marchi2-0/+10
2017-05-30S/390: Fix instruction types of csdtr and csxtrAndreas Krebbel4-6/+10
2017-05-30S/390: Add missing operand to tb instructionAndreas Krebbel3-3/+3
2017-05-30S/390: Add ipte/idte variants with optional operandsAndreas Krebbel6-10/+29
2017-05-30S/390: Improve error checking for optional operandsAndreas Krebbel4-8/+34
2017-05-30S/390: Remove optional operand flag.Andreas Krebbel2-29/+6
2017-05-30Automatic date update in version.inGDB Administrator1-1/+1
2017-05-29Automatic date update in version.inGDB Administrator1-1/+1
2017-05-28Automatic date update in version.inGDB Administrator1-1/+1
2017-05-27Automatic date update in version.inGDB Administrator1-1/+1
2017-05-26Add regcache raw_supply_integer and raw_collect_integer.Alan Hayward7-69/+213
2017-05-26Automatic date update in version.inGDB Administrator1-1/+1
2017-05-25Automatic date update in version.inGDB Administrator1-1/+1
2017-05-24Add unit test to gdbarch methods register_to_value and value_to_registerYao Qi6-0/+205
2017-05-24Move current_regcache to regcache::current_regcacheYao Qi3-24/+52
2017-05-24Get register contents by register_size instead of TYPE_LENGTHYao Qi3-2/+11
2017-05-24Restrict i387_convert_register_pYao Qi2-2/+8
2017-05-24Restrict alpha_convert_register_pYao Qi2-18/+16
2017-05-24Restrict ia64_convert_register_pYao Qi2-0/+6
2017-05-24Restrict m68k_convert_register_pYao Qi2-12/+9
2017-05-24Use XCNEW gdbarch_tdepYao Qi17-16/+35
2017-05-24Clear GDB internal state after each unit testYao Qi3-0/+14