projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3de75d7
)
Removed unused variable.
author
Greg Clayton
<gclayton@apple.com>
Wed, 16 Jan 2013 22:22:42 +0000
(22:22 +0000)
committer
Greg Clayton
<gclayton@apple.com>
Wed, 16 Jan 2013 22:22:42 +0000
(22:22 +0000)
llvm-svn: 172662
lldb/source/Target/Process.cpp
patch
|
blob
|
history
diff --git
a/lldb/source/Target/Process.cpp
b/lldb/source/Target/Process.cpp
index fc527e2fe00c77d451e81d3fc6f8c7e8319d3915..425274eef1b4b7da6ae863b55e1c73c9a9d36495 100644
(file)
--- a/
lldb/source/Target/Process.cpp
+++ b/
lldb/source/Target/Process.cpp
@@
-4470,7
+4470,6
@@
Process::RunThreadPlan (ExecutionContext &exe_ctx,
bool handle_running_event = true;
const uint64_t default_one_thread_timeout_usec = 250000;
uint64_t computed_timeout = 0;
- bool stopped_by_breakpoint = false;
// This while loop must exit out the bottom, there's cleanup that we need to do when we are done.
// So don't call return anywhere within it.