#include "lldb/Host/Pipe.h"
#include "lldb/Host/Terminal.h"
#include "lldb/Host/ThreadLauncher.h"
-#include "lldb/Host/TimeValue.h"
#include "lldb/Interpreter/CommandInterpreter.h"
#include "lldb/Interpreter/OptionValueProperties.h"
#include "lldb/Symbol/Function.h"
// The expression evaluation should still succeed.
bool miss_first_event = true;
#endif
- TimeValue one_thread_timeout;
- TimeValue final_timeout;
std::chrono::microseconds timeout = std::chrono::microseconds(0);
while (true) {