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][NFC] Remove test directory completely
Tatyana Krasnukha
2019-11-21
3
-2
/
+0
*
[lldb][NFC] Move searching local variables into own function
Raphael Isemann
2019-11-21
2
-39
/
+74
*
[lldb][NFC] Move searching the ClangModulesDeclVendor into own function
Raphael Isemann
2019-11-21
2
-72
/
+86
*
[lldb][NFC] Move searching for the local variable namespace into own function
Raphael Isemann
2019-11-21
2
-24
/
+38
*
[lldb][NFC] Early exit in ClangExpressionDeclMap::FindExternalVisibleDecls
Raphael Isemann
2019-11-21
1
-302
/
+302
*
[Reproducer] Limit signals to macro define sin <csignal>
Jonas Devlieghere
2019-11-20
2
-10
/
+0
*
Handle the case where the 'g' packet doesn't get all regs.
Jason Molenda
2019-11-20
3
-1
/
+214
*
[Driver] Fix missing space in lldb --help output.
Jonas Devlieghere
2019-11-20
1
-1
/
+1
*
[Docs] Fix Sphinx warning (treated as error)
Jonas Devlieghere
2019-11-20
1
-8
/
+8
*
[Reproducer] Generate LLDB reproducer on crash
Jonas Devlieghere
2019-11-20
8
-4
/
+194
*
[lldb] Fix NSURL data formatter truncation issue
Davide Italiano
2019-11-20
1
-21
/
+33
*
[lldb] [test] Un-XFAIL one lldb-server test on NetBSD
Michał Górny
2019-11-20
1
-1
/
+0
*
[debugserver] Set arch based on TARGET_TRIPLE
Vedant Kumar
2019-11-20
1
-4
/
+4
*
[lldb][NFC] Move searching for $__lldb_objc_class into its own function
Raphael Isemann
2019-11-20
2
-122
/
+134
*
[lldb][NFC] Move searching for $__lldb_class into its own function in ClangEx...
Raphael Isemann
2019-11-20
2
-94
/
+117
*
[lldb][NFC] Move ClangExpressionDeclMap's persistent decl search into its own...
Raphael Isemann
2019-11-20
2
-53
/
+73
*
[lldb][NFC] Remove unused ClangASTContext::GetUnknownAnyType
Raphael Isemann
2019-11-20
2
-13
/
+0
*
[lldb][NFC] Simplify ClangASTContext::GetBasicTypes
Raphael Isemann
2019-11-20
4
-34
/
+19
*
[lldb][NFC] Remove ClangASTContext::GetAsDeclContext
Raphael Isemann
2019-11-20
3
-23
/
+4
*
[lldb][NFC] Remove ClangASTContext::FieldIsBitfield overload
Raphael Isemann
2019-11-20
2
-14
/
+4
*
[lldb][NFC] Remove ClangASTContext::GetUniqueNamespaceDeclaration overload
Raphael Isemann
2019-11-20
3
-19
/
+6
*
Reland "[clang] Remove the DIFlagArgumentNotModified debug info flag"
Djordje Todorovic
2019-11-20
1
-1
/
+2
*
[Reproducer] Namespace the reproducer dump options.
Jonas Devlieghere
2019-11-19
2
-3
/
+3
*
[lldb][test] Prevent \n in calls to lldb's expect() test helper.
Jordan Rupprecht
2019-11-19
2
-17
/
+15
*
Add a "Using LLDB" section to the welcome page of the website
Adrian Prantl
2019-11-19
4
-17
/
+31
*
[LLDB] Fix formatting in the driver (NFC)
Jonas Devlieghere
2019-11-19
1
-2
/
+1
*
[lldb] Add logging to IRExecutionUnit::GetStaticInitializers
Raphael Isemann
2019-11-19
1
-6
/
+21
*
[lldb][NFC] Early exit in IRExecutionUnit::GetStaticInitializers
Raphael Isemann
2019-11-19
1
-24
/
+28
*
[lldb] Also test Get[De]mangledName of SBType in TestSBTypeClassMembers.py
Raphael Isemann
2019-11-19
1
-0
/
+14
*
[lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypes
Raphael Isemann
2019-11-19
4
-93
/
+1
*
Mark PR44037 tests as XFAIL on AArch64 Linux dwo
Diana Picus
2019-11-19
4
-1
/
+24
*
[lldb-server] Use LLDB_LOG_ERROR to consume Error<> even if logging is disabled
Martin Storsjö
2019-11-19
3
-12
/
+12
*
Revert "[CMake] Re-enable -Wno-gnu-anonymous-struct & -Wno-nested-anon-types."
Jonas Devlieghere
2019-11-18
1
-12
/
+0
*
[CMake] Re-enable -Wno-gnu-anonymous-struct & -Wno-nested-anon-types.
Jonas Devlieghere
2019-11-18
1
-0
/
+6
*
[Docs] Add reproducer documentation
Jonas Devlieghere
2019-11-18
2
-0
/
+117
*
[lldb] [test] XFAIL more lldb-server tests on NetBSD
Michał Górny
2019-11-18
1
-0
/
+11
*
[lldb] [test] Mark segv-related tests XFAIL on NetBSD
Michał Górny
2019-11-18
3
-0
/
+3
*
[lldb] [unittest] Skip TestStopReplyContainsThreadPcs on NetBSD
Michał Górny
2019-11-18
1
-1
/
+7
*
[lldb] [unittest] Reenable MainLoopTest.DetectsEOF on NetBSD
Michał Górny
2019-11-18
1
-4
/
+0
*
[Signal] Allow llvm clients to opt into one-shot SIGPIPE handling
Vedant Kumar
2019-11-18
2
-21
/
+2
*
Replace bitfield in lldb::Type with byte-sized members. (NFC)
Adrian Prantl
2019-11-18
5
-89
/
+74
*
[Docs] Add Python caveats under the development section
Jonas Devlieghere
2019-11-18
3
-0
/
+43
*
[lldb] Fix JSON parser to allow empty arrays
Alex Cameron
2019-11-18
4
-3
/
+104
*
[lldb][NFC] Cleanup comments in ClangASTSource.h
Raphael Isemann
2019-11-18
1
-22
/
+23
*
[lldb] [Process/NetBSD] Implement thread name getting
Michał Górny
2019-11-18
3
-3
/
+39
*
[lldb] [test] Enable lldb-server tests on NetBSD, and set XFAILs
Michał Górny
2019-11-18
11
-2
/
+28
*
Remove +x permission on some files
Sylvestre Ledru
2019-11-16
1
-0
/
+0
*
[lldb-vscode] support the completion request
Walter Erquinigo
2019-11-15
7
-3
/
+302
*
Avoid including Builtins.h in Preprocessor.h
Reid Kleckner
2019-11-15
1
-0
/
+1
*
Fix -Wunused-result warnings in LLDB
Reid Kleckner
2019-11-15
2
-4
/
+4
[next]