summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
Commit message (Expand)AuthorAgeFilesLines
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Always pass signals to the right threadPedro Alves2014-07-251-59/+34
* Associate dummy_frame with ptidYao Qi2014-06-271-1/+1
* Typo fix in signal_pass initializationYao Qi2014-06-261-1/+1
* Fix next over threaded execl with "set scheduler-locking step".Pedro Alves2014-06-191-2/+2
* constify struct block in some placesTom Tromey2014-06-181-2/+2
* Symptom:Luis Machado2014-06-181-3/+12
* Running the current tree against my software-single-step-on-x86_64Pedro Alves2014-05-291-7/+13
* infrun.c: simplify "end stepping range" code a bit.Pedro Alves2014-05-291-53/+19
* infrun.c: stop_stepping -> stop_waiting.Pedro Alves2014-05-291-32/+32
* enable target async by default; separate MI and target notions of asyncPedro Alves2014-05-291-1/+0
* Make display_gdb_prompt CLI-only.Pedro Alves2014-05-291-1/+1
* PR gdb/13860 - Make MI sync vs async output (closer to) the same.Pedro Alves2014-05-291-63/+55
* PR15693 - Fix spurious *running events, thread state, dprintf-style callPedro Alves2014-05-291-11/+33
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* Don't store the inferior's exit code for --return-child-result in a print rou...Pedro Alves2014-05-221-2/+3
* PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp...Pedro Alves2014-05-211-0/+14
* PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves2014-05-211-1/+1
* Remove unused variableSimon Marchi2014-05-131-74/+69
* Consecutive step-overs trigger internal error.Pedro Alves2014-04-221-44/+81
* * infrun.c (set_last_target_status): New function.Doug Evans2014-03-301-2/+10
* 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