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
*
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
*
ELF: create "container" sections from PT_LOAD segments
Pavel Labath
2019-01-09
10
-58
/
+488
*
[CMake] In standalone builds, LLVM_BINARY_DIR should point to LLVM's binary d...
Stefan Granitz
2019-01-09
4
-6
/
+4
*
[CMake] Fix standalone builds: workaround the cxx target not getting imported...
Stefan Granitz
2019-01-09
2
-2
/
+14
*
[CMakeLists] Sort tools/CMakeLists.txt
Jonas Devlieghere
2019-01-09
1
-6
/
+8
*
Change std::sort to llvm::sort to detect non-determinism.
Jonas Devlieghere
2019-01-08
17
-44
/
+43
*
Fix unused private field warning.
Raphael Isemann
2019-01-08
1
-2
/
+3
*
[BreakpointList] Simplify/modernize BreakpointList (NFC)
Jonas Devlieghere
2019-01-08
2
-142
/
+60
*
[PdbAstBuilder] Remove unused functions
Jonas Devlieghere
2019-01-08
1
-17
/
+0
*
Convert to LLDB coding style (NFC)
Adrian Prantl
2019-01-08
1
-7
/
+7
*
ProcessLaunchInfo: Remove Target reference
Pavel Labath
2019-01-08
5
-129
/
+119
*
[SymbolContext] Remove dead code
Jonas Devlieghere
2019-01-08
2
-72
/
+13
*
Simplify code.
Adrian Prantl
2019-01-07
1
-2
/
+1
*
Clarify comment and variable names. (NFC)
Adrian Prantl
2019-01-07
1
-5
/
+7
*
Rename DWARFDIE::GetDWOContext() -> GetDeclContext() (NFC)
Adrian Prantl
2019-01-07
4
-5
/
+8
*
[lldb] Fix -Wstring-plus-int warning in POSIX-DYLD/AuxVector.cpp
Jorge Gorbe Moya
2019-01-07
1
-1
/
+1
*
Split two sub-tests into separate top-level methods.
Adrian Prantl
2019-01-07
1
-1
/
+7
*
Refactor test, no changes expected.
Adrian Prantl
2019-01-07
1
-7
/
+4
*
Use the minidump exception record if present
Leonard Mosescu
2019-01-07
8
-16
/
+82
*
Fine-tune and document the barrier in TestQueues.
Adrian Prantl
2019-01-07
1
-10
/
+16
*
[CMake] Fix standalone builds: make dependency to LLVM's `count` conditional
Stefan Granitz
2019-01-07
1
-1
/
+1
*
Simplify testcase by using lldbutil.run_to_source_breakpoint()
Adrian Prantl
2019-01-07
1
-15
/
+2
*
ObjectFileBreakpad: Implement sections
Pavel Labath
2019-01-07
8
-2
/
+238
*
ProcessLaunchInfo: remove Debugger reference
Pavel Labath
2019-01-07
8
-22
/
+14
*
Fix symbols.enable-external-lookup description wording
Jan Kratochvil
2019-01-05
1
-4
/
+4
*
[Driver] Some more cleanup. NFC
Jonas Devlieghere
2019-01-05
2
-34
/
+35
*
[Scalar] Simplify comparison operators and add coverage.
Davide Italiano
2019-01-04
2
-92
/
+21
[next]