windows-nat: Replace __COPY_CONTEXT_SIZE conditional with __CYGWIN__
[binutils-gdb.git] / gdb / infrun.c
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...
2014-03-20 Pedro AlvesPR breakpoints/7143 - Watchpoint does not trigger when...
2014-03-20 Pedro AlvesFix missing breakpoint/watchpoint hits, eliminate defer...
2014-03-18 Pedro AlvesPR gdb/13860: make "-exec-foo"'s MI output equal to...
2014-03-03 Tom Tromeychange probes to be program-space-independent
2014-03-02 Doug Evans* infrun.c (handle_signal_stop): Replace test for
2014-02-27 Hui ZhuMove ptid_match to common/ptid.c.
2014-02-07 Pedro AlvesMake sure we don't resume the stepped thread by accident.
2014-02-04 Ulrich WeigandPowerPC64 ELFv2 ABI: skip global entry point code
2014-01-16 Markus Metzgertarget: allow decr_pc_after_break to be defined by...
2014-01-14 Pedro AlvesFix "is a record target open" checks.
2014-01-13 Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-10 Yao QiInvalidate target cache before starting to handle event.
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-14 Pedro Alvesinfrun.c:handle_signal_stop: Move initial connection...
2013-11-14 Pedro Alvesinfrun.c: Split handle_inferior_event further.
2013-11-14 Pedro AlvesEliminate enum bpstat_signal_value, simplify random...
next