llvm-project/lldb/include/lldb
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
..
API Remove weak-linked symbols for SBBreakpointListImpl 2016-11-11 21:06:40 +00:00
Breakpoint Switch SBWatchpoint::SetEnabled over to using Process::{Enable,Disable}Watchpoint. 2016-11-01 20:37:02 +00:00
Core Use Timeout<> in the Listener class 2016-11-30 10:41:42 +00:00
DataFormatters Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
Expression Make DiagnosticsManager functions take StringRefs. 2016-11-12 19:12:56 +00:00
Host Fix builds Windows and OSX builds after Connection refactor in r287922 2016-11-25 14:43:37 +00:00
Initialization *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Interpreter Re-add "demonstrate new Args API" 2016-11-22 17:10:15 +00:00
Symbol Re-add the StringRef interface changes for Variable. 2016-11-18 19:23:39 +00:00
Target Convert most of the Process class to Timeout<> 2016-11-30 11:56:32 +00:00
Utility Fix darwin build broken by r287920 2016-11-25 12:37:49 +00:00
lldb-defines.h Actually use = delete to mark constructors and operators we want to not exist. Just declaring them as private works, but it can confuse certain tools as it doesn't actually declare intent, and the C++11 way is more expressive anyway, so this is pure win 2016-10-26 18:12:52 +00:00
lldb-enumerations.h Fix serialization of Python breakpoint commands. 2016-09-26 19:47:37 +00:00
lldb-forward.h Remove TimeValue class 2016-11-16 10:54:22 +00:00
lldb-private-defines.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-private-enumerations.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-private-forward.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-private-interfaces.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-private-types.h Adding a RegisterContextMinidump_x86_64 converter 2016-09-27 19:05:55 +00:00
lldb-private.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-public.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-types.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldb-versioning.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00