llvm-project/lldb/source/Target
Alex Langford d2284128a9 [Target] Stop linking against lldbPluginObjCLanguage
llvm-svn: 360945
2019-05-16 22:01:25 +00:00
..
ABI.cpp Pass ConstString by value (NFC) 2019-03-06 21:22:25 +00:00
CMakeLists.txt [Target] Stop linking against lldbPluginObjCLanguage 2019-05-16 22:01:25 +00:00
CPPLanguageRuntime.cpp [DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses FindFunctions() in order to find a lambdas operator()() but using FindSymbolsMatchingRegExAndType() is cheaper and if we also anchor the regex using ^ this adds some additional performance gains. 2019-05-13 16:48:06 +00:00
ExecutionContext.cpp Remove tautological #ifdefs (NFC) 2019-03-05 23:51:25 +00:00
InstrumentationRuntime.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
InstrumentationRuntimeStopInfo.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
JITLoader.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
JITLoaderList.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Language.cpp Factor out switch statement into a helper function (NFC) 2019-05-16 20:03:05 +00:00
LanguageRuntime.cpp [Target] Stop linking against lldbPluginObjCLanguage 2019-05-16 22:01:25 +00:00
Memory.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
MemoryHistory.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ModuleCache.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ObjCLanguageRuntime.cpp Hide runtime support values such as clang's __vla_expr from frame variable 2019-05-02 23:07:23 +00:00
OperatingSystem.cpp Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00
PathMappingList.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Platform.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Process.cpp Improve step over performance by not stopping at branches that are function calls and stepping into and them out of each one 2019-05-09 20:39:34 +00:00
Queue.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
QueueItem.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
QueueList.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterContext.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RegisterNumber.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
RemoteAwarePlatform.cpp Refactor user/group name resolving code 2019-03-04 18:48:00 +00:00
SectionLoadHistory.cpp Remove redundant ::get() for smart pointer. (NFC) 2019-02-12 03:47:39 +00:00
SectionLoadList.cpp Use the multi-lockable form of std::lock for operator= 2019-03-29 17:07:30 +00:00
StackFrame.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
StackFrameList.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
StackFrameRecognizer.cpp [StackFrameRecognizer] Remove unneeded LLDB_DISABLE_PYTHON. 2019-03-19 17:35:37 +00:00
StackID.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
StopInfo.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
StructuredDataPlugin.cpp C.128 override, virtual keyword handling 2019-05-03 10:03:28 +00:00
SystemRuntime.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
Target.cpp typedef enum -> enum 2019-05-14 08:55:50 +00:00
TargetList.cpp Lock accesses to OptionValueFileSpecList objects 2019-04-23 20:17:04 +00:00
Thread.cpp [Target] Generalize some behavior in Thread 2019-05-15 01:46:45 +00:00
ThreadCollection.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ThreadList.cpp Use the multi-lockable form of std::lock for operator= 2019-03-29 17:07:30 +00:00
ThreadPlan.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ThreadPlanBase.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ThreadPlanCallFunction.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ThreadPlanCallFunctionUsingABI.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ThreadPlanCallOnFunctionExit.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ThreadPlanCallUserExpression.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ThreadPlanPython.cpp [ScriptInterpreter] Move ownership into debugger (NFC) 2019-04-26 22:43:16 +00:00
ThreadPlanRunToAddress.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ThreadPlanShouldStopHere.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ThreadPlanStepInRange.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ThreadPlanStepInstruction.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ThreadPlanStepOut.cpp Include inlined functions when figuring out a contiguous address range 2019-05-06 20:01:21 +00:00
ThreadPlanStepOverBreakpoint.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ThreadPlanStepOverRange.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ThreadPlanStepRange.cpp Improve step over performance by not stopping at branches that are function calls and stepping into and them out of each one 2019-05-09 20:39:34 +00:00
ThreadPlanStepThrough.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ThreadPlanStepUntil.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
ThreadPlanTracer.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ThreadSpec.cpp Delete unnecessary copy ctors/copy assignment operators 2019-05-15 11:23:54 +00:00
UnixSignals.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
UnwindAssembly.cpp Replace 'ap' with 'up' suffix in variable names. (NFC) 2019-02-13 06:25:41 +00:00