hanchenye-llvm-project/lldb/source/Target
Jason Molenda 484900bd3b Feedback from Jim: Change the "optimized code" warning to be entirely
contained within Process so that we won't be duplicating the warning
message if other parts of the code want to issue the message.  Change
Process::PrintWarning to be a protected method - the public method
will be the PrintWarningOptimization et al.  Also, Have
Thread::FunctionOptimizationWarning shortcut out if the warnings
have been disabled so that we don't (potentially) compute parts of
the SymbolContext unnecessarily.

llvm-svn: 244436
2015-08-10 07:55:25 +00:00
..
ABI.cpp Don't #include ClangPersistentVariables.h from Process.h 2015-03-03 21:05:17 +00:00
CMakeLists.txt Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a function call on target via register manipulation 2015-07-14 10:56:58 +00:00
CPPLanguageRuntime.cpp Improve C++ function name handling and step-in avoid regerxp handling 2015-07-24 08:54:22 +00:00
ExecutionContext.cpp Add missing "return" statements. 2015-02-25 16:01:12 +00:00
FileAction.cpp Refactor many file functions to use FileSpec over strings. 2015-05-29 19:52:29 +00:00
InstrumentationRuntime.cpp LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and report data extraction 2014-10-10 23:43:03 +00:00
InstrumentationRuntimeStopInfo.cpp LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and report data extraction 2014-10-10 23:43:03 +00:00
JITLoader.cpp
JITLoaderList.cpp
LanguageRuntime.cpp Fix warnings found by -Wextra-semi 2015-07-22 08:12:01 +00:00
Makefile
Memory.cpp Resubmitting 240466 after fixing the linux test suite failures. 2015-06-25 21:46:34 +00:00
MemoryHistory.cpp Fix MemoryHistory plugin to check whether the plugin 2014-10-16 16:59:23 +00:00
ObjCLanguageRuntime.cpp Revert "Introduce a TypeSystem interface to support adding non-clang languages." 2015-06-08 23:38:06 +00:00
OperatingSystem.cpp
PathMappingList.cpp
Platform.cpp Refactor Unix signals. 2015-07-14 01:09:28 +00:00
Process.cpp Feedback from Jim: Change the "optimized code" warning to be entirely 2015-08-10 07:55:25 +00:00
ProcessInfo.cpp
ProcessLaunchInfo.cpp Don't try to make a pseudo terminal if we are launching in a separate terminal, it causes a deadlock when debugging because we create a PTY and yet it isn't hooked up to anything on the slave side. 2015-07-10 18:04:46 +00:00
Queue.cpp
QueueItem.cpp
QueueList.cpp
RegisterContext.cpp
SectionLoadHistory.cpp
SectionLoadList.cpp
StackFrame.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
StackFrameList.cpp Fix address adjusment in stack frame inline block lookup 2015-06-01 10:38:23 +00:00
StackID.cpp
StopInfo.cpp Add a function to make a mutex-protected copy of a breakpoint site's 2015-07-29 17:51:36 +00:00
SystemRuntime.cpp
Target.cpp Fix help message for target.language setting. 2015-07-30 22:10:08 +00:00
TargetList.cpp Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`. 2015-06-09 17:54:27 +00:00
Thread.cpp Feedback from Jim: Change the "optimized code" warning to be entirely 2015-08-10 07:55:25 +00:00
ThreadCollection.cpp
ThreadList.cpp Fix typos. 2015-07-22 00:16:02 +00:00
ThreadPlan.cpp Most thread plans don't handle eStopReasonInstrumentation stop reasons, 2015-07-23 19:55:02 +00:00
ThreadPlanBase.cpp
ThreadPlanCallFunction.cpp Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a function call on target via register manipulation 2015-07-14 10:56:58 +00:00
ThreadPlanCallFunctionUsingABI.cpp Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a function call on target via register manipulation 2015-07-14 10:56:58 +00:00
ThreadPlanCallUserExpression.cpp Move lldb-log.cpp to core/Logging.cpp 2015-03-18 18:20:42 +00:00
ThreadPlanPython.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
ThreadPlanRunToAddress.cpp Move lldb-log.cpp to core/Logging.cpp 2015-03-18 18:20:42 +00:00
ThreadPlanShouldStopHere.cpp
ThreadPlanStepInRange.cpp Improve C++ function name handling and step-in avoid regerxp handling 2015-07-24 08:54:22 +00:00
ThreadPlanStepInstruction.cpp Move lldb-log.cpp to core/Logging.cpp 2015-03-18 18:20:42 +00:00
ThreadPlanStepOut.cpp Most thread plans don't handle eStopReasonInstrumentation stop reasons, 2015-07-23 19:55:02 +00:00
ThreadPlanStepOverBreakpoint.cpp Move lldb-log.cpp to core/Logging.cpp 2015-03-18 18:20:42 +00:00
ThreadPlanStepOverRange.cpp Most thread plans don't handle eStopReasonInstrumentation stop reasons, 2015-07-23 19:55:02 +00:00
ThreadPlanStepRange.cpp Fix compiler warning in ThreadPlanStepRange 2015-07-16 14:21:49 +00:00
ThreadPlanStepThrough.cpp Move lldb-log.cpp to core/Logging.cpp 2015-03-18 18:20:42 +00:00
ThreadPlanStepUntil.cpp Most thread plans don't handle eStopReasonInstrumentation stop reasons, 2015-07-23 19:55:02 +00:00
ThreadPlanTracer.cpp Don't #include "lldb-python.h" from anywhere. 2015-05-29 17:41:47 +00:00
ThreadSpec.cpp
UnixSignals.cpp Refactor Unix signals. 2015-07-14 01:09:28 +00:00
UnwindAssembly.cpp