aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-02-17Add target description for avx-avx512.Michael Sturm32-301/+1712
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm33-166/+174
2017-02-17Change xstate_bv handling to use 8 bytes of data.Michael Sturm2-16/+25
2017-02-17Sync up x86-gcc-cpuid.h with cpuid.h from gcc-6 branch.Michael Sturm1-58/+50
2017-02-15PR gdb/21164: maint print {symbols,msymbols,psymbols} without args crashSergio Durigan Junior5-6/+27
2017-02-15Fix illegal upper case gdb cmd in chained-calls.expThomas Preud'homme2-1/+5
2017-02-15Add missing ChangeLog entries.Tim Wiederhake3-0/+88
2017-02-14PR python/13598 - add before_prompt eventTom Tromey8-0/+57
2017-02-14Big-endian targets: Fix implptrpiece.expAndreas Arnez2-2/+19
2017-02-14Add documentation for new record Python bindings.Tim Wiederhake2-0/+249
2017-02-14python: Add tests for record Python bindingsTim Wiederhake4-0/+296
2017-02-14python: Implement btrace Python bindings for record history.Tim Wiederhake8-0/+1177
2017-02-14python: Create Python bindings for record history.Tim Wiederhake4-0/+247
2017-02-14Add method to query current recording method to target_ops.Tim Wiederhake7-0/+92
2017-02-14Add record_start and record_stop functions.Tim Wiederhake2-0/+50
2017-02-14btrace: Use binary search to find instruction.Tim Wiederhake2-6/+46
2017-02-14btrace: Export btrace_decode_error function.Tim Wiederhake3-55/+57
2017-02-14btrace: Count gaps as one instruction explicitly.Tim Wiederhake3-81/+46
2017-02-14btrace: preserve call stack on function switchMarkus Metzger2-2/+8
2017-02-13Improve load command's help textLuis Machado4-3/+20
2017-02-13Fix gdb.linespec/explicit.expLuis Machado3-15/+38
2017-02-13Make gdb.arch/i386-biarch-core.exp more robustLuis Machado2-1/+35
2017-02-10Do not send queries on secondary UIsSimon Marchi4-1/+24
2017-02-10new-ui.exp: Use proc_with_prefixSimon Marchi2-4/+9
2017-02-10Remove unused variable in rust-lang.cTom Tromey2-1/+4
2017-02-10Fix Python test to use lowercase commandTom Tromey2-2/+6
2017-02-10Remove unnecessary local variablesTom Tromey3-2/+7
2017-02-10Remove some gotos from PythonTom Tromey3-99/+115
2017-02-10Change one more spot to use gdbpy_refTom Tromey2-7/+13
2017-02-10Use gdbpy_ref to simplify some logicTom Tromey11-116/+94
2017-02-10Turn gdbpy_ref into a templateTom Tromey30-234/+260
2017-02-10Remove some ui_out-related cleanups from PythonTom Tromey4-156/+186
2017-02-10gdb/MAINTAINERS: Update my e-mail addressMartin Galvan2-1/+5
2017-02-10PR gdb/21122: Fix documentation mistakes for breakpoint commandsMartin Galvan6-21/+45
2017-02-09Remove return in function returning voidSimon Marchi2-1/+5
2017-02-09Fix NULL pointer dereferenceGary Benson2-0/+8
2017-02-08Eliminate interp::quiet_pPedro Alves3-48/+11
2017-02-08Command abbreviation in defineJerome Guitton6-30/+89
2017-02-08Command names: make them case sensitiveJerome Guitton2-27/+5
2017-02-07gdb: fix ARI warning in sparc-tdep.cJose E. Marchesi2-2/+7
2017-02-06[BZ 21005] Add support for Intel 64 rdrand and rdseed record/replayLuis Machado6-4/+303
2017-02-05gdb: provide and use sparc{32,64} target description XML files.Ivo Raisr19-0/+647
2017-02-03Fix ptype of single-member Rust enumsTom Tromey4-1/+28
2017-02-03C++-fy struct interp/cli_interp/tui_interp/mi_interpPedro Alves9-271/+304
2017-02-02Use bool in Rust codeTom Tromey4-27/+41
2017-02-02Reindent rust-lang.cTom Tromey2-73/+77
2017-02-02Use std::string in Rust codeTom Tromey4-16/+20
2017-02-02Fix "maintenance selftest" printing stray instructionsPedro Alves1-0/+5
2017-02-02Fix "maintenance selftest" printing stray instructionsPedro Alves1-2/+1
2017-02-02struct mi_interp: Remove unused fieldsPedro Alves2-5/+5