summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [NativePDB] Higher fidelity reconstruction of AST from Debug Info.Zachary Turner2018-11-081-14/+121
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-0/+7
* Add a target modules dump ast command.Zachary Turner2018-11-051-0/+6
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* [NativePDB] Get LLDB types from PDB function types.Zachary Turner2018-11-011-7/+101
* [NativePDB] Add support for dumping global variables of class type.Zachary Turner2018-10-301-3/+45
* [NativePDB] Add the ability to dump dump global variables.Zachary Turner2018-10-261-12/+168
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-2/+2
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-3/+2
* Fix some comments pointed out by Leonard Mosescu.Zachary Turner2018-10-231-4/+4
* Remove unused variable.Eric Christopher2018-10-231-1/+0
* [NativePDB] Add basic support for tag types to the native pdb plugin.Zachary Turner2018-10-231-3/+697
* Some cleanups to the native pdb plugin [NFC].Zachary Turner2018-10-221-42/+59
* Try to fix some failures on MacOSX with the NativePDB patch.Zachary Turner2018-10-121-2/+9
* Resubmit "Add SymbolFileNativePDB plugin."Zachary Turner2018-10-121-0/+620
* Revert SymbolFileNativePDB plugin.Zachary Turner2018-10-111-620/+0
* Better support for POSIX paths in PDBs.Zachary Turner2018-10-111-1/+3
* [lldb] Surpress copy-elison warning.Eric Liu2018-10-111-2/+2
* [SymbolFileNativePDB] Fix compilation errors with gcc.Zachary Turner2018-10-101-1/+0
* Create a SymbolFile plugin for cross-platform PDB access.Zachary Turner2018-10-101-0/+619
OpenPOWER on IntegriCloud