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
/
unittests
/
SymbolFile
/
PDB
/
SymbolFilePDBTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Fix windows build after getASTContext() change
Raphael Isemann
2019-12-21
1
-3
/
+2
*
[lldb] Fix windows build for 38870af
Pavel Labath
2019-11-29
1
-1
/
+1
*
Adapt Windows test to API change.
Adrian Prantl
2019-10-17
1
-3
/
+2
*
Make yet another attempt in restoring SymbolFilePDBTests
Adrian Prantl
2019-10-02
1
-13
/
+13
*
Make another attempt at fixing SymbolFilePDBTests.
Adrian Prantl
2019-10-01
1
-0
/
+1
*
Fix a syntax error.
Adrian Prantl
2019-10-01
1
-1
/
+1
*
Remove size_t return parameter from FindTypes
Adrian Prantl
2019-10-01
1
-15
/
+12
*
Try to update Windows unit test for API change.
Adrian Prantl
2019-09-30
1
-21
/
+18
*
[LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...
Martin Storsjo
2019-09-23
1
-3
/
+3
*
Add a missing include to SymbolFilePDBTests.cpp
Pavel Labath
2019-08-08
1
-0
/
+1
*
Fix PDB unit tests for the GetSymbolVendor deletion
Pavel Labath
2019-08-08
1
-36
/
+15
*
Add missing includes to SymbolFilePDBTests
Pavel Labath
2019-07-31
1
-0
/
+1
*
[SymbolFilePDB] Fix windows bots after rL367360
Alex Langford
2019-07-30
1
-4
/
+12
*
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
-20
/
+13
*
[SymbolFile] Remove the SymbolContext parameter from FindNamespace.
Zachary Turner
2019-01-14
1
-2
/
+2
*
[Symbol] Search symbols with name and type in a symbol file
Aleksandr Urakov
2018-11-30
1
-0
/
+17
*
Fix some windows-specific fallout from the FileSpec change.
Zachary Turner
2018-11-03
1
-30
/
+29
*
Revert "[Symbol] Search symbols with name and type in a symbol file"
Davide Italiano
2018-11-02
1
-17
/
+0
*
[Symbol] Search symbols with name and type in a symbol file
Aleksandr Urakov
2018-11-02
1
-0
/
+17
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-0
/
+3
*
[PDB] Fix `SymbolFilePDBTests` after r345313
Aleksandr Urakov
2018-10-26
1
-2
/
+4
*
[PDB] Test variadic function type in PDB
Aaron Smith
2018-10-19
1
-6
/
+7
*
[PDB] Fix problems after rL341782
Aleksandr Urakov
2018-09-11
1
-5
/
+53
*
Revert "PDB support of function-level linking and splitted functions"
Pavel Labath
2018-06-06
1
-56
/
+0
*
PDB support of function-level linking and splitted functions
Aaron Smith
2018-06-05
1
-0
/
+56
*
Revert "[SymbolFilePDB] Fix null array access when parsing the type of a func...
Pavel Labath
2018-01-22
1
-4
/
+1
*
[SymbolFilePDB] Fix null array access when parsing the type of a function wit...
Aaron Smith
2018-01-19
1
-1
/
+4
*
Update failing PDB unit tests that are searching for symbols by regex
Aaron Smith
2017-12-28
1
-12
/
+8
*
[lldb] Stop searching for a symbol in a pdb by regex
Aaron Smith
2017-12-22
1
-0
/
+7
*
Enable more abilities in SymbolFilePDB
Aaron Smith
2017-12-22
1
-2
/
+1
*
Fix netbsd, freebsd and osx builds for ArchSpec move
Pavel Labath
2017-11-13
1
-2
/
+2
*
cmake + xcode: prevent gtests from using includes from project root
Tim Hammerquist
2017-10-03
1
-1
/
+1
*
Speculative fix for windows build broken by r306668
Pavel Labath
2017-06-29
1
-6
/
+2
*
[unittests] Add a helper function for getting an input file
Pavel Labath
2017-06-29
1
-12
/
+8
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Attempt to fix windows unit tests
Pavel Labath
2017-02-24
1
-6
/
+6
*
[unittests] Split DWARF tests out of PDB, fix standalone build
Michal Gorny
2017-01-02
1
-44
/
+17
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-2
/
+2
*
unittests: Specify types in a bunch of unittest EXPECT's
Justin Bogner
2016-10-17
1
-4
/
+4
*
Fix PDB unittests on non-windows platforms
Pavel Labath
2016-09-30
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-478
/
+497
*
Fix SymbolFilePDBTests.cpp
Pavel Labath
2016-05-10
1
-14
/
+15
*
Fix compiler warnings in SymbolFilePDBTests
Pavel Labath
2016-04-27
1
-20
/
+20
*
Initial support for reading type information from PDBs.
Zachary Turner
2016-04-15
1
-4
/
+242
*
Fix a bunch of signedness warnings in unittests
Pavel Labath
2016-03-11
1
-13
/
+13
*
Add support for reading line tables from PDB files.
Zachary Turner
2016-03-02
1
-0
/
+344