..
ABI.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
AssertFrameRecognizer.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
DynamicLoader.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ExecutionContext.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ExecutionContextScope.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
InstrumentationRuntime.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
InstrumentationRuntimeStopInfo.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
JITLoader.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
JITLoaderList.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
Language.h
[lldb/DataFormatters] Delete GetStringPrinterEscapingHelper
2020-05-04 14:06:55 -07:00
LanguageRuntime.h
[lldb] Make BreakpointResolver hold weak_ptr instead of raw pointer to breakpoint
2020-03-04 16:56:50 +03:00
Memory.h
[lldb] Merge RangeArray and RangeVector
2020-02-18 15:22:55 +01:00
MemoryHistory.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
MemoryRegionInfo.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ModuleCache.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
OperatingSystem.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
PathMappingList.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
Platform.h
Move the Xcode SDK path caching to HostInfo
2020-05-06 13:43:50 -07:00
Process.h
[lldb] NFC: Fix trivial typo in comments, documents, and messages
2020-04-07 01:06:16 +09:00
ProcessStructReader.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
Queue.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
QueueItem.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
QueueList.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
RegisterCheckpoint.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
RegisterContext.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
RegisterContextUnwind.h
[lldb] Make UnwindLLDB a non-plugin
2020-03-10 13:56:15 +01:00
RegisterNumber.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
RemoteAwarePlatform.h
uint32_t options -> File::OpenOptions options
2019-10-14 20:15:34 +00:00
SectionLoadHistory.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
SectionLoadList.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
StackFrame.h
[lldb] Remove unimplemented StackFrame::BehavesLikeZerothFrame
2020-03-16 16:20:12 +03:00
StackFrameList.h
[lldb] Return Unwinder& from Thread::GetUnwinder
2020-03-09 14:13:22 +01:00
StackFrameRecognizer.h
[lldb/Target] Support more than 2 symbols in StackFrameRecognizer
2020-03-18 14:15:58 +01:00
StackID.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
StopInfo.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
StructuredDataPlugin.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
SystemRuntime.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
Target.h
[lldb] NFC: Fix trivial typo in comments, documents, and messages
2020-04-07 01:06:16 +09:00
TargetList.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
Thread.h
Allow the ThreadPlanStackMap to hold the thread plans for threads
2020-04-03 14:56:28 -07:00
ThreadCollection.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadList.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadPlan.h
[lldb] NFC: Fix trivial typo in comments, documents, and messages
2020-04-07 01:06:16 +09:00
ThreadPlanBase.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadPlanCallFunction.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadPlanCallFunctionUsingABI.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadPlanCallOnFunctionExit.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadPlanCallUserExpression.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadPlanPython.h
Make ThreadPlans use TID and Process, rather than Thread *.
2020-04-03 14:56:28 -07:00
ThreadPlanRunToAddress.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadPlanShouldStopHere.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadPlanStack.h
Fix unused variable, format, and format string warnings.
2020-04-03 17:58:59 -07:00
ThreadPlanStepInRange.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadPlanStepInstruction.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadPlanStepOut.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadPlanStepOverBreakpoint.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadPlanStepOverRange.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadPlanStepRange.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadPlanStepThrough.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadPlanStepUntil.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
ThreadPlanTracer.h
Make ThreadPlanTracers use TID & Process rather than Thread *.
2020-04-03 14:56:28 -07:00
ThreadSpec.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
UnixSignals.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
Unwind.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
UnwindAssembly.h
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
2020-02-17 23:15:40 -08:00
UnwindLLDB.h
[lldb] Make UnwindLLDB a non-plugin
2020-03-10 13:56:15 +01:00