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
/
Core
/
ValueObject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ValueObject] Upstream early exit from swift-lldb. (NFC)
Adrian Prantl
2019-11-05
1
-0
/
+4
*
[ValueObject] Upstream initialization from swift-lldb.
Adrian Prantl
2019-11-05
1
-0
/
+10
*
[Symbol] Change ClangASTContext::GetCXXClassName return type
Alex Langford
2019-10-31
1
-6
/
+5
*
ValueObject: Fix a crash related to children address type computation
Pavel Labath
2019-10-25
1
-0
/
+53
*
[NFC] Remove lldb_utility namespace.
Jonas Devlieghere
2019-08-21
1
-8
/
+7
*
Remove unused and undocumented data_offset parameter (NFC)
Adrian Prantl
2019-08-08
1
-3
/
+3
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-6
/
+6
*
[Symbol] Improve Variable::GetLanguage
Alex Langford
2019-07-22
1
-10
/
+1
*
[Core] Generalize ValueObject::MaybeCalculateCompleteType
Alex Langford
2019-07-12
1
-42
/
+11
*
[Core] Generalize ValueObject::IsRuntimeSupportValue
Alex Langford
2019-07-01
1
-11
/
+21
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
1
-3
/
+2
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-33
/
+34
*
Factor out switch statement into a helper function (NFC)
Adrian Prantl
2019-05-16
1
-10
/
+4
*
Make sure GetObjectDescription falls back to the Objective-C runtime.
Adrian Prantl
2019-05-16
1
-27
/
+29
*
Supply a default implementation of IsRuntimeSupportValue.
Adrian Prantl
2019-05-03
1
-0
/
+4
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-6
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-8
/
+8
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
1
-4
/
+7
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-18
/
+22
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-16
/
+9
*
[ClangASTContext] Extract VTable pointers from C++ objects
Aleksandr Urakov
2018-11-12
1
-25
/
+0
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-28
/
+28
*
Delete commented-out code.
Adrian Prantl
2018-10-16
1
-2
/
+0
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-2
/
+2
*
Forward declare DumpValueObjectOptions in ValueObject.h
Raphael Isemann
2018-05-26
1
-0
/
+1
*
Refactor GetNextPersistentVariableName into a non-virtual method
Adrian Prantl
2018-04-30
1
-1
/
+3
*
Move the persistent variable counter into Target
Adrian Prantl
2018-04-30
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-120
/
+105
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-18
/
+18
*
Use llvm::ArrayRef rather than std::vector/std::initializer lists for some
Lang Hames
2017-04-26
1
-30
/
+4
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-25
/
+40
*
Stop calling ValueObject::SetName from synthetic child providers
Tamas Berghammer
2017-03-31
1
-0
/
+4
*
Add support for sythetic operator dereference
Tamas Berghammer
2017-03-31
1
-0
/
+5
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Fix the variable view in the "gui" curses mode so that variables whose childr...
Greg Clayton
2016-12-28
1
-0
/
+95
*
Re-add the StringRef interface changes for Variable.
Zachary Turner
2016-11-18
1
-13
/
+13
*
Resubmit "Remove an output-parameter from Variable function".
Zachary Turner
2016-11-18
1
-109
/
+77
*
Revert "Remove an out param from ValueObject::GetValueForExpressionPath."
Zachary Turner
2016-11-18
1
-4
/
+50
*
Remove an out param from ValueObject::GetValueForExpressionPath.
Zachary Turner
2016-11-18
1
-50
/
+4
*
Delete more dead code in ValueObject.
Zachary Turner
2016-11-18
1
-394
/
+0
*
Remove some dead code in ValueObject.
Zachary Turner
2016-11-18
1
-44
/
+21
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-27
/
+25
*
Change ValueObject creation functions to take StringRefs.
Zachary Turner
2016-11-13
1
-13
/
+14
*
Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...
Enrico Granata
2016-11-07
1
-4
/
+3
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
[next]