llvm-capstone/lldb/source/Target
Raphael Isemann d1782133d9 [lldb][NFC] Allow range-based for-loops on VariableList
Summary:
Adds support for doing range-based for-loops on LLDB's VariableList and
modernises all the index-based for-loops in LLDB where possible.

Reviewers: labath, jdoerfert

Reviewed By: labath

Subscribers: JDevlieghere, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D70668
2019-11-25 15:03:46 +01:00
..
ABI.cpp Have ABI plugins vend llvm MCRegisterInfo data 2019-09-25 13:03:04 +00:00
CMakeLists.txt lldb/minidump: Refactor memory region computation code 2019-10-25 22:33:32 +00:00
ExecutionContext.cpp [ExecutionContext] Return the target/process byte order. 2019-08-07 16:09:35 +00:00
InstrumentationRuntime.cpp
InstrumentationRuntimeStopInfo.cpp
JITLoader.cpp
JITLoaderList.cpp
Language.cpp Extend FindTypes with CompilerContext to allow filtering by language. 2019-08-22 21:45:58 +00:00
LanguageRuntime.cpp [lldb] Fix exception breakpoint not being resolved when set on dummy target 2019-11-22 11:20:09 +01:00
Memory.cpp
MemoryHistory.cpp
MemoryRegionInfo.cpp MemoryRegion: Print "don't know" permission values as such 2019-11-05 11:17:27 +01:00
ModuleCache.cpp Convert FileSystem::Open() to return Expected<FileUP> 2019-09-26 17:54:59 +00:00
OperatingSystem.cpp
PathMappingList.cpp
Platform.cpp [ARC] Basic support in gdb-remote process plugin 2019-10-17 15:16:21 +00:00
Process.cpp factor out an abstract base class for File 2019-10-03 04:31:46 +00:00
Queue.cpp
QueueItem.cpp
QueueList.cpp
RegisterContext.cpp DWARFExpression: Simplify class interface 2019-08-27 07:49:41 +00:00
RegisterNumber.cpp
RemoteAwarePlatform.cpp uint32_t options -> File::OpenOptions options 2019-10-14 20:15:34 +00:00
SectionLoadHistory.cpp
SectionLoadList.cpp
StackFrame.cpp [lldb][NFC] Allow range-based for-loops on VariableList 2019-11-25 15:03:46 +01:00
StackFrameList.cpp [DWARF] Handle call sites with indirect call targets 2019-11-22 11:50:22 -08:00
StackFrameRecognizer.cpp
StackID.cpp
StopInfo.cpp Stop-hooks weren't getting called on step-out. Fix that. 2019-08-15 21:37:52 +00:00
StructuredDataPlugin.cpp
SystemRuntime.cpp
Target.cpp Modernize the rest of the Find.* API (NFC) 2019-10-17 19:56:40 +00:00
TargetList.cpp
TargetProperties.td [lldb] Limit the amount of zeroes we use for padding when printing small floats 2019-09-04 11:41:23 +00:00
Thread.cpp [ARC] Basic support in gdb-remote process plugin 2019-10-17 15:16:21 +00:00
ThreadCollection.cpp
ThreadList.cpp
ThreadPlan.cpp
ThreadPlanBase.cpp
ThreadPlanCallFunction.cpp
ThreadPlanCallFunctionUsingABI.cpp
ThreadPlanCallOnFunctionExit.cpp
ThreadPlanCallUserExpression.cpp
ThreadPlanPython.cpp Pass an SBStructuredData to scripted ThreadPlans on use. 2019-10-03 22:50:18 +00:00
ThreadPlanRunToAddress.cpp
ThreadPlanShouldStopHere.cpp
ThreadPlanStepInRange.cpp [lldb][NFC] Simplify a return in ThreadPlanStepInRange::DefaultShouldStopHereCallback 2019-11-12 10:58:54 +01:00
ThreadPlanStepInstruction.cpp
ThreadPlanStepOut.cpp
ThreadPlanStepOverBreakpoint.cpp
ThreadPlanStepOverRange.cpp
ThreadPlanStepRange.cpp
ThreadPlanStepThrough.cpp
ThreadPlanStepUntil.cpp
ThreadPlanTracer.cpp remove File::SetStream(), make new files instead. 2019-09-27 14:33:35 +00:00
ThreadSpec.cpp
UnixSignals.cpp
UnwindAssembly.cpp