llvm-project/lldb/source/Target
Jonas Devlieghere 9560f353ed [FileSystem] Make use of FS in TildeExpressionResolver
In order to call real_path from the TildeExpressionResolver we need
access to the FileSystem. Since the resolver lives under utility we have
to pass in the FS.

llvm-svn: 346457
2018-11-09 00:50:50 +00:00
..
ABI.cpp Refactor GetNextPersistentVariableName into a non-virtual method 2018-04-30 23:59:17 +00:00
CMakeLists.txt [lldb] Introduce StackFrameRecognizer [take 3] 2018-10-31 04:00:22 +00:00
CPPLanguageRuntime.cpp Adding support to step into the callable wrapped by libc++ std::function 2018-10-12 17:20:39 +00:00
ExecutionContext.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +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 [LLDB] Added syntax highlighting support 2018-08-02 00:30:15 +00:00
LanguageRuntime.cpp NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth. 2018-09-07 18:43:04 +00:00
Memory.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +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 [FileSystem] Open File instances through the FileSystem. 2018-11-02 22:34:51 +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 [FileSystem] Move path resolution logic out of FileSpec 2018-11-01 21:05:36 +00:00
Platform.cpp [FileSystem] Open File instances through the FileSystem. 2018-11-02 22:34:51 +00:00
Process.cpp [FileSystem] Move path resolution logic out of FileSpec 2018-11-01 21:05:36 +00:00
ProcessInfo.cpp [FileSystem] Move path resolution logic out of FileSpec 2018-11-01 21:05:36 +00:00
ProcessLaunchInfo.cpp [FileSystem] Move path resolution logic out of FileSpec 2018-11-01 21:05:36 +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 Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +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 [lldb] Introduce StackFrameRecognizer [take 3] 2018-10-31 04:00:22 +00:00
StackFrameList.cpp Add support for artificial tail call frames 2018-10-05 23:23:15 +00:00
StackFrameRecognizer.cpp Fixup the Python-less build of ScriptedRecognizedStackFrame 2018-10-31 04:43:09 +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 Don't type-erase the FunctionNameType or TypeClass enums. 2018-10-25 20:45:40 +00:00
TargetList.cpp [FileSystem] Make use of FS in TildeExpressionResolver 2018-11-09 00:50:50 +00:00
Thread.cpp Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef 2018-09-27 07:11:58 +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 Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
ThreadPlan.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
ThreadPlanBase.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanCallFunction.cpp Move dumping code out of RegisterValue class 2018-07-24 15:48:13 +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 Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +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 Add missing constness. 2018-06-27 07:01:07 +00:00
ThreadPlanStepInstruction.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanStepOut.cpp Add support for artificial tail call frames 2018-10-05 23:23:15 +00:00
ThreadPlanStepOverBreakpoint.cpp Fix format string 2018-05-25 12:59:59 +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 Adding support to step into the callable wrapped by libc++ std::function 2018-10-12 17:20:39 +00:00
ThreadPlanStepUntil.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ThreadPlanTracer.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
ThreadSpec.cpp Move StructuredData from Core to Utility 2017-06-27 10:45:31 +00:00
UnixSignals.cpp Change the default handling for SIGPIPE to pass/,no-stop/no-notify. 2018-10-12 21:27:49 +00:00
UnwindAssembly.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00