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
...
*
[lldb/Lua] Implement a Simple Lua Script Interpreter Prototype
Jonas Devlieghere
2019-12-20
14
-12
/
+235
*
In 'thread step-out' command, only insert a breakpoint in executable memory.
Jim Ingham
2019-12-20
4
-1
/
+63
*
ThreadPlanTracer::TracingStarted can't call virtual methods on Thread.
Jim Ingham
2019-12-20
1
-4
/
+5
*
[lldb][NFC] Remove utility methods in TestClangASTImporter
Raphael Isemann
2019-12-20
1
-35
/
+8
*
[lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDecl
Raphael Isemann
2019-12-20
6
-28
/
+14
*
[lldb/cmake] Delete LLDB_LINKER_SUPPORTS_GROUPS
Pavel Labath
2019-12-20
1
-6
/
+0
*
[lldb] Fix an unused variable warning
Pavel Labath
2019-12-20
1
-1
/
+1
*
[lldb/cmake] Remove support for LLDB_DISABLE_CURSES
Pavel Labath
2019-12-20
1
-6
/
+1
*
[lldb][NFC] Move utility functions from ClangASTImporter and ClangExpressionD...
Raphael Isemann
2019-12-20
4
-84
/
+129
*
[lldb] Put the headers in unittests/TestingSupport/ into modules
Raphael Isemann
2019-12-20
1
-0
/
+11
*
[lldb] Fix a -Wreturn-type warning on gcc
Pavel Labath
2019-12-20
1
-0
/
+1
*
[lldb/pexpect] Force-set the TERM environment variable
Pavel Labath
2019-12-20
1
-1
/
+7
*
[lldb] Add tests for ClangASTImporter's DeportType and DeportDecl methods
Raphael Isemann
2019-12-20
1
-11
/
+82
*
[lldb] Fix test using lld on non-linux systems
Johannes Altmanninger
2019-12-20
2
-4
/
+4
*
[lldb] Make that we can call HostInfo::Initialize and HostInfo::Terminate mul...
Raphael Isemann
2019-12-20
1
-44
/
+41
*
[lldb] Added test for objc_direct calls with categories
Raphael Isemann
2019-12-20
1
-0
/
+13
*
[lldb] Remove XFAIL from TestDeadStrip.py
Pavel Labath
2019-12-20
1
-2
/
+0
*
[LLDB] Fix address computation for inline function
Johannes Altmanninger
2019-12-20
3
-3
/
+40
*
[ASTImporter][LLDB] Modifying ImportDeclContext(...) to ensure that we comple...
shafik
2019-12-19
3
-1
/
+44
*
[lldb/Lua] Add Boilerplate for a Lua Script Interpreter
Jonas Devlieghere
2019-12-19
9
-0
/
+146
*
[lldb][NFC] Change if statements in ClangASTImporter to follow LLVM code style
Raphael Isemann
2019-12-19
2
-24
/
+13
*
[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/test] Move script interpreter tests
Jonas Devlieghere
2019-12-18
2
-2
/
+4
*
Add prototype for a function we call.
Jason Molenda
2019-12-18
1
-0
/
+2
*
[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
3
-23
/
+126
*
[lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass
Raphael Isemann
2019-12-17
6
-18
/
+22
*
[lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...
Raphael Isemann
2019-12-17
6
-7
/
+14
*
[lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...
Raphael Isemann
2019-12-17
9
-21
/
+109
*
[lldb] Remove modern-type-lookup
Raphael Isemann
2019-12-17
24
-463
/
+8
*
[lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.h
Raphael Isemann
2019-12-17
5
-5
/
+3
*
[lldb-vscode] Centrally skip debug info variants for vscode tests
Pavel Labath
2019-12-17
10
-25
/
+2
*
[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
7
-3
/
+109
*
[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
*
Explicitly specify -std=c++11 and include <mutex> and <condition_variable>.
Jim Ingham
2019-12-16
4
-0
/
+6
*
Run all threads when extending a next range over a call.
Jim Ingham
2019-12-16
12
-94
/
+232
*
[lldb] Respect previously set values of LLDB_TABLEGEN_EXE
Alex Langford
2019-12-16
1
-11
/
+13
*
[lldb] Use file-based synchronization in TestVSCode_attach
Pavel Labath
2019-12-16
2
-14
/
+26
*
[lldb] Add unit test for ClangASTImporter
Raphael Isemann
2019-12-16
2
-0
/
+221
*
[lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporter
Raphael Isemann
2019-12-16
4
-72
/
+42
*
[lldb] Centralize desugaring of decltype-like types in ClangASTContext
Pavel Labath
2019-12-16
2
-78
/
+48
*
[lldb][NFC] Move definition of ClangASTMetadata out of ClangExternalASTSource...
Raphael Isemann
2019-12-16
6
-104
/
+138
*
[lldb][NFC] Fix file header of TestClangASTContext.cpp
Raphael Isemann
2019-12-16
1
-3
/
+1
*
[lldb][NFC] Remove ClangASTImporter::ResolveDeclOrigin
Raphael Isemann
2019-12-16
4
-56
/
+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
2
-10
/
+8
*
[lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of k...
Raphael Isemann
2019-12-15
3
-61
/
+25
[prev]
[next]