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