index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
SymbolFile
/
NativePDB
/
SymbolFileNativePDB.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add RTTI support to the SymbolFile class hierarchy
Adrian Prantl
2019-11-15
1
-0
/
+11
*
Performance: Add a set of visited SymbolFiles to the other FindFiles variant.
Adrian Prantl
2019-11-12
1
-0
/
+1
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-11
/
+10
*
[NativePDB] Remove unused references to ClangASTImporter
Alex Langford
2019-10-11
1
-2
/
+0
*
Remove size_t return parameter from FindTypes
Adrian Prantl
2019-10-01
1
-11
/
+10
*
Remove unused "append" parameter from FindTypes API
Adrian Prantl
2019-09-30
1
-2
/
+2
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-2
/
+2
*
Revert Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-2
/
+2
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-2
/
+2
*
Generalize FindTypes with CompilerContext to support fuzzy lookup
Adrian Prantl
2019-08-21
1
-1
/
+1
*
SymbolVendor: Remove the object file member variable
Pavel Labath
2019-07-31
1
-2
/
+2
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-1
/
+2
*
SymbolVendor: Move compile unit handling into the SymbolFile class
Pavel Labath
2019-07-23
1
-4
/
+3
*
[NativePDB] Support member function types in PdbAstBuilder
Aleksandr Urakov
2019-05-13
1
-0
/
+3
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-6
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-4
/
+4
*
Deserialize Clang module search path from DWARF
Adrian Prantl
2019-02-13
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
1
-1
/
+1
*
[SymbolFile] Remove the SymbolContext parameter from FindNamespace.
Zachary Turner
2019-01-14
1
-1
/
+1
*
[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.
Zachary Turner
2019-01-14
1
-1
/
+1
*
[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.
Zachary Turner
2019-01-11
1
-8
/
+8
*
Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.
Zachary Turner
2019-01-10
1
-1
/
+2
*
[NativePDB] Add support for parsing typedef records.
Zachary Turner
2019-01-10
1
-0
/
+3
*
[NativePDB] Implement ParseDeclsForContext.
Zachary Turner
2019-01-02
1
-0
/
+3
*
[NativePDB] Fix setting breakpoint by file and line.
Zachary Turner
2019-01-02
1
-0
/
+6
*
[NativePDB] Decouple AST reconstruction from lldb Symbol creation.
Zachary Turner
2018-12-17
1
-36
/
+21
*
[NativePDB] Add support for local variables.
Zachary Turner
2018-12-13
1
-5
/
+17
*
[NativePDB] Reconstruct function declarations from debug info.
Zachary Turner
2018-12-07
1
-1
/
+3
*
[NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.
Zachary Turner
2018-11-16
1
-18
/
+21
*
[NativePDB] Add support for S_CONSTANT records.
Zachary Turner
2018-11-13
1
-0
/
+2
*
[NativePDB] Higher fidelity reconstruction of AST from Debug Info.
Zachary Turner
2018-11-08
1
-4
/
+10
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
1
-0
/
+4
*
Add a target modules dump ast command.
Zachary Turner
2018-11-05
1
-0
/
+2
*
[NativePDB] Get LLDB types from PDB function types.
Zachary Turner
2018-11-01
1
-0
/
+2
*
[NativePDB] Add support for dumping global variables of class type.
Zachary Turner
2018-10-30
1
-0
/
+2
*
[NativePDB] Add the ability to dump dump global variables.
Zachary Turner
2018-10-26
1
-0
/
+8
*
Don't type-erase the FunctionNameType or TypeClass enums.
Zachary Turner
2018-10-25
1
-3
/
+4
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-1
/
+2
*
Remove unused private methods.
Zachary Turner
2018-10-23
1
-8
/
+0
*
[NativePDB] Add basic support for tag types to the native pdb plugin.
Zachary Turner
2018-10-23
1
-0
/
+42
*
Some cleanups to the native pdb plugin [NFC].
Zachary Turner
2018-10-22
1
-80
/
+67
*
Resubmit "Add SymbolFileNativePDB plugin."
Zachary Turner
2018-10-12
1
-0
/
+181
*
Revert SymbolFileNativePDB plugin.
Zachary Turner
2018-10-11
1
-181
/
+0
*
Create a SymbolFile plugin for cross-platform PDB access.
Zachary Turner
2018-10-10
1
-0
/
+181