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
/
API
/
SBValue.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove TypeValidators (NFC in terms of the testsuite)
Adrian Prantl
2019-12-11
1
-20
/
+0
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-13
/
+13
*
[Reproducers] Capture return values of functions returning by ptr/ref
Jonas Devlieghere
2019-04-03
1
-1
/
+1
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+127
*
[API] Remove unneded LLDB_DISABLE_PYTHON markers.
Davide Italiano
2019-03-18
1
-2
/
+0
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-0
/
+4
*
[SBAPI] Log from record macro
Jonas Devlieghere
2019-03-07
1
-356
/
+11
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-55
/
+282
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-1
/
+3
*
[Expressions] Add support of expressions evaluation in some object's context
Aleksandr Urakov
2019-02-05
1
-0
/
+81
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-4
/
+1
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-25
/
+18
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-8
/
+8
*
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
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1744
/
+1438
*
Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...
Enrico Granata
2016-07-06
1
-0
/
+19
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
1
-0
/
+4
*
SBValue::CreateValueFromData didn’t check whether the SBType passed into it...
Enrico Granata
2016-05-23
1
-3
/
+4
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-9
/
+8
*
Make the error return more explicit when an SBValue has no value.
Jim Ingham
2015-10-30
1
-0
/
+3
*
[SBValue] Add a method GetNumChildren(uint32_t max)
Siva Chandra
2015-10-21
1
-4
/
+9
*
Fix build with python disabled after r249597
Keno Fischer
2015-10-16
1
-4
/
+0
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-2
/
+2
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-5
/
+5
*
Deprecate `SBValue::TypeIsPointerType`.
Chaoren Lin
2015-07-27
1
-13
/
+2
*
Fix an issue where an SBValue could end up capturing a synthetic value and wo...
Enrico Granata
2015-06-24
1
-3
/
+9
*
Cleanup the code a bit to make it more readable.
Greg Clayton
2015-06-22
1
-4
/
+14
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Remove duplicated code for synthetic array members.
Bruce Mitchener
2015-02-26
1
-8
/
+1
*
Introduce the notion of "runtime support values"
Enrico Granata
2015-02-11
1
-0
/
+16
*
Fix evaluation commands (MI)
Ilia K
2015-02-06
1
-1
/
+2
*
Provide CreateValueFromData,Expression at the SBTarget level as well as the S...
Enrico Granata
2014-12-17
1
-44
/
+10
*
Add the ability for an SBValue to create a persisted version of itself.
Enrico Granata
2014-12-08
1
-0
/
+13
*
Shuffle APIs around a little bit, so that if you pass custom summary options,...
Enrico Granata
2014-11-18
1
-3
/
+6
*
Introduce the notion of "type summary options" as flags that can be passed do...
Enrico Granata
2014-11-06
1
-0
/
+23
*
Expose the ability to retrieve the result of a type validator via the SB API....
Enrico Granata
2014-09-06
1
-0
/
+30
*
Introduce the concept of a "display name" for types
Enrico Granata
2014-05-17
1
-0
/
+25
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-151
/
+229
*
Better error reporting when a variable can't be
Sean Callanan
2014-02-28
1
-2
/
+3
*
Do a little more prevention against SBValues getting used after the world has...
Jim Ingham
2013-12-06
1
-2
/
+21
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-4
/
+4
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-4
/
+4
*
SBValue::GetValueAsUnsigned()/GetValueAsSigned() should not replicate the Sca...
Enrico Granata
2013-10-31
1
-15
/
+13
*
<rdar://problem/15144376>
Enrico Granata
2013-10-29
1
-5
/
+5
*
<rdar://problem/14028923>
Enrico Granata
2013-10-08
1
-4
/
+4
*
<rdar://problem/14393032>
Enrico Granata
2013-09-30
1
-3
/
+1
[next]