llvm-project/lldb/source/Target
Pavel Labath 38d67db39c Remove the timed_out out-argument from Predicate::WaitForValueEqualTo
The function can only return in one of two ways: the Predicate value is
successfully set within the allotted time, or it isn't (the wait times
out). These states can be represented in the return value, and the extra
arg adds no value.

llvm-svn: 331458
2018-05-03 15:33:41 +00:00
..
ABI.cpp Refactor GetNextPersistentVariableName into a non-virtual method 2018-04-30 23:59:17 +00:00
CMakeLists.txt Delete some more dead includes. 2017-03-22 23:33:16 +00:00
CPPLanguageRuntime.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ExecutionContext.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
FileAction.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
InstrumentationRuntime.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
InstrumentationRuntimeStopInfo.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
JITLoader.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
JITLoaderList.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
Language.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
LanguageRuntime.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Memory.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
MemoryHistory.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ModuleCache.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ObjCLanguageRuntime.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
OperatingSystem.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
PathMappingList.cpp Fix some warnings found by ToT clang 2017-11-02 21:35:26 +00:00
Platform.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Process.cpp Remove the timed_out out-argument from Predicate::WaitForValueEqualTo 2018-05-03 15:33:41 +00:00
ProcessInfo.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ProcessLaunchInfo.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Queue.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
QueueItem.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
QueueList.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterContext.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
RegisterNumber.cpp Remove dependencies from Utility to Core and Target. 2017-02-14 19:06:07 +00:00
SectionLoadHistory.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
SectionLoadList.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
StackFrame.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
StackFrameList.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
StackID.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
StopInfo.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
StructuredDataPlugin.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SystemRuntime.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Target.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
TargetList.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Thread.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadCollection.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ThreadList.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlan.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanBase.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanCallFunction.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanCallFunctionUsingABI.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
ThreadPlanCallOnFunctionExit.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanCallUserExpression.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanPython.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanRunToAddress.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanShouldStopHere.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanStepInRange.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanStepInstruction.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanStepOut.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanStepOverBreakpoint.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanStepOverRange.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanStepRange.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanStepThrough.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanStepUntil.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanTracer.cpp Move ArchSpec to the Utility module 2017-11-13 16:16:33 +00:00
ThreadSpec.cpp Move StructuredData from Core to Utility 2017-06-27 10:45:31 +00:00
UnixSignals.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
UnwindAssembly.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00