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] Migrate FileSpec::Dump to raw_ostream
Raphael Isemann
2019-12-06
2
-4
/
+4
*
[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...
Raphael Isemann
2019-12-05
2
-6
/
+9
*
[lldb/DWARF] Switch to llvm debug_rnglists parser
Pavel Labath
2019-12-05
8
-230
/
+103
*
[lldb/cpluspluslanguage] Add constructor substitutor
Pavel Labath
2019-12-05
1
-41
/
+82
*
[lldb] Don't put compile unit name into the support file list and support DWA...
Pavel Labath
2019-12-05
3
-26
/
+17
*
Add a default copy-assignment or copy-constructor for -Wdeprecated-copy warni...
Eric Christopher
2019-12-04
1
-0
/
+2
*
[lldb] Remove FileSpec(FileSpec*) constructor
Pavel Labath
2019-12-04
4
-13
/
+14
*
[lldb] s/FileSpec::Equal/FileSpec::Match
Pavel Labath
2019-12-04
3
-10
/
+5
*
[lldb][NFC] Extract single member parsing out of DWARFASTParserClang::ParseCh...
Raphael Isemann
2019-12-04
2
-443
/
+490
*
[lldb][NFC] Migrate to raw_ostream in Module::GetDescription
Raphael Isemann
2019-12-04
1
-1
/
+1
*
[LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...
Alexandre Ganea
2019-12-03
1
-0
/
+12
*
[lldb][NFC] Extract searching for function SymbolContexts out of ClangExpress...
Raphael Isemann
2019-12-03
2
-92
/
+116
*
[lldb] Move register info "augmentation" from gdb-remote into ABI
Pavel Labath
2019-12-03
1
-34
/
+6
*
[lldb][NFC] Don't calculate member indices in DWARFASTParserClang::ParseChild...
Raphael Isemann
2019-12-02
1
-2
/
+0
*
[LLDB] [ARM] Use r11 as frame pointer on Windows on ARM
Martin Storsjö
2019-11-29
1
-2
/
+6
*
[lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overload
Raphael Isemann
2019-11-29
1
-2
/
+2
*
[lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSource
Raphael Isemann
2019-11-29
4
-30
/
+24
*
[lldb][NFC] Remove dead logging code from DWARFASTParserClang::CompleteRecord...
Raphael Isemann
2019-11-29
1
-70
/
+1
*
[lldb] Remove FileSpec->CompileUnit inheritance
Pavel Labath
2019-11-29
4
-6
/
+6
*
[lldb][NFC] Remove unused variable in ClangASTSource::CompleteType
Raphael Isemann
2019-11-28
1
-1
/
+0
*
[lldb][NFC] Remove unused CStringToDIEMap typedef
Raphael Isemann
2019-11-28
1
-6
/
+0
*
[lldb][NFC] Split up DWARFASTParserClang::CompleteTypeFromDWARF
Raphael Isemann
2019-11-28
2
-222
/
+243
*
[LLDB] [PECOFF] Look for the truncated ".eh_fram" section name
Martin Storsjö
2019-11-28
1
-1
/
+2
*
[LLDB] [PECOFF] Factorize mapping section names to types using StringSwitch. ...
Martin Storsjö
2019-11-28
2
-98
/
+75
*
[lldb] Remove debugging code used for LLDB_DWARF_DONT_COMPLETE_TYPENAMES
Raphael Isemann
2019-11-28
1
-33
/
+0
*
[LLDB] Avoid using InitializeContext for zero-initializing a CONTEXT. NFC.
Martin Storsjö
2019-11-27
1
-9
/
+2
*
[lldb][NFC] Early exit in DWARFASTParserClang::ParseArrayType
Raphael Isemann
2019-11-27
1
-74
/
+74
*
[lldb] Avoid snprintf in PlatformRemoteDarwinDevice
Pavel Labath
2019-11-26
1
-19
/
+14
*
[lldb][NFC] Modernize string handling in DWARFASTParserClang::ParseTypeModifier
Raphael Isemann
2019-11-26
1
-22
/
+16
*
[lldb] Use llvm::format in AppleObjCRuntimeV2.cpp
Pavel Labath
2019-11-26
1
-8
/
+2
*
[lldb] remove a superfluous semicolon
Pavel Labath
2019-11-26
1
-1
/
+1
*
[lldb/symbolvendorelf] Copy more sections from separate debug files
Pavel Labath
2019-11-26
1
-8
/
+11
*
[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
[prev]
[next]