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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Reproducers] Fix log statements
Jonas Devlieghere
2019-03-21
1
-3
/
+3
*
[lldb] Add missing EINTR handling
Michal Gorny
2019-03-21
4
-7
/
+14
*
Move the rest of the sections over to DWARFContext.
Zachary Turner
2019-03-21
17
-270
/
+327
*
[Reproducers] Properly handle QEnvironment packets
Jonas Devlieghere
2019-03-21
1
-0
/
+15
*
[Reproducers] Log inconsistencies during replay (NFC)
Jonas Devlieghere
2019-03-21
2
-5
/
+41
*
Introduce DWARFContext.
Zachary Turner
2019-03-20
8
-54
/
+108
*
Fix UUID decoding from minidump files
Greg Clayton
2019-03-20
1
-12
/
+35
*
Delete more dead code.
Zachary Turner
2019-03-19
21
-318
/
+11
*
Remove some dead DWARF enum -> string conversion functions.
Zachary Turner
2019-03-19
2
-258
/
+0
*
Delete dead code.
Zachary Turner
2019-03-19
23
-716
/
+1
*
[ScriptInterpreterPython] Remove dead code.
Davide Italiano
2019-03-19
1
-16
/
+0
*
Remove a couple of log statements.
Zachary Turner
2019-03-19
3
-60
/
+1
*
Improve error handling for Clang module imports.
Adrian Prantl
2019-03-19
1
-3
/
+11
*
Fix "type qualifiers ignored on cast result type" warnings
Pavel Labath
2019-03-18
2
-13
/
+10
*
Abbreviation declarations are required to have non-null tags.
Zachary Turner
2019-03-15
1
-5
/
+3
*
Return Error and Expected from more DWARF interfaces.
Zachary Turner
2019-03-15
9
-209
/
+253
*
Delete type_sp member from TypePair
Pavel Labath
2019-03-15
1
-4
/
+3
*
[ObjCLanguage] Remove LLDB_DISABLE_PYTHON markers from the formatters.
Davide Italiano
2019-03-14
1
-6
/
+0
*
Return llvm::Error and llvm::Expected from DWARF parsing code.
Zachary Turner
2019-03-14
6
-54
/
+101
*
Safer casting in ClangExpressionParser code completion
Raphael Isemann
2019-03-14
1
-2
/
+2
*
[Python] Start eradicating unneeded LLDB_DISABLE_PYTHON guards.
Davide Italiano
2019-03-14
1
-7
/
+0
*
[Reproducers] Fix data race found by tsan
Jonas Devlieghere
2019-03-14
1
-0
/
+2
*
Reorder the operations in
Jason Molenda
2019-03-13
1
-21
/
+20
*
Fix an invalid static cast in ClangExpressionParser.cpp
Adrian Prantl
2019-03-13
6
-4
/
+19
*
[ExpressionParser] Restore removed intance of FileSystem::Resolve while resol...
Alex Langford
2019-03-13
1
-0
/
+1
*
Update the macOS implementation of ComputeClangResourceDirectory to
Adrian Prantl
2019-03-12
1
-3
/
+3
*
Add XCOFF triple object format type for AIX
Jason Liu
2019-03-12
1
-0
/
+2
*
Add more logging to ClangModulesDeclVendor.cpp
Adrian Prantl
2019-03-12
1
-0
/
+9
*
Remove support for DWARF64.
Zachary Turner
2019-03-12
10
-119
/
+34
*
Remove DWARFDIECollection.
Zachary Turner
2019-03-12
14
-143
/
+59
*
Move ElaboratingDIEIterator into implementation file.
Zachary Turner
2019-03-12
2
-71
/
+68
*
Fix compiler warning
Jonas Devlieghere
2019-03-12
1
-13
/
+11
*
Rework how lldb warngs about kexts that failed to load in a
Jason Molenda
2019-03-12
1
-8
/
+33
*
Check the result of creating a node from __next_ in the std::list formatter.
Jim Ingham
2019-03-12
1
-1
/
+3
*
Correcting some comments in PdbIndex.cpp [NFC]
Adrian McCarthy
2019-03-12
1
-5
/
+2
*
[Reproducers] Add a test to ensure we can reuse the reproducer dir.
Jonas Devlieghere
2019-03-12
1
-1
/
+1
*
Add ability to import std module into expression parser to improve C++ debugging
Raphael Isemann
2019-03-12
11
-47
/
+895
*
Correctly look up declarations in inline namespaces
Raphael Isemann
2019-03-12
2
-3
/
+6
*
Add a case in SymbolFile{Native,}PDB::TranslateLanguage for Swift
Nathan Lanza
2019-03-11
2
-0
/
+4
*
Rewrite comment to be clearer
Alex Langford
2019-03-11
1
-1
/
+1
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
54
-557
/
+557
*
Quiet command regex instructions during batch execution
Dave Lee
2019-03-10
2
-3
/
+3
*
[lldb] [Process] Add proper support for NetBSD core files with threads
Michal Gorny
2019-03-08
2
-30
/
+191
*
Fix TestPaths.py on windows
Alex Langford
2019-03-07
1
-1
/
+0
*
[ExpressionParser] Implement ComputeClangResourceDir for Windows
Alex Langford
2019-03-07
2
-13
/
+1
*
[lldb] Fix DW_OP_addrx uses.
Ali Tamur
2019-03-07
3
-1
/
+6
*
When disassembling Aarch64 target and vendor Apple, set the cpu to
Jason Molenda
2019-03-07
1
-0
/
+5
*
Promote more debug-only assertions to regular assertions.
Adrian Prantl
2019-03-07
1
-1
/
+1
*
Promote more debug-only assertions to regular assertions.
Adrian Prantl
2019-03-07
2
-6
/
+0
*
Remove the warning in
Jason Molenda
2019-03-06
1
-9
/
+7
[next]