llvm-project/lldb/source/Symbol
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
..
ArmUnwindInfo.cpp Support Linux signal return trampolines in frame initialization 2019-07-19 14:05:55 +00:00
Block.cpp [lldb][NFC] Allow range-based for-loops on VariableList 2019-11-25 15:03:46 +01:00
CMakeLists.txt [lldb] [cmake] Support linking against clang-cpp dylib 2019-10-04 12:03:03 +00:00
ClangASTContext.cpp Reformat code for readability. 2019-11-22 10:03:25 -08:00
ClangASTImporter.cpp Move decl completion out of the ASTImporterDelegate and document it [NFC] 2019-09-20 12:52:55 +00:00
ClangExternalASTSourceCallbacks.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClangExternalASTSourceCommon.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClangUtil.cpp [lldb] Remove lldb's own ASTDumper 2019-11-25 13:27:51 +01:00
CompactUnwindInfo.cpp Add arm64_32 support to lldb, an ILP32 codegen 2019-10-16 19:14:49 +00:00
CompileUnit.cpp Use ForEachExternalModule in ParseTypeFromClangModule (NFC) 2019-11-14 08:58:31 -08:00
CompilerDecl.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CompilerDeclContext.cpp Correctly look up declarations in inline namespaces 2019-03-12 07:45:04 +00:00
CompilerType.cpp [Symbol] Decouple clang from CompilerType 2019-08-13 19:40:36 +00:00
CxxModuleHandler.cpp [lldb] Fix crash in CxxModuleHandler when std module is empty 2019-10-11 08:42:22 +00:00
DWARFCallFrameInfo.cpp [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
DebugMacros.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DeclVendor.cpp [Symbol] Decouple clang from DeclVendor 2019-08-23 06:11:32 +00:00
Declaration.cpp Include inlined functions when figuring out a contiguous address range 2019-05-06 20:01:21 +00:00
FuncUnwinders.cpp [Windows] Use information from the PE32 exceptions directory to construct unwind plans 2019-10-11 09:03:29 +00:00
Function.cpp [DWARF] Handle call sites with indirect call targets 2019-11-22 11:50:22 -08:00
LineEntry.cpp Include inlined functions when figuring out a contiguous address range 2019-05-06 20:01:21 +00:00
LineTable.cpp Fix line table resolution near the end of a section 2019-08-06 06:52:05 +00:00
LocateSymbolFile.cpp SymbolVendorELF: Perform build-id lookup even without a debug link 2019-08-06 08:18:39 +00:00
LocateSymbolFileMacOSX.cpp [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit` 2019-09-10 00:20:50 +00:00
ObjectFile.cpp [Windows] Use information from the PE32 exceptions directory to construct unwind plans 2019-10-11 09:03:29 +00:00
PostfixExpression.cpp Postfix: move more code out of the PDB plugin 2019-08-26 11:44:14 +00:00
Symbol.cpp [lldb] Add -m option to 'target modules dump symtab' to disable demangling 2019-11-07 15:47:01 +01:00
SymbolContext.cpp lldb: Fix some -Wdeprecated-copy warnings 2019-11-11 17:55:49 +01:00
SymbolFile.cpp Add RTTI support to the SymbolFile class hierarchy 2019-11-15 11:52:13 -08:00
SymbolVendor.cpp SymbolVendor: Remove passthrough methods 2019-08-06 09:12:42 +00:00
Symtab.cpp Revert "Fix lookup of symbols at the same address with no size vs. size" 2019-11-12 19:02:17 +05:00
Type.cpp Replace bitfield in lldb::Type with byte-sized members. (NFC) 2019-11-18 10:00:26 -08:00
TypeList.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
TypeMap.cpp [Symbol][NFC] Remove references to clang in TypeMap 2019-08-20 20:44:36 +00:00
TypeSystem.cpp Extend FindTypes with CompilerContext to allow filtering by language. 2019-08-22 21:45:58 +00:00
UnwindPlan.cpp Unwind: Add a stack scanning mechanism to support win32 unwinding 2019-09-27 12:10:06 +00:00
UnwindTable.cpp [Windows] Use information from the PE32 exceptions directory to construct unwind plans 2019-10-11 09:03:29 +00:00
Variable.cpp [lldb][NFC] Allow range-based for-loops on VariableList 2019-11-25 15:03:46 +01:00
VariableList.cpp [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00