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
Commit message (
Expand
)
Author
Age
Files
Lines
*
XFAIL test on Windows
Adrian Prantl
2019-01-16
1
-1
/
+2
*
Change TypeSystem::GetBitSize() to return an optional result.
Adrian Prantl
2019-01-16
9
-34
/
+86
*
Fix dir-separator-no-comp-dir-relative-name.s test added in r351328
Pavel Labath
2019-01-16
1
-6
/
+7
*
Revert "Teach the default symbol vendor to respect module.GetSymbolFileFileSp...
Pavel Labath
2019-01-16
4
-82
/
+5
*
TestClangASTContext: Rewrite an if-else chain into a switch
Pavel Labath
2019-01-16
1
-3
/
+11
*
Teach the default symbol vendor to respect module.GetSymbolFileFileSpec()
Pavel Labath
2019-01-16
4
-5
/
+82
*
DWARF: Add some support for non-native directory separators
Pavel Labath
2019-01-16
15
-77
/
+382
*
Revert "Simplify Value::GetValueByteSize()"
Pavel Labath
2019-01-16
1
-15
/
+19
*
[lldb] - Fix crash when listing the history with the key up.
George Rimar
2019-01-16
1
-1
/
+1
*
[lldb-mi] Remove use of dialog box
Alex Langford
2019-01-16
3
-24
/
+0
*
Remove redundant check.
Adrian Prantl
2019-01-15
1
-5
/
+3
*
Simplify code by using Optional::getValueOr()
Adrian Prantl
2019-01-15
4
-10
/
+5
*
[debugserver][CMake] Remove commented out line
Alex Langford
2019-01-15
1
-1
/
+0
*
Simplify Value::GetValueByteSize()
Adrian Prantl
2019-01-15
1
-19
/
+15
*
Simplify code
Adrian Prantl
2019-01-15
1
-17
/
+21
*
Add Doxygen comments.
Adrian Prantl
2019-01-15
1
-0
/
+2
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
34
-94
/
+128
*
Silence compiler warnings
Adrian Prantl
2019-01-15
8
-8
/
+8
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
36
-533
/
+698
*
[LLDB] Remove the unused variable oso_dwarf.
David L. Jones
2019-01-15
1
-1
/
+0
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
30
-169
/
+111
*
[SymbolFile] Remove the SymbolContext parameter from FindNamespace.
Zachary Turner
2019-01-14
15
-43
/
+20
*
[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.
Zachary Turner
2019-01-14
16
-63
/
+63
*
[lldbsuite] Skip two more flaky tests on Windows
Stella Stamenova
2019-01-14
2
-0
/
+2
*
[Core] Use the implementation method GetAddressOf in ValueObjectConstResultChild
Aleksandr Urakov
2019-01-14
3
-0
/
+11
*
[CMake] LLVM exports utility targets since r350959, so we can use them withou...
Stefan Granitz
2019-01-14
1
-8
/
+3
*
Add SymbolFileBreakpad.
Jason Molenda
2019-01-12
1
-0
/
+15
*
[lldbsuite] Skip TestExitDuringStep on Windows
Stella Stamenova
2019-01-11
1
-0
/
+1
*
Fix build breaks after the ParseCompileUnit changes.
Zachary Turner
2019-01-11
2
-12
/
+9
*
Attempt to fix PDB tests broken by r350924
Pavel Labath
2019-01-11
6
-6
/
+6
*
[CMake] Include tests by default also in standalone builds
Stefan Granitz
2019-01-11
2
-2
/
+2
*
[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.
Zachary Turner
2019-01-11
19
-319
/
+255
*
[CMake] Remove dead code and outdated comments
Stefan Granitz
2019-01-11
3
-23
/
+2
*
Introduce SymbolFileBreakpad and use it to fill symtab
Pavel Labath
2019-01-11
11
-23
/
+482
*
ELF: Fix base address computation code for files generated by yaml2obj
Pavel Labath
2019-01-11
2
-1
/
+35
*
Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.
Zachary Turner
2019-01-10
14
-52
/
+42
*
[NativePDB] Add support for parsing typedef records.
Zachary Turner
2019-01-10
8
-61
/
+349
*
lldbtest.py: try to fix a runtime exception
Adrian Prantl
2019-01-10
1
-4
/
+7
*
[opaque pointer types] Remove some calls to generic Type subtype accessors.
James Y Knight
2019-01-10
1
-3
/
+0
*
Fix compilation error on 32-bit architectures introduced in r350511
Pavel Labath
2019-01-10
1
-1
/
+1
*
Revert "Add a verbose mode to "image dump line-table" and use it to write a ....
Pavel Labath
2019-01-10
2
-119
/
+4
*
PECOFF: Fix section name computation
Pavel Labath
2019-01-10
3
-19
/
+66
*
Implement ObjectFileELF::GetBaseAddress
Pavel Labath
2019-01-10
5
-12
/
+50
*
Add a verbose mode to "image dump line-table" and use it to write a .debug_li...
Pavel Labath
2019-01-10
2
-4
/
+119
*
[Python] Update checkDsymForUUIDIsOn to be compatible with Python 3.
Davide Italiano
2019-01-10
1
-4
/
+5
*
A little cleanup / commenting on locating kernel binaries while I
Jason Molenda
2019-01-10
1
-4
/
+18
*
[lldb-server] Add unnamed pipe support to PipeWindows
Aaron Smith
2019-01-10
9
-42
/
+107
*
Write PDB/variables.test to be more robust.
Zachary Turner
2019-01-09
1
-50
/
+58
*
[Python] Update PyString_FromString() to work for python 2 and 3.
Davide Italiano
2019-01-09
2
-10
/
+3
*
Change lldb-test to use ParseAllDebugSymbols.
Zachary Turner
2019-01-09
5
-60
/
+86
[next]