aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-08-12[amd64] Invalid return address after displaced steppingJoel Brobecker9-1/+201
2015-08-12Initialize `location' in gdbpy_decode_lineKeith Seitz2-2/+7
2015-08-12Guarantee save-and-restore of GDBFLAGS on gdb.base/checkpoint-ns.expSergio Durigan Junior2-5/+11
2015-08-12Use save_vars to replace existing manipulation of globals in testsPatrick Palka4-150/+118
2015-08-12Introduce save_vars, a testsuite proc for safely manipulating globalsPatrick Palka2-0/+71
2015-08-12[regression] Do not read from catchpoint/watchpoint locations' addresses when...Luis Machado2-5/+18
2015-08-11Explicit locations: documentation updatesKeith Seitz7-116/+233
2015-08-11Explicit locations: MI support for explicit locationsKeith Seitz6-13/+184
2015-08-11Explicit locations: add UI features for CLIKeith Seitz15-42/+1238
2015-08-11Explicit locations: introduce explicit locationsKeith Seitz6-159/+523
2015-08-11Explicit locations: introduce probe locationsKeith Seitz7-18/+108
2015-08-11Explicit locations: introduce address locationsKeith Seitz8-143/+189
2015-08-11Explicit locations: use new location APIKeith Seitz22-411/+897
2015-08-11Explicit locations: introduce new struct event_location-based APIKeith Seitz6-3/+385
2015-08-11Explicit locations: rename "address string"/"addr_string" to "location"Keith Seitz4-66/+99
2015-08-10remove trailing space in previous entryDoug Evans1-1/+1
2015-08-10PR gdb/17960 Internal error: tracker != NULL when completing on file:functionDoug Evans4-5/+129
2015-08-10gdb/infrun.c: Various trivial ARI fixes.Joel Brobecker2-5/+11
2015-08-07native Linux: enable always non-stop by defaultPedro Alves2-1/+5
2015-08-07S/390: displaced stepping and PC-relative RIL-b/RIL-c instructionsPedro Alves2-3/+120
2015-08-07PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced steppingPedro Alves7-34/+131
2015-08-07Disable displaced stepping if trying it failsPedro Alves5-20/+277
2015-08-07Fix step-over-{trips-on-watchpoint|lands-on-breakpoint}.exp racePedro Alves5-22/+42
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves14-48/+174
2015-08-07Fix signal-while-stepping-over-bp-other-thread.exp on targets always in non-stopPedro Alves2-1/+6
2015-08-07Implement all-stop on top of a target running non-stop modePedro Alves11-38/+318
2015-08-07Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves8-66/+1186
2015-08-07Factor out code to re-resume stepped threadPedro Alves2-92/+112
2015-08-07Add comments to currently_stepping and target_resumePedro Alves3-3/+10
2015-08-07Misc switch_back_to_stepped_thread cleanupsPedro Alves2-15/+27
2015-08-07Use keep_going in proceed and start_step_over tooPedro Alves4-308/+351
2015-08-07Embed the pending step-over chain in thread_info objectsPedro Alves5-69/+207
2015-08-07Make thread_still_needs_step_over consider stepping_over_watchpoint tooPedro Alves2-4/+46
2015-08-07remote.c/all-stop: Implement TARGET_WAITKIND_NO_RESUMED and TARGET_WNOHANGPedro Alves2-1/+18
2015-08-07Change adjust_pc_after_break's prototypePedro Alves2-9/+21
2015-08-07Fix and test "checkpoint" in non-stop modePedro Alves6-11/+131
2015-08-07ignore invalid DOF provider sectionsJoel Brobecker2-0/+14
2015-08-07gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess8-44/+65
2015-08-07gdb: get_frame_language now takes a frame parameter.Andrew Burgess5-43/+70
2015-08-07btrace: indicate speculative executionMarkus Metzger13-14/+311
2015-08-07configure: check for perf_event.h versionMarkus Metzger3-1/+45
2015-08-06Yaakov Selkowitz: fixes for in-tree libiconvDJ Delorie4-349/+619
2015-08-07Bump timeouts for a couple gdb.reverse/*-precsave.exp testsPedro Alves3-6/+19
2015-08-06Fix gdb.base/valgrind-infcall.exp with the native-extended-gdbserver boardPedro Alves2-0/+9
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi25-57/+119
2015-08-06Add missing ChangeLog entry headerSimon Marchi1-0/+1
2015-08-06Fix ChangeLog formattingSimon Marchi1-1/+1
2015-08-06gdbserver/tracepoint.c: make exported IPA global int instead of enumPedro Alves2-1/+8
2015-08-06gdbserver: no point in hiding the regcache type nowadaysPedro Alves5-9/+25
2015-08-06PR python/17136Clem Dickey2-1/+6