hanchenye-llvm-project/lldb/source/Target
Zachary Turner 576495e67b [SymbolFile] Remove SymbolContext parameter from FindTypes.
This parameter was only ever used with the Module set, and
since a SymbolFile is tied to a module, the parameter turns
out to be entirely unnecessary.  Furthermore, it doesn't make
a lot of sense to ask a caller to ask SymbolFile which is tied
to Module X to find types for Module Y, but that possibility
was open with the previous interface.  By removing this
parameter from the API, it makes it harder to use incorrectly
as well as easier for an implementor to understand what it
needs to do.

llvm-svn: 351133
2019-01-14 22:41:21 +00:00
..
ABI.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
CMakeLists.txt [lldb] Introduce StackFrameRecognizer [take 3] 2018-10-31 04:00:22 +00:00
CPPLanguageRuntime.cpp [DataFormatters] Fixes to libc++ std::function formatter to deal with ABI change see 2018-12-10 23:26:38 +00:00
ExecutionContext.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
FileAction.cpp
InstrumentationRuntime.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
InstrumentationRuntimeStopInfo.cpp
JITLoader.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
JITLoaderList.cpp
Language.cpp [SymbolFile] Remove SymbolContext parameter from FindTypes. 2019-01-14 22:41:21 +00:00
LanguageRuntime.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
Memory.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
MemoryHistory.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ModuleCache.cpp [FileSystem] Open File instances through the FileSystem. 2018-11-02 22:34:51 +00:00
ObjCLanguageRuntime.cpp [SymbolFile] Remove SymbolContext parameter from FindTypes. 2019-01-14 22:41:21 +00:00
OperatingSystem.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
PathMappingList.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
Platform.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Process.cpp Replace MemoryRegionInfoSP with values and cleanup related code 2018-12-20 15:02:58 +00:00
ProcessInfo.cpp Do not use PATH_MAX with SmallString 2018-12-10 17:23:28 +00:00
ProcessLaunchInfo.cpp ProcessLaunchInfo: Remove Target reference 2019-01-08 11:55:19 +00:00
Queue.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
QueueItem.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
QueueList.cpp
RegisterContext.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
RegisterNumber.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
SectionLoadHistory.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
SectionLoadList.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
StackFrame.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
StackFrameList.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
StackFrameRecognizer.cpp [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for objc_exception_throw for Obj-C runtimes 2018-11-28 22:01:52 +00:00
StackID.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
StopInfo.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
StructuredDataPlugin.cpp
SystemRuntime.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
Target.cpp Change std::sort to llvm::sort to detect non-determinism. 2019-01-08 23:25:06 +00:00
TargetList.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Thread.cpp Add an assertion to aid in tracking down a bug 2018-12-21 01:09:15 +00:00
ThreadCollection.cpp
ThreadList.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ThreadPlan.cpp Add setting to require hardware breakpoints. 2018-11-15 01:18:15 +00:00
ThreadPlanBase.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
ThreadPlanCallFunction.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ThreadPlanCallFunctionUsingABI.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ThreadPlanCallOnFunctionExit.cpp Add setting to require hardware breakpoints. 2018-11-15 01:18:15 +00:00
ThreadPlanCallUserExpression.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ThreadPlanPython.cpp Add setting to require hardware breakpoints. 2018-11-15 01:18:15 +00:00
ThreadPlanRunToAddress.cpp Add setting to require hardware breakpoints. 2018-11-15 01:18:15 +00:00
ThreadPlanShouldStopHere.cpp Add setting to require hardware breakpoints. 2018-11-15 01:18:15 +00:00
ThreadPlanStepInRange.cpp Add setting to require hardware breakpoints. 2018-11-15 01:18:15 +00:00
ThreadPlanStepInstruction.cpp Add setting to require hardware breakpoints. 2018-11-15 01:18:15 +00:00
ThreadPlanStepOut.cpp Add setting to require hardware breakpoints. 2018-11-15 01:18:15 +00:00
ThreadPlanStepOverBreakpoint.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ThreadPlanStepOverRange.cpp Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
ThreadPlanStepRange.cpp Add setting to require hardware breakpoints. 2018-11-15 01:18:15 +00:00
ThreadPlanStepThrough.cpp Add setting to require hardware breakpoints. 2018-11-15 01:18:15 +00:00
ThreadPlanStepUntil.cpp Add setting to require hardware breakpoints. 2018-11-15 01:18:15 +00:00
ThreadPlanTracer.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
ThreadSpec.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
UnixSignals.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00
UnwindAssembly.cpp Remove header grouping comments. 2018-11-11 23:17:06 +00:00