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
*
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
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-3967
/
+3408
*
Check for null
Enrico Granata
2016-09-02
1
-0
/
+7
*
Teach ValueObject::ReadPointedString how to read char[] in host memory
Enrico Granata
2016-08-30
1
-5
/
+16
*
"frame variable" and "target variable" shouldn't allow us to get the address ...
Greg Clayton
2016-07-06
1
-14
/
+18
*
Add an argument to ValueObject::GetSyntheticBase that allows for name customi...
Enrico Granata
2016-05-02
1
-4
/
+10
*
Handle bit fields on big-endian systems correctly
Ulrich Weigand
2016-04-14
1
-2
/
+6
*
Fixed ValueObject::GetExpressionPath() for paths including anonymous struct/u...
Marianne Mailhot-Sarrasin
2016-03-10
1
-1
/
+1
*
Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...
Enrico Granata
2016-02-29
1
-4
/
+10
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-0
/
+1
*
No need for a custom function here; just use what C provides
Enrico Granata
2015-12-22
1
-29
/
+1
*
Reduce code duplication
Enrico Granata
2015-12-21
1
-64
/
+16
*
Inspect DW_AT_const_value global static const variables
Ewan Crawford
2015-12-17
1
-0
/
+1
*
Introduce a way for Languages to specify whether values of "reference types" ...
Enrico Granata
2015-11-10
1
-8
/
+16
*
Add a way for source languages to "mark" ValueObjects with language-specific ...
Enrico Granata
2015-11-09
1
-7
/
+30
*
[Core] Avoid default in switch() that covers all the cases.
Davide Italiano
2015-11-04
1
-1
/
+0
*
Fix an issue where LLDB would truncate summaries for string types without pro...
Enrico Granata
2015-11-04
1
-11
/
+13
*
Do not try to copy host memory from address 0
Enrico Granata
2015-11-03
1
-1
/
+1
*
Change ValueObject::IsLogicalTrue so that it starts by asking the applicable ...
Enrico Granata
2015-11-02
1
-0
/
+15
*
Abstract the notion of the truth value of an expression result, for use
Jim Ingham
2015-10-31
1
-0
/
+20
*
[SBValue] Add a method GetNumChildren(uint32_t max)
Siva Chandra
2015-10-21
1
-1
/
+13
*
Route the preferred-display-language mechanism to the ValueObjectPrinter and ...
Enrico Granata
2015-10-07
1
-0
/
+7
*
Introduce a variant of GetSummaryAsCString() that takes a LanguageType argume...
Enrico Granata
2015-10-07
1
-11
/
+19
*
Create a logging category that is specific to data formatters activity
Enrico Granata
2015-10-06
1
-1
/
+1
*
Eliminated redundant "constructors" for ClangExpressionVariable. ...
Sean Callanan
2015-10-01
1
-7
/
+5
[next]