aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Wean gdb and sim off private libbfd.h headerAlan Modra5-4/+7
2016-07-26Fix PR server/20414 - x32 gdbserver always crashes inferiorPedro Alves2-4/+15
2016-07-26PR python/20190 - compute TLS symbol without a frameTom Tromey9-69/+169
2016-07-26Fix PR gdb/20413 - x32: linux_ptrace_test_ret_to_nx: Cannot PTRACE_PEEKUSERPedro Alves2-12/+16
2016-07-26Fix PR gdb/20287 - x32 and "gdb_static_assert (sizeof (nat_siginfo_t) == size...Pedro Alves5-149/+193
2016-07-26btrace, testsuite: fix assembly source file selectionMarkus Metzger5-18/+42
2016-07-25Handle correctly passing a bad interpreter name to new-uiSimon Marchi5-10/+73
2016-07-25linux-procfs: Handle lowercase "t (tracing stop)" statePedro Alves2-0/+9
2016-07-25linux-procfs: Introduce enum proc_statePedro Alves2-19/+79
2016-07-25Add myself as a write-after-approval GDB maintainer.Tim Wiederhake2-0/+5
2016-07-25btrace: Resume recording after disconnect.Tim Wiederhake10-14/+259
2016-07-23Implement catch syscall groupGabriel Krisman Bertazi42-2468/+7538
2016-07-23Fix ARMv8.1/v8.2 for hw watchpoint and breakpointAndrew Pinski3-2/+17
2016-07-23Support JIT debugging on MS-WindowsРуслан Ижбулатов5-0/+76
2016-07-22PR rust/20162 - fix gdb regressions caused by rust 1.10Tom Tromey2-2/+29
2016-07-22Get "num" as unsigned in ctfYao Qi2-1/+6
2016-07-21Allow empty struct expressions in RustTom Tromey6-4/+26
2016-07-21Add -Wunused-but-set-* to buildTom Tromey5-3/+13
2016-07-21Fix djgpp gdb buildPedro Alves4-7/+35
2016-07-21Remove unused variable in windows-nat.cPedro Alves2-2/+5
2016-07-21Remove unused variable in gdb/varobj.c when built without Python supportPedro Alves2-2/+7
2016-07-21Fix cast to 'gdb_breakpoint *'Yao Qi2-1/+6
2016-07-21Support vCont s and S actions with software single stepYao Qi2-5/+13
2016-07-21Use reinsert_breakpoint for vCont;sYao Qi2-8/+83
2016-07-21Enqueue signal even when resuming threadsYao Qi2-21/+27
2016-07-21Use enqueue_pending_signal in linux_resume_one_threadYao Qi2-11/+14
2016-07-21Switch current_thread to lwp's thread in install_software_single_step_breakpo...Yao Qi4-2/+30
2016-07-21Make reinsert_breakpoint thread specificYao Qi4-55/+92
2016-07-21Refactor clone_all_breakpointsYao Qi6-16/+24
2016-07-21Create sub classes of 'struct breakpoint'Yao Qi4-67/+188
2016-07-21Pass breakpoint type in set_breakpoint_atYao Qi3-7/+24
2016-07-21Skip gdb.server/ tests if lack of XML supportYao Qi2-0/+19
2016-07-21Fix fail in gdb.server/solib-list.expYao Qi2-0/+9
2016-07-20Use a real vfork done event on FreeBSD when available.John Baldwin2-3/+45
2016-07-20Enable ptrace events on new child processes.John Baldwin2-0/+8
2016-07-20Consolidate code to enable optional FreeBSD native target event reporting.John Baldwin2-31/+36
2016-07-20testsuite: Fix gdb.gdb/selftest.exp for C++-O2-g-built GDBJan Kratochvil2-0/+13
2016-07-20testsuite: Fix gdb.btrace/tailcall-only.exp errors on x86_64-m32Jan Kratochvil2-2/+6
2016-07-20testsuite patch: Skip py-unwind.exp on x86_64 -m32Jan Kratochvil2-1/+5
2016-07-19Build gdb.opt/inline-*.exp tests at -O0, rely on __attribute__((always_inline))Pedro Alves6-5/+21
2016-07-19Use do_self_tests in selftest.expYao Qi2-105/+9
2016-07-15GDB testsuite: Escape paths used in regular expressionsDon Breazeal3-7/+17
2016-07-15Pass SIGLIBRT directly to child processes.John Baldwin4-0/+21
2016-07-14Add missing newline to py-breakpoint.cTom Tromey2-0/+6
2016-07-14Remove unused variablesTom Tromey13-55/+29
2016-07-14Remove some variables but call functions for side effectsTom Tromey7-20/+28
2016-07-14Remove some unused overlay codeTom Tromey2-10/+11
2016-07-14Use getcurx in curses codeTom Tromey3-9/+15
2016-07-14Add one use of ATTRIBUTE_UNUSEDTom Tromey2-1/+5
2016-07-14Change reopen_exec_file to check result of statTom Tromey2-1/+6