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][NFC] Remove no longer unused variable in DWARFASTParserClang::ParseTyp...
Raphael Isemann
2019-11-26
1
-1
/
+0
*
[lldb][NFC] Simplify structure parsing code in DWARFASTParserClang::ParseType...
Raphael Isemann
2019-11-26
1
-4
/
+2
*
[lldb] Add boilerplate to recognize the .debug_rnglists.dwo section
Pavel Labath
2019-11-26
3
-1
/
+4
*
[lldb][NFC] Extract type modifier parsing from DWARFASTParserClang::ParseType...
Raphael Isemann
2019-11-26
2
-208
/
+226
*
[lldb][NFC] Extract enum parsing from DWARFASTParserClang::ParseTypeFromDWARF
Raphael Isemann
2019-11-26
2
-100
/
+113
*
[lldb][NFCI] Extract subroutine parsing from DWARFASTParserClang::ParseTypeFr...
Raphael Isemann
2019-11-26
2
-374
/
+384
*
[lldb][NFC] Extract array type parsing from DWARFASTParserClang::ParseTypeFro...
Raphael Isemann
2019-11-26
2
-84
/
+95
*
[lldb][NFC] Extract pointer to member type parsing from DWARFASTParserClang::...
Raphael Isemann
2019-11-26
2
-18
/
+28
*
[lldb][NFC] NULL -> nullptr in DWARFASTParserClang::UpdateSymbolContextScopeF...
Raphael Isemann
2019-11-26
1
-4
/
+4
*
[lldb] [Process/NetBSD] Fix handling concurrent watchpoint events
Michał Górny
2019-11-25
4
-24
/
+47
*
[lldb] [Process/NetBSD] Copy watchpoints to newly-created threads
Michał Górny
2019-11-25
7
-8
/
+54
*
[lldb] [Process/NetBSD] Improve threading support
Michał Górny
2019-11-25
4
-86
/
+256
*
[lldb][NFC] Allow range-based for-loops on VariableList
Raphael Isemann
2019-11-25
2
-5
/
+2
*
[lldb] Remove lldb's own ASTDumper
Raphael Isemann
2019-11-25
6
-316
/
+94
*
[lldb][NFC] Do an early exit in LookupLocalVarNamespace and LookUpLldbObjCClass
Raphael Isemann
2019-11-23
2
-48
/
+56
*
[lldb][NFC] NFC refactoring for ClangExpressionDeclMap::LookupInModulesDeclVe...
Raphael Isemann
2019-11-23
1
-55
/
+30
*
[lldb][NFC] NFC refactoring ClangExpressionDeclMap::LookupLocalVariable
Raphael Isemann
2019-11-23
1
-36
/
+33
*
[lldb][NFC] Fix LLDB build after ModuleManager->ASTReader rename
Raphael Isemann
2019-11-23
2
-2
/
+2
*
[DWARF] Handle call sites with indirect call targets
Vedant Kumar
2019-11-22
4
-23
/
+77
*
[lldb][DataFormatters] Support pretty printing std::string when built with -f...
Jordan Rupprecht
2019-11-22
1
-0
/
+11
*
Complete complete types early when importing types from Clang module DWARF.
Adrian Prantl
2019-11-22
1
-1
/
+14
*
[lldb][NFC] Modernize string handling in ClangExpressionDeclMap::FindExternal...
Raphael Isemann
2019-11-21
1
-11
/
+8
*
[lldb][NFC] Move searching functions in ClangExpressionDeclMap to own function
Raphael Isemann
2019-11-21
2
-89
/
+121
*
[lldb][NFC] Reduce scope of some variables in ClangExpressionDeclMap::FindExt...
Raphael Isemann
2019-11-21
1
-5
/
+3
*
[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
*
Handle the case where the 'g' packet doesn't get all regs.
Jason Molenda
2019-11-20
1
-0
/
+15
*
[lldb] Fix NSURL data formatter truncation issue
Davide Italiano
2019-11-20
1
-21
/
+33
*
[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] Simplify ClangASTContext::GetBasicTypes
Raphael Isemann
2019-11-20
1
-13
/
+12
*
[lldb][NFC] Remove ClangASTContext::GetAsDeclContext
Raphael Isemann
2019-11-20
1
-9
/
+3
*
[lldb][NFC] Remove ClangASTContext::GetUniqueNamespaceDeclaration overload
Raphael Isemann
2019-11-20
1
-4
/
+6
*
[lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypes
Raphael Isemann
2019-11-19
3
-90
/
+0
*
[lldb-server] Use LLDB_LOG_ERROR to consume Error<> even if logging is disabled
Martin Storsjö
2019-11-19
3
-12
/
+12
*
Replace bitfield in lldb::Type with byte-sized members. (NFC)
Adrian Prantl
2019-11-18
3
-37
/
+37
*
[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
1
-1
/
+38
*
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
*
[-gmodules] Let LLDB log a warning if the Clang module hash mismatches.
Adrian Prantl
2019-11-15
2
-12
/
+70
*
Add RTTI support to the SymbolFile class hierarchy
Adrian Prantl
2019-11-15
16
-0
/
+103
*
Comment the fact that DWARFDebugInfoEntry isn't copyable.
Adrian Prantl
2019-11-15
1
-0
/
+4
*
[LLDB] Fix more -Wdocumentation issues (NFC)
Jonas Devlieghere
2019-11-14
1
-7
/
+7
*
Fix incorrect comment.
Adrian Prantl
2019-11-14
1
-3
/
+5
*
Convert condition to early exit (NFC)
Adrian Prantl
2019-11-14
1
-43
/
+45
*
Convert UpdateExternalModuleListIfNeeded to use early exits.
Adrian Prantl
2019-11-14
1
-59
/
+59
[prev]
[next]