Disable displaced stepping if trying it fails
[deliverable/binutils-gdb.git] / gdb / infrun.c
2015-08-07  Pedro AlvesDisable displaced stepping if trying it fails
2015-08-07  Pedro AlvesImplement all-stop on top of a target running non-stop...
2015-08-07  Pedro AlvesTeach non-stop to do in-line step-overs (stop all,...
2015-08-07  Pedro AlvesFactor out code to re-resume stepped thread
2015-08-07  Pedro AlvesAdd comments to currently_stepping and target_resume
2015-08-07  Pedro AlvesMisc switch_back_to_stepped_thread cleanups
2015-08-07  Pedro AlvesUse keep_going in proceed and start_step_over too
2015-08-07  Pedro AlvesEmbed the pending step-over chain in thread_info objects
2015-08-07  Pedro AlvesMake thread_still_needs_step_over consider stepping_ove...
2015-08-07  Pedro AlvesChange adjust_pc_after_break's prototype
2015-08-07  Pedro AlvesFix and test "checkpoint" in non-stop mode
2015-08-06  Simon MarchiAdd casts for legitimate integer to enum conversions
2015-08-01  Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-06-29  Pedro AlvesPR threads/18127 - threads spawned by infcall end up...
2015-06-25  Gary BensonRemove gdb_sysroot NULL checks
2015-06-23  Doug Evansinferior.h (struct inferior_suspend_state): Delete...
2015-05-28  Don BreazealMake remote follow fork 'Detaching' message match native
2015-05-20  Joel BrobeckerMemory leak reading frame register during inferior...
2015-05-13  Jan KratochvilRemove stop_registers
2015-04-29  Gary BensonAllow passing fd == NULL to exec_file_find and solib_find
2015-04-28  Gary BensonUse exec_file_find to prepend gdb_sysroot in follow_exec
2015-04-16  Yao QiHonour software single step in fallback of displaced...
2015-04-11  Jan KratochvilRemove --xdb
2015-04-10  Pedro AlvesPPC64: Fix step-over-trips-on-watchpoint.exp with displ...
2015-04-10  Pedro AlvesFix gdb.base/sigstep.exp with displaced stepping on...
2015-04-10  Pedro Alvesgdb/18216: displaced step+deliver signal, a thread...
2015-04-07  Pedro Alvesupdate thread list, delete exited threads
2015-04-07  Pedro AlvesDisplaced stepping debug: fetch the right regcache
2015-04-01  Pedro Alvesinfrun.c:resume: currently_stepping after clearing...
2015-04-01  Pedro AlvesMake print_target_wait_results print the whole ptid
2015-04-01  Pedro Alveskeep_going: Add missing discard_cleanups call
2015-04-01  Pedro Alveswait_for_inferior and errors thrown from target_wait
2015-04-01  Pedro AlvesUse do_target_resume when stepping past permanent break...
2015-03-24  Pedro AlvesFix switch_back_to_stepped_thread comment references
2015-03-24  Pedro AlvesShuffle user_visible_resume_ptid
2015-03-24  Pedro AlvesRemove 'step' parameters from 'proceed' and 'resume'
2015-03-24  Pedro AlvesMake "set scheduler-locking step" depend on user intent...
2015-03-24  Pedro AlvesMake step_start_function be per thread
2015-03-24  Pedro AlvesNo longer handle negative 'step' in 'proceed'
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-04  Pedro Alvesgarbage collect target_decr_pc_after_break
2015-03-04  Pedro AlvesTeach GDB about targets that can tell whether a trap...
2015-03-04  Pedro Alvesfollow-fork: don't lose the ptids as set by the target
2015-03-03  Pedro Alvesfollow-exec: delete all non-execing threads
2015-02-11  Pedro AlvesFix adjust_pc_after_break, remove still current thread...
2015-02-10  Pedro Alvesdisplaced_step_fixup may access memory from the wrong...
2015-01-14  Pedro AlvesPR cli/17828: -batch -ex r breaks terminal
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-15  Simon MarchiIntroduce utility function find_inferior_ptid
2014-11-20  Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-12  Pedro AlvesGarbage collect the infwait_state global
2014-11-12  Pedro Alvesfix skipping permanent breakpoints
2014-11-12  Pedro Alvesadd a default method for gdbarch_skip_permanent_breakpoint
2014-11-07  Pedro AlvesRevert old nexti prologue check and eliminate in_prologue
2014-10-29  Pedro AlvesPR 17408 - assertion failure in switch_back_to_stepped_...
2014-10-29  Pedro AlvesPR python/17372 - Python hangs when displaying help()
2014-10-28  Pedro AlvesPR gdb/12623: non-stop crashes inferior, PC adjustment...
2014-10-27  Pedro Alvesstepi/nexti: skip signal handler if "handle nostop...
2014-10-24  Don BreazealFollow-fork message printing improvements
2014-10-15  Pedro AlvesNon-stop + software single-step archs: don't force...
2014-10-15  Pedro AlvesMake single-step breakpoints be per-thread
2014-10-15  Pedro AlvesPut single-step breakpoints on the bp_location chain
2014-10-15  Pedro Alvesinfrun.c: add for_each_just_stopped_thread
2014-10-15  Pedro AlvesRewrite non-continuable watchpoints handling
2014-10-15  Pedro AlvesDecide whether we may have removed breakpoints based...
2014-10-15  Andreas ArnezRemove non-address bits for longjmp resume breakpoint
2014-10-10  Pedro Alvesinfrun.c:normal_stop: Fix typo in comment
2014-10-09  Yao QiRemove unused local variable
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-10-02  Pedro AlvesFix non-stop regressions caused by "breakpoints always...
2014-09-30  Don BreazealRefactor native follow-fork.
2014-09-25  Pedro Alvesinfrun.c:user_visible_resume_ptid: Don't check singlest...
2014-09-25  Pedro Alvesinfrun.c: comment/typo fixes
2014-09-22  Pedro AlvesFix "breakpoint always-inserted off"; remove "breakpoin...
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-25  Pedro AlvesAlways pass signals to the right thread
2014-06-27  Yao QiAssociate dummy_frame with ptid
2014-06-26  Yao QiTypo fix in signal_pass initialization
2014-06-19  Pedro AlvesFix next over threaded execl with "set scheduler-lockin...
2014-06-18  Tom Tromeyconstify struct block in some places
2014-06-18  Luis MachadoSymptom:
2014-05-29  Pedro AlvesRunning the current tree against my software-single...
2014-05-29  Pedro Alvesinfrun.c: simplify "end stepping range" code a bit.
2014-05-29  Pedro Alvesinfrun.c: stop_stepping -> stop_waiting.
2014-05-29  Pedro Alvesenable target async by default; separate MI and target...
2014-05-29  Pedro AlvesMake display_gdb_prompt CLI-only.
2014-05-29  Pedro AlvesPR gdb/13860 - Make MI sync vs async output (closer...
2014-05-29  Pedro AlvesPR15693 - Fix spurious *running events, thread state...
2014-05-22  Pedro AlvesAdd new infrun.h header.
2014-05-22  Pedro AlvesDon't store the inferior's exit code for --return-child...
2014-05-21  Pedro AlvesPR gdb/13860: don't lose '-interpreter-exec console...
2014-05-21  Pedro AlvesPR gdb/13860: make -interpreter-exec console "list...
2014-05-13  Simon MarchiRemove unused variable
2014-04-22  Pedro AlvesConsecutive step-overs trigger internal error.
2014-03-30  Doug Evans * infrun.c (set_last_target_status): New function.
2014-03-21  Pedro Alvesnormal_stop: Extend and clarify comment.
2014-03-20  Pedro AlvesHandle multiple step-overs.
2014-03-20  Pedro AlvesFix for even more missed events; eliminate thread-hop...
next
This page took 0.407304 seconds and 107 git commands to generate.