aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
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