aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Python: Move and rename gdb.BtraceInstructionTim Wiederhake7-166/+388
2017-05-02Python: Introduce gdb.RecordGap classTim Wiederhake8-62/+182
2017-05-02Python: Remove ptid from gdb.Record interfaceTim Wiederhake6-19/+13
2017-05-02Python: Use correct ptid in btrace recordingTim Wiederhake8-29/+224
2017-05-02Python: Fix indentation in py-record-btrace.cTim Wiederhake2-30/+36
2017-05-01gdb/MAINTAINERS: Move Daniel J and Mark to the Past Maintainers section.Joel Brobecker2-13/+9
2017-04-28Make environ.exp run on all platforms (and create info-program.exp)Sergio Durigan Junior3-252/+106
2017-04-28Remove cleanup in get_return_valueYao Qi2-11/+8
2017-04-28Use tag dispatch regcache ctor in regcache_dupYao Qi3-17/+34
2017-04-28Simplify regcache_dupYao Qi3-1/+11
2017-04-28Class-fy regcacheYao Qi4-334/+627
2017-04-28Class-ify lm_info_windowsSimon Marchi2-4/+11
2017-04-28Class-ify lm_info_darwinSimon Marchi2-3/+12
2017-04-28Class-ify lm_info_svr4Simon Marchi3-10/+23
2017-04-28Class-ify lm_info_targetSimon Marchi2-19/+31
2017-04-28Class-ify lm_info_frvSimon Marchi2-23/+28
2017-04-28Fix indentation of lm_info_frvSimon Marchi2-23/+28
2017-04-28Class-ify lm_info_dsbtSimon Marchi2-12/+22
2017-04-28Class-ify lm_info_aixSimon Marchi2-41/+31
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi11-222/+291
2017-04-28Standardize darwin's lm_infoSimon Marchi2-13/+11
2017-04-28Consistently use fprintf_filtered when displaying MIPS registers.John Baldwin2-1/+6
2017-04-28Add constructor and destructor to regcacheYao Qi2-36/+50
2017-04-28Use ptid method lwp in mips_linux_new_threadYao Qi2-1/+6
2017-04-28[MIPS] Use lwpid from lwp_info instead of inferior_ptidYao Qi2-3/+7
2017-04-27Fix overload resolution involving rvalue references and cv qualifiers.Keith Seitz8-57/+119
2017-04-27Add missing incref when creating Inferior Python objectSimon Marchi2-2/+10
2017-04-27Read corrrect auxiliary entry in AIXUlrich Weigand2-25/+53
2017-04-27Remove some MAX_REGISTER_SIZE uses in ia64-tdep.cAlan Hayward2-41/+28
2017-04-26[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang9-80/+167
2017-04-26xtensa_pseudo_register_read/write - Use regcache_raw_read_unsignedAlan Hayward2-12/+15
2017-04-26nds32: Abort instead of returning REG_UNKNOWNAlan Hayward2-8/+20
2017-04-25Change readonly_p to boolYao Qi2-4/+10
2017-04-25Change gdbarch_wchar_bit for AArch64 and ARMYao Qi3-2/+6
2017-04-25Fix build on gcc < 5 (std::is_trivially_copyable missing)Pedro Alves3-0/+24
2017-04-25Poison non-POD memset & non-trivially-copyable memcpy/memmovePedro Alves5-37/+126
2017-04-25Don't memset non-POD types: struct breakpointPedro Alves3-42/+37
2017-04-25Don't memset non-POD types: struct btrace_insnPedro Alves2-9/+21
2017-04-25Don't memset non-POD types: struct bp_locationPedro Alves4-54/+58
2017-04-25Don't memcpy non-trivially-copyable types: Make enum_flags triv. copyablePedro Alves2-10/+5
2017-04-24Use floatformat_totalsize_bytesYao Qi2-2/+6
2017-04-22Use ui_out_emit_listTom Tromey10-96/+57
2017-04-22Use ui_out_emit_tuple in more places in MITom Tromey4-15/+14
2017-04-22Use ui_out_emit_tuple in tracepoint.cTom Tromey2-26/+21
2017-04-22More uses of ui_out_emit_tupleTom Tromey4-20/+32
2017-04-22Use ui_out_emit_tupleTom Tromey24-205/+126
2017-04-21doc: Improve documentation about MI thread outputSimon Marchi2-46/+37
2017-04-21Remove dead code and "current" field from MI thread output docSimon Marchi4-12/+10
2017-04-21release branch: Fix: --enable-werrorJan Kratochvil3-0/+10
2017-04-21Simplify regcache_restoreYao Qi2-10/+13