aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-07-06btrace: record stop moves to the end of the traceusers/mmetzger/record-goto-miMarkus Metzger4-7/+147
2016-07-06btrace-btrace: signal record-goto stopMarkus Metzger1-2/+6
2016-07-06record-full: signal record-goto stopMarkus Metzger2-1/+10
2016-07-06mi, testsuite: add another EXTRA option to mi_expect_stopMarkus Metzger1-8/+18
2016-07-06record: signal a record goto stop to front-endsMarkus Metzger2-0/+24
2016-07-06infrun: export clear_proceed_status_threadMarkus Metzger2-3/+5
2016-07-06record: do not allow record goto on a running threadMarkus Metzger1-0/+14
2016-07-06btrace: check if we're replaying when setting the replay position to the endMarkus Metzger2-1/+9
2016-07-06Allow subscripting raw pointersManish Goregaokar5-0/+17
2016-07-05Fix fail in gdb.mi/mi-reverse.expYao Qi2-1/+5
2016-07-05babeltrace compilation regressionJan Kratochvil3-2/+7
2016-07-01Optimize memory_xfer_partial for remoteDon Breazeal5-2/+58
2016-07-01Fake VFORK_DONE events when following only the parent after a vfork.John Baldwin2-9/+121
2016-07-01Move fbsd_resume and related functions below fork following helper code.John Baldwin2-64/+70
2016-07-01Honor detach-on-fork on FreeBSD.John Baldwin2-1/+6
2016-07-01Set debug registers on all threads belonging to the current inferior.John Baldwin2-3/+15
2016-07-01Consolidate x86 debug register code for BSD native targets.John Baldwin15-255/+246
2016-07-01Extend JIT-reader test and fix GDB problems that exposesPedro Alves9-42/+347
2016-07-01Fix failure to detach if process exits while detaching on LinuxPedro Alves9-70/+689
2016-07-01Forget watchpoint locations when inferior exits or is killed/detachedPedro Alves6-8/+189
2016-07-01Factor out "Detaching from program" message printingPedro Alves7-36/+41
2016-07-01Fix formatting of some previous gdb/testsuite/ChangeLog entriesPedro Alves1-10/+15
2016-07-01Fix formatting of some previous gdb/ChangeLog entriesPedro Alves1-4/+2
2016-06-30Fix gdbserver/MI testing regressionPedro Alves2-4/+7
2016-06-30Make testing gdb with FORCE_SEPARATE_MI_TTY=1 actually workPedro Alves2-1/+6
2016-06-29Add copyright header in gdb.base/return.cYao Qi2-0/+21
2016-06-29Fix PR python/20129 - use of non-existing variableTom Tromey4-2/+21
2016-06-29PR gdb/17210 - fix possible memory leak in read_memory_robustTom Tromey3-5/+20
2016-06-29Initialize strtok_r's saveptr to NULLManish Goregaokar2-1/+6
2016-06-29Set unknown_syscall differently on arm linuxYao Qi2-0/+13
2016-06-29Use strtok_r instead of strsep in rust_get_disr_infoManish Goregaokar2-3/+10
2016-06-28[AArch64] Use int64_t for address offsetYao Qi4-8/+23
2016-06-28Implement get_syscall_trapinfo for arm-linuxYao Qi2-1/+41
2016-06-28Implement get_syscall_trapinfo for aarch64-linuxYao Qi2-0/+25
2016-06-28Remove parameter sysret from linux_target_ops.get_syscall_trapinfoYao Qi4-28/+22
2016-06-28Probe catch syscall supportYao Qi2-14/+35
2016-06-27Fix changelogManish Goregaokar1-2/+2
2016-06-27Print void types correctly in RustManish Goregaokar5-4/+37
2016-06-27Fix use of a dangling pointer for Python breakpoint objectsPierre-Marie de Rodat6-0/+127
2016-06-25Fix formatting in rust-lang.cTom Tromey2-22/+25
2016-06-25Add tests for printing of NonZero-optimized enums in RustManish Goregaokar3-0/+34
2016-06-25Make evaluation and type-printing of all NonZero optimized enums workManish Goregaokar2-17/+63
2016-06-24Support structure offsets that are 512K or larger.David Taylor38-194/+328
2016-06-24Add myself as a Write After Approval maintainer.David Taylor2-0/+5
2016-06-24Add support for catching system calls to native FreeBSD targets.John Baldwin8-1/+523
2016-06-24Add a gdbarch 'print_auxv_entry' method for FreeBSD ABIs.John Baldwin2-0/+41
2016-06-24Add a new gdbarch method to print a single AUXV entry.John Baldwin6-87/+178
2016-06-24Fetch the ELF auxiliary vector from live processes on FreeBSD.John Baldwin2-0/+83
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey18-97/+223
2016-06-23Move filename extensions into language_defnTom Tromey16-55/+132