]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/infrun.c
Fix adjust_pc_after_break, remove still current thread check
[thirdparty/binutils-gdb.git] / gdb / infrun.c
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...
2013-11-14  Pedro Alvesinfrun.c:handle_inferior_event: Rework random signal...
2013-11-14  Pedro Alvesinfrun.c: Don't set ecs->random_signal for "catchpoint...
2013-11-14  Pedro Alvesinfrun.c:handle_inferior_event: Move comment.
2013-11-14  Pedro Alvesinfrun.c:handle_inferior_event: Don't fall through...
2013-10-31  Pedro Alvesinfrun.c: use GDB_SIGNAL_0 when hidding signals, not...
2013-10-28  Pedro Alvesinfrun.c:process_event_stop_test: Reindent.
2013-10-28  Pedro Alvesinfrun.c:handle_inferior_event: Make process_event_stop...
2013-10-28  Pedro Alvesinfrun.c:handle_inferior_event: Move process_event_stop...
2013-10-28  Pedro Alvesinfrun.c:handle_inferior_event: Put all ecs->random_sig...
2013-10-28  Pedro Alvesinfrun.c:handle_inferior_event: Remove some more dead...
2013-10-25  Pedro Alvesinfrun debug output: print enum gdb_signal symbol names...
2013-10-25  Pedro AlvesRemove dead sets/clears of ecs->random signal.
2013-10-25  Pedro Alvesinfrun.c:keep_going: update comments.
2013-10-18  Pedro Alves[gdb/16062] stepi sometimes doesn't make progress
2013-10-07  Sergio Durigan JuniorThis patch adds a new convenience variable called...
2013-09-30  Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-09-18  Markus MetzgerWhen reverse-stepping, only insert a resume breakpoint...
2013-09-17  Pedro AlvesPR gdb/15911: "info threads" changes the default source...
2013-09-03  Luis Machado * inf-child.c (inf_child_follow_fork) New parameter
2013-06-28  Pedro AlvesMove pagination_enabled declaration to a proper place.
2013-06-28  Pedro Alvesinfrun.c: Move non_stop_1 etc., higher up in file.
2013-06-27  Pedro AlvesMove comment on the 'stepping over resolver' mechanism...
2013-06-26  Pedro AlvesGarbage collect SOLIB_IN_DYNAMIC_LINKER.
2013-06-26  Pedro AlvesUpdate comments on stepping over resolver code.
2013-06-18  Tom TromeyFix PR cli/15603
2013-06-04  Gary Benson2013-06-04 Gary Benson <gbenson@redhat.com>
2013-05-30  Tom Tromeysome fixes to infrun.c
2013-05-23  Pedro Alvesrange stepping: gdb
next