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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Expose more optional dependencies through GetBuildConfiguration()
Jonas Devlieghere
2019-12-20
1
-0
/
+12
*
Re-land "[lldb/CMake] Change how we deal with optional dependencies"
Jonas Devlieghere
2019-12-20
1
-2
/
+2
*
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
*
In 'thread step-out' command, only insert a breakpoint in executable memory.
Jim Ingham
2019-12-20
1
-1
/
+25
*
ThreadPlanTracer::TracingStarted can't call virtual methods on Thread.
Jim Ingham
2019-12-20
1
-4
/
+5
*
[lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDecl
Raphael Isemann
2019-12-20
3
-7
/
+5
*
[lldb] Fix an unused variable warning
Pavel Labath
2019-12-20
1
-1
/
+1
*
[lldb] Fix a -Wreturn-type warning on gcc
Pavel Labath
2019-12-20
1
-0
/
+1
*
[lldb] Make that we can call HostInfo::Initialize and HostInfo::Terminate mul...
Raphael Isemann
2019-12-20
1
-44
/
+41
*
[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
6
-0
/
+139
*
[lldb][NFC] Change if statements in ClangASTImporter to follow LLVM code style
Raphael Isemann
2019-12-19
1
-18
/
+10
*
[lldb/Scripting] Simplify code by removing the #if.
Jonas Devlieghere
2019-12-18
1
-11
/
+3
*
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
4
-13
/
+15
*
[lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...
Raphael Isemann
2019-12-17
4
-5
/
+5
*
[lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...
Raphael Isemann
2019-12-17
7
-21
/
+49
*
[lldb] Remove modern-type-lookup
Raphael Isemann
2019-12-17
10
-304
/
+7
*
[lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.h
Raphael Isemann
2019-12-17
5
-5
/
+3
*
[lldb][NFC] Remove implementation of GetOriginalDecl and just call GetDeclOri...
Raphael Isemann
2019-12-17
1
-12
/
+1
*
[lldb] Add support for calling objc_direct methods from LLDB's expression eva...
Raphael Isemann
2019-12-17
3
-2
/
+20
*
[lldb][NFC] Make clang-format happy by removing trailing space in ArchSpec.cpp
Raphael Isemann
2019-12-17
1
-1
/
+1
*
[lldb] Fix unused variable warning in ThreadPlanStepRange.cpp
Raphael Isemann
2019-12-17
1
-1
/
+0
*
Run all threads when extending a next range over a call.
Jim Ingham
2019-12-16
3
-6
/
+30
*
[lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporter
Raphael Isemann
2019-12-16
3
-62
/
+41
*
[lldb] Centralize desugaring of decltype-like types in ClangASTContext
Pavel Labath
2019-12-16
1
-74
/
+12
*
[lldb][NFC] Move definition of ClangASTMetadata out of ClangExternalASTSource...
Raphael Isemann
2019-12-16
4
-24
/
+37
*
[lldb][NFC] Remove ClangASTImporter::ResolveDeclOrigin
Raphael Isemann
2019-12-16
3
-43
/
+30
*
[lldb][NFC] Remove unnecessary includes in source/Commands
Raphael Isemann
2019-12-16
44
-122
/
+0
*
[lldb][NFC] Replace ClangASTImporter's use of map/set with SmallPtrSet and De...
Raphael Isemann
2019-12-16
1
-5
/
+3
*
[lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of k...
Raphael Isemann
2019-12-15
2
-58
/
+14
*
[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
Jonas Devlieghere
2019-12-13
16
-62
/
+50
*
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
13
-24
/
+24
*
[lldb][NFC] Remove unused includes in Utility's source files
Raphael Isemann
2019-12-13
6
-15
/
+0
*
[lldb][NFC] Make metadata tracking type safe
Raphael Isemann
2019-12-13
3
-18
/
+50
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
24
-87
/
+123
*
TypeCategory: Initialize m_enabled to false
Vedant Kumar
2019-12-12
1
-1
/
+1
*
[FormatEntity] Add mangled function name support
Med Ismail Bennani
2019-12-12
1
-0
/
+27
*
[lldb/Core] Add missing include (2/2)
Jonas Devlieghere
2019-12-12
1
-0
/
+2
*
[lldb/Core] Add missing include
Jonas Devlieghere
2019-12-12
1
-1
/
+1
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_TERMIOS
Jonas Devlieghere
2019-12-12
1
-13
/
+13
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_LIBXML2
Jonas Devlieghere
2019-12-12
1
-29
/
+29
*
[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT
Jonas Devlieghere
2019-12-12
7
-27
/
+27
*
[lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSES
Jonas Devlieghere
2019-12-12
4
-12
/
+8
*
[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
3
-55
/
+0
[next]