llvm-project/lldb/source/Plugins/Platform/Linux
Pavel Labath e3e21cfc0c Convert most of the Process class to Timeout<>
This changes most of the class to use the new Timeout class. The one function
left is RunThreadPlan, which I left for a separate change as the function is
massive. A couple of things to call out:
- I've renamed the affected functions to match the listener interface names. This
  should also help catch any places I did not convert at compile time.
- I've deleted the WaitForState function as it was unused.

llvm-svn: 288241
2016-11-30 11:56:32 +00:00
..
CMakeLists.txt [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
PlatformLinux.cpp Convert most of the Process class to Timeout<> 2016-11-30 11:56:32 +00:00
PlatformLinux.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00