Age | Commit message (Expand) | Author | Files | Lines |
2014-06-27 | Associate dummy_frame with ptid | Yao Qi | 1 | -1/+1 |
2014-06-26 | Typo fix in signal_pass initialization | Yao Qi | 1 | -1/+1 |
2014-06-19 | Fix next over threaded execl with "set scheduler-locking step". | Pedro Alves | 1 | -2/+2 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -2/+2 |
2014-06-18 | Symptom: | Luis Machado | 1 | -3/+12 |
2014-05-29 | Running the current tree against my software-single-step-on-x86_64 | Pedro Alves | 1 | -7/+13 |
2014-05-29 | infrun.c: simplify "end stepping range" code a bit. | Pedro Alves | 1 | -53/+19 |
2014-05-29 | infrun.c: stop_stepping -> stop_waiting. | Pedro Alves | 1 | -32/+32 |
2014-05-29 | enable target async by default; separate MI and target notions of async | Pedro Alves | 1 | -1/+0 |
2014-05-29 | Make display_gdb_prompt CLI-only. | Pedro Alves | 1 | -1/+1 |
2014-05-29 | PR gdb/13860 - Make MI sync vs async output (closer to) the same. | Pedro Alves | 1 | -63/+55 |
2014-05-29 | PR15693 - Fix spurious *running events, thread state, dprintf-style call | Pedro Alves | 1 | -11/+33 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-05-22 | Don't store the inferior's exit code for --return-child-result in a print rou... | Pedro Alves | 1 | -2/+3 |
2014-05-21 | PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s outp... | Pedro Alves | 1 | -0/+14 |
2014-05-21 | PR gdb/13860: make -interpreter-exec console "list" behave more like "list". | Pedro Alves | 1 | -1/+1 |
2014-05-13 | Remove unused variable | Simon Marchi | 1 | -74/+69 |
2014-04-22 | Consecutive step-overs trigger internal error. | Pedro Alves | 1 | -44/+81 |
2014-03-30 | * infrun.c (set_last_target_status): New function. | Doug Evans | 1 | -2/+10 |
2014-03-21 | normal_stop: Extend and clarify comment. | Pedro Alves | 1 | -6/+10 |
2014-03-20 | Handle multiple step-overs. | Pedro Alves | 1 | -104/+165 |
2014-03-20 | Fix for even more missed events; eliminate thread-hop code. | Pedro Alves | 1 | -197/+111 |
2014-03-20 | PR breakpoints/7143 - Watchpoint does not trigger when first set | Pedro Alves | 1 | -74/+125 |
2014-03-20 | Fix missing breakpoint/watchpoint hits, eliminate deferred_step_ptid. | Pedro Alves | 1 | -56/+3 |
2014-03-18 | PR gdb/13860: make "-exec-foo"'s MI output equal to "foo"'s MI output. | Pedro Alves | 1 | -55/+63 |
2014-03-03 | change probes to be program-space-independent | Tom Tromey | 1 | -4/+4 |
2014-03-02 | * infrun.c (handle_signal_stop): Replace test for | Doug Evans | 1 | -16/+14 |
2014-02-27 | Move ptid_match to common/ptid.c. | Hui Zhu | 1 | -14/+0 |
2014-02-07 | Make sure we don't resume the stepped thread by accident. | Pedro Alves | 1 | -1/+5 |
2014-02-04 | PowerPC64 ELFv2 ABI: skip global entry point code | Ulrich Weigand | 1 | -0/+4 |
2014-01-16 | target: allow decr_pc_after_break to be defined by the target | Markus Metzger | 1 | -4/+5 |
2014-01-14 | Fix "is a record target open" checks. | Pedro Alves | 1 | -2/+2 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-10 | Invalidate target cache before starting to handle event. | Yao Qi | 1 | -0/+24 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-14 | infrun.c:handle_signal_stop: Move initial connection/attachment handling code... | Pedro Alves | 1 | -51/+57 |
2013-11-14 | infrun.c: Split handle_inferior_event further. | Pedro Alves | 1 | -21/+38 |
2013-11-14 | Eliminate enum bpstat_signal_value, simplify random signal checks further. | Pedro Alves | 1 | -9/+4 |
2013-11-14 | infrun.c:handle_inferior_event: Rework random signal checks. | Pedro Alves | 1 | -20/+15 |
2013-11-14 | infrun.c: Don't set ecs->random_signal for "catchpoint" events (eliminate ecs... | Pedro Alves | 1 | -32/+13 |
2013-11-14 | infrun.c:handle_inferior_event: Move comment. | Pedro Alves | 1 | -11/+12 |
2013-11-14 | infrun.c:handle_inferior_event: Don't fall through in TARGET_WAITKIND_LOADED ... | Pedro Alves | 1 | -8/+16 |
2013-10-31 | infrun.c: use GDB_SIGNAL_0 when hidding signals, not GDB_SIGNAL_TRAP. | Pedro Alves | 1 | -9/+4 |
2013-10-28 | infrun.c:process_event_stop_test: Reindent. | Pedro Alves | 1 | -187/+181 |
2013-10-28 | infrun.c:handle_inferior_event: Make process_event_stop_test label a function. | Pedro Alves | 1 | -15/+30 |
2013-10-28 | infrun.c:handle_inferior_event: Move process_event_stop_test goto label. | Pedro Alves | 1 | -7/+7 |
2013-10-28 | infrun.c:handle_inferior_event: Put all ecs->random_signal tests together. | Pedro Alves | 1 | -78/+91 |
2013-10-28 | infrun.c:handle_inferior_event: Remove some more dead code. | Pedro Alves | 1 | -13/+0 |
2013-10-25 | infrun debug output: print enum gdb_signal symbol names instead of POSIX sign... | Pedro Alves | 1 | -6/+9 |