mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
I enabled some extra warnings for hidden local variables and for hidden
virtual functions and caught some things and did some general code cleanup. llvm-svn: 108299
This commit is contained in:
@@ -552,7 +552,7 @@ ClangFunction::ExecuteFunction(
|
||||
{
|
||||
timeout_ptr = NULL;
|
||||
|
||||
lldb::StateType stop_state = process->WaitForStateChangedEvents (timeout_ptr, event_sp);
|
||||
stop_state = process->WaitForStateChangedEvents (timeout_ptr, event_sp);
|
||||
if (stop_state == lldb::eStateInvalid)
|
||||
{
|
||||
errors.Printf ("Got an invalid stop state after halt.");
|
||||
|
||||
Reference in New Issue
Block a user