aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-21normal_stop: Extend and clarify comment.Pedro Alves1-6/+10
2014-03-20Handle multiple step-overs.Pedro Alves1-104/+165
2014-03-20Fix for even more missed events; eliminate thread-hop code.Pedro Alves1-197/+111
2014-03-20PR breakpoints/7143 - Watchpoint does not trigger when first setPedro Alves1-74/+125
2014-03-20Fix missing breakpoint/watchpoint hits, eliminate deferred_step_ptid.Pedro Alves1-56/+3
2014-03-18PR gdb/13860: make "-exec-foo"'s MI output equal to "foo"'s MI output.Pedro Alves1-55/+63
2014-03-03change probes to be program-space-independentTom Tromey1-4/+4
2014-03-02* infrun.c (handle_signal_stop): Replace test forDoug Evans1-16/+14
2014-02-27Move ptid_match to common/ptid.c.Hui Zhu1-14/+0
2014-02-07Make sure we don't resume the stepped thread by accident.Pedro Alves1-1/+5
2014-02-04PowerPC64 ELFv2 ABI: skip global entry point codeUlrich Weigand1-0/+4
2014-01-16target: allow decr_pc_after_break to be defined by the targetMarkus Metzger1-4/+5
2014-01-14Fix "is a record target open" checks.Pedro Alves1-2/+2
2014-01-13replace XZALLOC with XCNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-10Invalidate target cache before starting to handle event.Yao Qi1-0/+24
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-14infrun.c:handle_signal_stop: Move initial connection/attachment handling code...Pedro Alves1-51/+57
2013-11-14infrun.c: Split handle_inferior_event further.Pedro Alves1-21/+38
2013-11-14Eliminate enum bpstat_signal_value, simplify random signal checks further.Pedro Alves1-9/+4
2013-11-14infrun.c:handle_inferior_event: Rework random signal checks.Pedro Alves1-20/+15
2013-11-14infrun.c: Don't set ecs->random_signal for "catchpoint" events (eliminate ecs...Pedro Alves1-32/+13
2013-11-14infrun.c:handle_inferior_event: Move comment.Pedro Alves1-11/+12
2013-11-14infrun.c:handle_inferior_event: Don't fall through in TARGET_WAITKIND_LOADED ...Pedro Alves1-8/+16
2013-10-31infrun.c: use GDB_SIGNAL_0 when hidding signals, not GDB_SIGNAL_TRAP.Pedro Alves1-9/+4
2013-10-28infrun.c:process_event_stop_test: Reindent.Pedro Alves1-187/+181
2013-10-28infrun.c:handle_inferior_event: Make process_event_stop_test label a function.Pedro Alves1-15/+30
2013-10-28infrun.c:handle_inferior_event: Move process_event_stop_test goto label.Pedro Alves1-7/+7
2013-10-28infrun.c:handle_inferior_event: Put all ecs->random_signal tests together.Pedro Alves1-78/+91
2013-10-28infrun.c:handle_inferior_event: Remove some more dead code.Pedro Alves1-13/+0
2013-10-25infrun debug output: print enum gdb_signal symbol names instead of POSIX sign...Pedro Alves1-6/+9
2013-10-25Remove dead sets/clears of ecs->random signal.Pedro Alves1-9/+0
2013-10-25infrun.c:keep_going: update comments.Pedro Alves1-35/+31
2013-10-18[gdb/16062] stepi sometimes doesn't make progressPedro Alves1-0/+11
2013-10-07This patch adds a new convenience variable called "$_exitsignal", whichSergio Durigan Junior1-1/+40
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-3/+4
2013-09-18When reverse-stepping, only insert a resume breakpoint at ecs->stop_func_startMarkus Metzger1-1/+1
2013-09-17PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves1-1/+1
2013-09-03 * inf-child.c (inf_child_follow_fork) New parameterLuis Machado1-3/+7
2013-06-28Move pagination_enabled declaration to a proper place.Pedro Alves1-2/+0
2013-06-28infrun.c: Move non_stop_1 etc., higher up in file.Pedro Alves1-28/+27
2013-06-27Move comment on the 'stepping over resolver' mechanism to the internals manual.Pedro Alves1-40/+0
2013-06-26Garbage collect SOLIB_IN_DYNAMIC_LINKER.Pedro Alves1-12/+0
2013-06-26Update comments on stepping over resolver code.Pedro Alves1-16/+16
2013-06-18Fix PR cli/15603Tom Tromey1-6/+12
2013-06-042013-06-04 Gary Benson <gbenson@redhat.com>Gary Benson1-1/+11
2013-05-30some fixes to infrun.cTom Tromey1-4/+3
2013-05-23range stepping: gdbPedro Alves1-0/+33
2013-05-23Factor out in-stepping-range checks.Pedro Alves1-4/+2
2013-05-06Reimplement shared library support on ppc-aix...Joel Brobecker1-4/+0