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] Format 'type' commands in Options.td
Raphael Isemann
2019-07-18
1
-46
/
+98
*
[lldb] Tablegenify thread commands and fix completion bug for thread step-*
Raphael Isemann
2019-07-18
2
-39
/
+100
*
[lldb][NFC] Tablegenify type commands
Raphael Isemann
2019-07-18
2
-68
/
+101
*
[lldb] Don't double emit option groups
Raphael Isemann
2019-07-18
1
-1
/
+0
*
Only build lldb-tblgen if it's not a current target
Nathan Lanza
2019-07-18
1
-7
/
+13
*
[cmake] Add NATIVE build for cross compiling standalone builds
Nathan Lanza
2019-07-18
1
-0
/
+14
*
[NFC] Clarify a Cmake status message regarding Python on LLDBConfig
Adrian McCarthy
2019-07-17
1
-1
/
+1
*
Ah, forgot a debug line I left in the dsym-for-uuid.sh script
Jason Molenda
2019-07-17
1
-1
/
+0
*
Add support to ProcessMachCore::DoLoadCore to handle an EFI UUID str.
Jason Molenda
2019-07-17
6
-0
/
+497
*
Fix CreateFunctionTemplateSpecialization to prevent dangling poiner to stack ...
Shafik Yaghmour
2019-07-17
4
-3
/
+43
*
[docs] Adjust variable formatting table
Jonas Devlieghere
2019-07-17
1
-1
/
+10
*
[CMake] Remove duplicated logic to find Python when doing a standalone build
Jonas Devlieghere
2019-07-17
1
-12
/
+0
*
[CMake] Use LLVM_DIR and Clang_DIR for standalone builds.
Jonas Devlieghere
2019-07-17
1
-11
/
+3
*
[dotest] Disable color while testing.
Jonas Devlieghere
2019-07-17
1
-0
/
+3
*
[Test] Add module cache for TestWeakSymbols
Jonas Devlieghere
2019-07-17
1
-1
/
+1
*
[CMake] Avoid liblldb genex when figuring out the copy destination for framew...
Stefan Granitz
2019-07-17
1
-1
/
+2
*
[lldb] Make log for ClangModulesDeclVendor's compiler flag less verbose
Raphael Isemann
2019-07-17
1
-11
/
+6
*
[CMake] Move standalone check so we don't have to reconfigure LLDB
Jonas Devlieghere
2019-07-17
2
-100
/
+102
*
[NativePDB] Add a FromCompilerDecl for going from lldb -> clang
Nathan Lanza
2019-07-17
2
-0
/
+5
*
[ASTImporter] Fix LLDB lookup in transparent ctx and with ext src
Gabor Marton
2019-07-17
3
-14
/
+34
*
[lldb][NFC] Tablegenify watchpoint commands
Raphael Isemann
2019-07-17
3
-17
/
+46
*
[Target][NFCI] Remove commented out code
Alex Langford
2019-07-17
1
-2
/
+0
*
[NativePDB] Make GetTranslationUnitDecl return an lldb CompilerDeclCtx
Nathan Lanza
2019-07-17
2
-10
/
+11
*
[Target][NFCI] Rename variable
Alex Langford
2019-07-17
1
-8
/
+8
*
Don't require python exe and lib versions to match while crosscompiling
Nathan Lanza
2019-07-16
1
-1
/
+2
*
add a workaround in GetLine to account for ReadFile not reporintg error
Nathan Lanza
2019-07-16
1
-0
/
+11
*
[Symbol] Remove unused fields from ClangASTContext
Alex Langford
2019-07-16
1
-2
/
+0
*
Fix LLDB Windows build Python version logic after r366243
Reid Kleckner
2019-07-16
1
-0
/
+1
*
[CMake] Fail when Python interpreter doesn't match Python libraries version
Jonas Devlieghere
2019-07-16
1
-3
/
+6
*
[CMake] Add Apple-lldb-Xcode.cmake cache that avoids install options
Stefan Granitz
2019-07-16
1
-0
/
+4
*
Revert "[swig] Add workaround for old swig"
Jonas Devlieghere
2019-07-16
1
-5
/
+0
*
[SWIG] Deprecate SWIG 1.x
Jonas Devlieghere
2019-07-16
1
-0
/
+5
*
[lldb] Rename Options.inc to CommandOptions.inc [NFC]
Raphael Isemann
2019-07-16
5
-7
/
+7
*
[lldb] Handle EOF from `lldb-vscode`
Jan Kratochvil
2019-07-16
1
-0
/
+5
*
[Target] Remove unused method Target::GetDefaultClangModuleSearchPaths
Alex Langford
2019-07-16
2
-9
/
+0
*
Update some file changes, but there's a dependency loop so
Jason Molenda
2019-07-15
1
-12
/
+4
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
33
-30
/
+56
*
[lldb][doc] Document how our LLDB table gen initialized options
Raphael Isemann
2019-07-15
1
-0
/
+98
*
[lldb] [test] Un-XFAIL TestFormattersSBAPI on NetBSD
Michal Gorny
2019-07-13
1
-1
/
+0
*
Make Python version setting actually effective
Jonas Devlieghere
2019-07-13
1
-1
/
+1
*
[DWARFContext] Strip leading dot in section names
Jonas Devlieghere
2019-07-13
1
-0
/
+2
*
[LanguageRuntime] Move CPPLanguageRuntime into a plugin
Alex Langford
2019-07-12
13
-9
/
+23
*
[ObjectContainerBSDArchive] Simplify a few things (NFC)
Jonas Devlieghere
2019-07-12
2
-61
/
+70
*
[Core] Generalize ValueObject::MaybeCalculateCompleteType
Alex Langford
2019-07-12
4
-42
/
+52
*
[lldb] Let table gen create command option initializers.
Raphael Isemann
2019-07-12
13
-29
/
+436
*
[windows] re-call signal in sigint_handler for Windows
Nathan Lanza
2019-07-12
1
-0
/
+3
*
[Expression] Move IRDynamicChecks to ClangExpressionParser
Alex Langford
2019-07-12
8
-56
/
+108
*
[Target] Replace Plugin headers with non-plugin headers
Alex Langford
2019-07-11
1
-2
/
+1
*
Add convenience methods to convert LLDB to LLVM data structures.
Jonas Devlieghere
2019-07-11
7
-10
/
+57
*
[lldb] Make TestDeletedExecutable more reliable
Raphael Isemann
2019-07-11
2
-5
/
+25
[next]