summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Fix lookup of symbols at the same address with no size vs. size"Muhammad Omair Javaid2019-11-121-8/+2
* lldb: Fix some -Wdeprecated-copy warningsPavel Labath2019-11-111-14/+0
* Properly propagate is_variadic.Adrian Prantl2019-11-081-1/+1
* Adapt LLDB to clang API change in ObjCMethodDecl::create().Adrian Prantl2019-11-081-12/+20
* [lldb][NFC] Refactor some IsClangType checks in ClangASTContextRaphael Isemann2019-11-082-2/+6
* [lldb] Add -m option to 'target modules dump symtab' to disable demanglingRaphael Isemann2019-11-072-9/+12
* [Symbol] Change ClangASTContext::GetCXXClassName return typeAlex Langford2019-10-311-14/+14
* Add support for DW_AT_export_symbols for anonymous structsshafik2019-10-281-10/+5
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-173-45/+25
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-162-1/+3
* [lldb-test] Modify lldb-test to print out ASTs from symbol fileShafik Yaghmour2019-10-111-0/+33
* [Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov2019-10-113-2/+86
* [lldb] Fix crash in CxxModuleHandler when std module is emptyRaphael Isemann2019-10-111-4/+10
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-092-7/+7
* Add test coverage to printing of enums and fix display of unsigned valuesFrederic Riss2019-10-081-6/+9
* Fix sign extension handling in DumpEnumValueFrederic Riss2019-10-081-0/+1
* Replace regex match with rfind (NFCish)Adrian Prantl2019-10-081-16/+15
* Add pretty printing of Clang "bitfield" enumsFrederic Riss2019-10-081-8/+65
* Extract and simplify DumpEnumValueFrederic Riss2019-10-081-39/+29
* [Symbol] Remove unused method ClangASTContext::GetObjCClassNameAlex Langford2019-10-071-19/+0
* [lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny2019-10-041-3/+5
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-2/+2
* [lldb][NFC] Remove ClangASTContext::ClearRaphael Isemann2019-10-021-13/+0
* [lldb][NFC] Create the ASTContext in ClangASTContext exactly once.Raphael Isemann2019-10-021-56/+58
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-8/+4
* [lldb][NFC] Remove unused ClangASTContext::GetHasExternalStorageRaphael Isemann2019-10-011-68/+0
* [lldb][NFC] Remove unused ClangASTContext functions for checking/removing the...Raphael Isemann2019-10-011-17/+0
* [lldb][NFC] Disallow changing the ASTContext of an ClangASTContext after cons...Raphael Isemann2019-10-011-9/+8
* [lldb][NFC] Modernize ClangASTContext constructorRaphael Isemann2019-10-011-11/+6
* [StackFrameList][DFS] Turn a few raw pointers into references, NFCVedant Kumar2019-09-301-0/+1
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-301-7/+2
* Use llvm for dumping DWARF expressionsPavel Labath2019-09-301-1/+1
* Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath2019-09-271-2/+6
* [Mangle] Add flag to asm labels to disable '\01' prefixingVedant Kumar2019-09-251-2/+2
* [lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann2019-09-241-0/+5
* [lldb] Fix LLDB build after r372538Raphael Isemann2019-09-231-1/+2
* Doxygenify comments.Adrian Prantl2019-09-201-9/+6
* Move decl completion out of the ASTImporterDelegate and document it [NFC]Raphael Isemann2019-09-201-100/+102
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-131-1/+1
* [DWARF] Evaluate DW_OP_entry_valueVedant Kumar2019-09-111-2/+7
* [Function] Factor out GetCallEdgeForReturnAddress, NFCVedant Kumar2019-09-101-0/+14
* [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere2019-09-101-2/+2
* [Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangP...Alex Langford2019-09-091-0/+1
* [Core] Remove use of ClangASTContext in DumpDataExtractorAlex Langford2019-09-061-0/+16
* [Disassembler] Simplify a few methods (NFC)Jonas Devlieghere2019-09-041-76/+77
* [lldb][NFC] Refactor and document ClangASTContext::IsOperatorRaphael Isemann2019-08-281-209/+72
* Postfix: move more code out of the PDB pluginPavel Labath2019-08-261-1/+22
* [Symbol] Decouple clang from DeclVendorAlex Langford2019-08-232-5/+16
* [LLDB] Address post-commit code review feedback.Jonas Devlieghere2019-08-231-2/+2
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-223-24/+47
OpenPOWER on IntegriCloud