aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-24Move print_insn_XXX to an opcodes internal headerYao Qi72-146/+205
2017-05-24Use disassemble.c:disassembler select rs6000 disassemblerYao Qi2-14/+5
2017-05-24Use disassemble.c:disassembler select rl78 disassemblerYao Qi4-4/+15
2017-05-24Use disassemble.c:disassembler select h8300 disassemblerYao Qi2-4/+5
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi39-124/+73
2017-05-24Refactor disassembler selectionYao Qi8-19/+57
2017-05-24Automatic date update in version.inGDB Administrator1-1/+1
2017-05-23Use mips_regnum instead of constants for FreeBSD/mips register operations.John Baldwin2-13/+26
2017-05-23Cleanups to FreeBSD/mips native register operations.John Baldwin2-11/+21