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
/
PDB
/
SymbolFilePDB.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-4
/
+2
*
[SymbolFilePDB] Add support for resolving variable symbols
Aaron Smith
2018-05-23
1
-4
/
+300
*
FileSpec: Remove PathSyntax enum and use llvm version instead
Pavel Labath
2018-05-14
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-38
/
+39
*
[SymbolFilePDB] Use section contributions as another way to determine the com...
Aaron Smith
2018-03-22
1
-16
/
+19
*
[SymbolFilePDB] Ignore compiler generated functions when creating the LLDB ty...
Aaron Smith
2018-03-22
1
-4
/
+4
*
[SymbolFilePDB] Run clang-format; NFC
Aaron Smith
2018-03-22
1
-79
/
+63
*
[SymbolFilePDB] Simplify code with newer methods
Aaron Smith
2018-03-20
1
-14
/
+2
*
[SymbolFilePDB] Simplify getting the source file path
Aaron Smith
2018-03-20
1
-63
/
+2
*
[SymbolFilePDB] Remove a few null pointer checks by passing ref
Aaron Smith
2018-03-19
1
-40
/
+30
*
[SymbolFilePDB] Rewrite ParseTypes method
Aaron Smith
2018-03-14
1
-19
/
+48
*
[SymbolFilePDB] Keep searching until the file name is found for the pdb compi...
Aaron Smith
2018-03-09
1
-2
/
+3
*
[SymbolFilePDB] Minor cleanup
Aaron Smith
2018-03-07
1
-22
/
+23
*
Fix some warnings in SymbolFilePDB.cpp
Pavel Labath
2018-02-09
1
-7
/
+6
*
[SymbolFilePDB] Add support for function symbols
Aaron Smith
2018-02-09
1
-12
/
+645
*
[SymbolFilePDB] Fix null array access when parsing the type of a function wit...
Aaron Smith
2018-01-23
1
-4
/
+35
*
Revert "[SymbolFilePDB] Fix null array access when parsing the type of a func...
Pavel Labath
2018-01-22
1
-35
/
+4
*
Make loop counter unsigned in SymbolFilePDB::GetCompileUnitIndex
Raphael Isemann
2018-01-22
1
-1
/
+1
*
[SymbolFilePDB] Fix null array access when parsing the type of a function wit...
Aaron Smith
2018-01-19
1
-4
/
+35
*
[lldb] Add support to cache a PDB's global scope and fix a bug in getting the...
Aaron Smith
2018-01-13
1
-68
/
+200
*
[lldb] Stop searching for a symbol in a pdb by regex
Aaron Smith
2017-12-22
1
-14
/
+11
*
Enable more abilities in SymbolFilePDB
Aaron Smith
2017-12-22
1
-2
/
+45
*
NFC: Improve comments in SymbolFilePDB.cpp
Adrian McCarthy
2017-01-27
1
-72
/
+46
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-599
/
+568
*
Warning about debugging optimized code was not happening without dSYMs. Now i...
Greg Clayton
2016-07-05
1
-1
/
+1
*
Clean up test results on Windows.
Zachary Turner
2016-05-13
1
-1
/
+1
*
Fix assertion in SymbolFilePDB
Pavel Labath
2016-05-09
1
-0
/
+4
*
Fix LLDB after removal of PDB_ErrorCode
Zachary Turner
2016-05-06
1
-1
/
+1
*
Update for llvm change to add pdb namespace.
Zachary Turner
2016-05-04
1
-35
/
+37
*
Initial support for reading type information from PDBs.
Zachary Turner
2016-04-15
1
-8
/
+162
*
Fix SymbolFilePDB for discontiguous functions.
Zachary Turner
2016-03-10
1
-29
/
+53
*
Add support for reading line tables from PDB files.
Zachary Turner
2016-03-02
1
-0
/
+549