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
...
*
[lldb] Add sanity check to CreateDeclContext and fixed illformed CompilerCont...
Raphael Isemann
2019-12-23
1
-1
/
+3
*
[lldb] Don't process symlinks deep inside DWARFUnit
Pavel Labath
2019-12-23
2
-20
/
+12
*
[lldb][NFC] Make CompilerDeclContext construction type safe
Raphael Isemann
2019-12-23
5
-11
/
+8
*
[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)
Jonas Devlieghere
2019-12-22
3
-13
/
+6
*
[Lldb/Lua] Persist Lua state across script interpreter calls.
Jonas Devlieghere
2019-12-21
4
-9
/
+21
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
10
-103
/
+76
*
[Lldb/Lua] Generate Lua Bindings
Jonas Devlieghere
2019-12-21
2
-0
/
+7
*
[lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContext
Raphael Isemann
2019-12-21
3
-8
/
+4
*
[lldb] Fix -Wstringop-truncation in PythonReadline.cpp
Pavel Labath
2019-12-21
1
-1
/
+1
*
[lldb] Fix ARM32 inferior calls
Jan Kratochvil
2019-12-21
2
-5
/
+5
*
Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot
Adrian Prantl
2019-12-20
1
-1
/
+1
*
[lldb/Lua] Implement a Simple Lua Script Interpreter Prototype
Jonas Devlieghere
2019-12-20
4
-12
/
+120
*
[lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDecl
Raphael Isemann
2019-12-20
2
-4
/
+2
*
[LLDB] Fix address computation for inline function
Johannes Altmanninger
2019-12-20
1
-3
/
+6
*
[lldb/Lua] Add Boilerplate for a Lua Script Interpreter
Jonas Devlieghere
2019-12-19
4
-0
/
+129
*
make err msg in MachSymtabSectionInfo::GetSection clear about the file
Jason Molenda
2019-12-18
1
-2
/
+8
*
[lldb/MachO] "Fix" intentional out-of-bounds error (NFC)
Jonas Devlieghere
2019-12-18
2
-6
/
+8
*
[lldb][NFC] Add unit test for persistent variable lookup with ClangExpression...
Raphael Isemann
2019-12-18
2
-10
/
+26
*
[lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass
Raphael Isemann
2019-12-17
3
-7
/
+6
*
[lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...
Raphael Isemann
2019-12-17
3
-4
/
+4
*
[lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...
Raphael Isemann
2019-12-17
6
-19
/
+47
*
[lldb] Remove modern-type-lookup
Raphael Isemann
2019-12-17
7
-283
/
+7
*
[lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.h
Raphael Isemann
2019-12-17
5
-5
/
+3
*
[lldb] Add support for calling objc_direct methods from LLDB's expression eva...
Raphael Isemann
2019-12-17
2
-1
/
+7
*
[lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporter
Raphael Isemann
2019-12-16
2
-7
/
+3
*
[lldb][NFC] Remove ClangASTImporter::ResolveDeclOrigin
Raphael Isemann
2019-12-16
2
-37
/
+24
*
[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
Jonas Devlieghere
2019-12-13
9
-20
/
+14
*
LanguageRuntime: Simplify NSException::GetSummary() output
Med Ismail Bennani
2019-12-13
1
-9
/
+7
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
7
-12
/
+12
*
[lldb][NFC] Make metadata tracking type safe
Raphael Isemann
2019-12-13
1
-1
/
+2
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
23
-73
/
+123
*
[lldb/Core] Add missing include (2/2)
Jonas Devlieghere
2019-12-12
1
-0
/
+2
*
[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT
Jonas Devlieghere
2019-12-12
2
-3
/
+3
*
[lldb/DWARF] Fix v5 location lists for dwo files
Pavel Labath
2019-12-12
2
-1
/
+8
*
[lldb] Remove ClangASTMetrics
Raphael Isemann
2019-12-12
2
-17
/
+0
*
return-object-by-reference ("non trivial") xfail on arm64 in TestTrivialABI.py
Jason Molenda
2019-12-11
1
-0
/
+2
*
[lldb][NFC] Remove dead metadata code in ClangASTSourceProxy
Raphael Isemann
2019-12-11
1
-12
/
+0
*
[lldb/DWARF] Add support for DW_AT_loclists_base&DW_FORM_loclistx
Pavel Labath
2019-12-11
5
-3
/
+42
*
Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...
Eric Christopher
2019-12-10
5
-23
/
+36
*
Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...
Eric Christopher
2019-12-10
5
-36
/
+23
*
[lldb/Host] Use Host/Config.h entries instead of a global define.
Jonas Devlieghere
2019-12-10
8
-12
/
+16
*
[lldb/Reproducers] Support multiple GDB remotes
Jonas Devlieghere
2019-12-10
5
-23
/
+36
*
[LLDB] [PECOFF] Make sure to set the address byte size in m_data after parsin...
Martin Storsjö
2019-12-10
1
-0
/
+1
*
[lldb][CMake] Fix build for the case of custom libedit installation
Tatyana Krasnukha
2019-12-09
1
-0
/
+11
*
[lldb] Improve/fix base address selection in location lists
Pavel Labath
2019-12-09
2
-6
/
+6
*
[lldb] Support for DWARF-5 atomic types
Raphael Isemann
2019-12-09
1
-0
/
+4
*
Cleanup and speedup NativeRegisterContextLinux_arm64
Muhammad Omair Javaid
2019-12-06
4
-160
/
+130
*
[lldb/DWARF] Fix DW_AT_addr_base & DW_AT_low_pc interaction
Pavel Labath
2019-12-06
1
-4
/
+13
*
[lldb/DWARF] Fix DW_AT_rnglists_base handling for dwo files
Pavel Labath
2019-12-06
1
-3
/
+5
*
[lldb/DWARF] Remove DWARFDebugRangesBase abstract class
Pavel Labath
2019-12-06
2
-13
/
+4
[prev]
[next]