projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7c83ea
)
* infrun.c (handle_inferior_event): Remove redundant resetting of
author
Doug Evans
<dje@google.com>
Tue, 2 Dec 2008 19:20:23 +0000
(19:20 +0000)
committer
Doug Evans
<dje@google.com>
Tue, 2 Dec 2008 19:20:23 +0000
(19:20 +0000)
stepping_past_singlestep_breakpoint.
gdb/ChangeLog
patch
|
blob
|
history
gdb/infrun.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 834c5a56fb3a1dba51b1ec0d1162af2f337ccb39..8d06e3ff4503acd4688ee8cb0dc5886147a7379b 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,8
@@
+2008-12-02 Doug Evans <dje@google.com>
+
+ * infrun.c (handle_inferior_event): Remove redundant resetting of
+ stepping_past_singlestep_breakpoint.
+
2008-12-02 Pedro Alves <pedro@codesourcery.com>
* target.h (target_get_osdata): Describe.
diff --git
a/gdb/infrun.c
b/gdb/infrun.c
index c3d3eb717b807b12553e5d14c0fe96e93183405a..605495082f9a0ff564176e99eedf049e693650f6 100644
(file)
--- a/
gdb/infrun.c
+++ b/
gdb/infrun.c
@@
-2510,8
+2510,6
@@
targets should add new threads to the thread list themselves in non-stop mode.")
}
}
- stepping_past_singlestep_breakpoint = 0;
-
if (!ptid_equal (deferred_step_ptid, null_ptid))
{
/* In non-stop mode, there's never a deferred_step_ptid set. */