aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-13PR python/15620, PR python/18620 - breakpoint events in PythonTom Tromey8-0/+143
2016-07-13PR python/17698 - add Breakpoint.pendingTom Tromey9-0/+76
2016-07-13use user_breakpoint_p in python codeTom Tromey2-4/+9
2016-07-13Rearrange Python breakpoint node in documentationTom Tromey2-42/+47
2016-07-13Fix PR cli/18053Tom Tromey4-6/+38
2016-07-13[ppc64] Fix for function descriptorsJan Kratochvil6-13/+46
2016-07-12PR python/19293 - invalidate frame cache when unwinders changeTom Tromey8-2/+57
2016-07-12Match the selftest output when captured_main is inlinedYao Qi2-0/+10
2016-07-12Add type casts to allow C++ compile.Chung-Lin Tang2-2/+8
2016-07-07[obv] Fix broken build on Fedora 23.Walfred Tedeschi2-0/+7
2016-07-07Fix of default lookup for "this" symbol.Walfred Tedeschi5-4/+57
2016-07-06gdb.ada/arraydim.exp: Fix directory layoutSimon Marchi2-2/+7
2016-07-06Remove extra output directory level for Ada testsSimon Marchi5-12/+17
2016-07-06Remove extraneous parentheses.John Baldwin2-1/+5
2016-07-06Use unsigned integer constant with left shifts.John Baldwin2-2/+7
2016-07-06Set uses_fp for frames with a valid FP register explicitly.John Baldwin2-11/+23
2016-07-06Remove check for negative size.John Baldwin2-7/+6
2016-07-06Use 'ptid_t' instead of 'ptid' for fbsd_next_vfork_done's return type.John Baldwin2-1/+5
2016-07-06[ARM] Fix endless recursion on calculating CPRC candidateYao Qi2-2/+10
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