aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-02-07Add S390 support for linux-kernel targetusers/arnez/lkPhilipp Rudo5-4/+544
2017-02-07Add privileged registers for s390xPhilipp Rudo10-7/+562
2017-02-07Seperate common s390-tdep.* from s390-linux-tdep.*Philipp Rudo6-3571/+3681
2017-02-07Add commands for linux-kernel targetPhilipp Rudo6-7/+288
2017-02-07Add kernel module support for linux-kernel targetPhilipp Rudo7-0/+583
2017-02-07Add basic Linux kernel supportPhilipp Rudo8-0/+1323
2017-02-07Add libiberty/concat styled concat_path functionPhilipp Rudo3-0/+74
2017-02-07Convert substitute_path_component to C++Philipp Rudo3-47/+30
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
2017-02-02Move "tee" building down to interpreter::set_logging_procPedro Alves8-102/+155
2017-02-02Fix "-gdb-set logging redirect on" crashPedro Alves4-83/+43
2017-02-02Tweak pretty_print_disassembler's intro commentPedro Alves2-1/+5
2017-02-02Reuse buffers across gdb_pretty_print_insn callsPedro Alves4-16/+57
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves81-2108/+1350
2017-02-02Add back gdb_pretty_print_insnPedro Alves4-43/+47
2017-02-01Remove unused file_string parameter in gdb_disassemblySimon Marchi6-5/+12
2017-02-01Big-endian targets: Don't ignore offset into DW_OP_implicit_valueAndreas Arnez5-19/+95
2017-02-01testsuite: diagnose a running GDB in gdb_skip_xml_testsMarkus Metzger2-0/+9
2017-02-01btrace, testsuite: fix extended-remote failMarkus Metzger2-0/+8
2017-02-01btrace, testsuite: fix extended-remote non-stop testMarkus Metzger2-2/+9
2017-02-01btrace: add unsupported/untested messages when skipping testsMarkus Metzger26-79/+196
2017-02-01btrace: allow recording to be started (and stopped) for running threadsMarkus Metzger6-4/+190
2017-02-01thread: add can_access_registers_ptidMarkus Metzger3-0/+29
2017-02-01[ob/pushed] Use gdb_insn_length instead of creating dummy streamPedro Alves2-6/+5
2017-01-31gdb/mi/mi-interp.c: Fix typosPedro Alves2-2/+7
2017-01-31gdb/stack.c: Remove unused mem_fileopenPedro Alves2-7/+5
2017-01-31gdb/varobj.c: Fix leakPedro Alves2-1/+5
2017-01-31gdb: make_scoped_restore and types convertible to TPedro Alves2-4/+14
2017-01-27amd64-linux: expose system register FS_BASE and GS_BASE for Linux.Walfred Tedeschi39-265/+579
2017-01-27amd64: simplify addition of new general registers.Walfred Tedeschi2-1/+6
2017-01-27amd64: remove additional comparison for validity of a register number.Walfred Tedeschi2-3/+8
2017-01-27gdbserver-amd64: add HAVE_STRUCT_USER_REGS_STRUCT_(GS|FS)_BASE for gdbserver.Walfred Tedeschi4-0/+46
2017-01-27Fix PTRACE_GETREGSET failure for compat inferiors on arm64Kees Cook2-3/+12
2017-01-26Add missing gdb/testsuite/ChangeLog entry.Luis Machado1-0/+4
2017-01-26Change method of loading .py files in Python testsSimon Marchi14-24/+32
2017-01-262017-01-26 Luis Machado <lgustavo@codesourcery.com>Luis Machado1-2/+0
2017-01-26Harden tests that deal with memory regionsLuis Machado5-14/+55
2017-01-26Big-endian hosts: Fix "set architecture cris"Andreas Arnez2-18/+6
2017-01-26Missing ChangeLog and files for commit 8b00c176168dc7b0d78d0dc1f7d42f915375dc4aLuis Machado3-0/+187
2017-01-26Refactor gdb.reverse/insn-reverse.cLuis Machado1-125/+19
2017-01-26Fix crash when loading a core with unexpected register section sizeAntoine Tremblay2-1/+8