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
/
SBCommandReturnObject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Reproducers] Capture return values of functions returning by ptr/ref
Jonas Devlieghere
2019-04-03
1
-2
/
+2
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+57
*
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
-21
/
+0
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-3
/
+85
*
[SBAPI] Don't check IsValid in constructor
Jonas Devlieghere
2019-03-06
1
-9
/
+4
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-60
/
+60
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[API] Remove redundants get() from smart pointers. NFC
Jonas Devlieghere
2018-12-20
1
-3
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-3
/
+3
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Remove the callback-based log channel registration mechanism
Pavel Labath
2017-02-27
1
-0
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-8
/
+11
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-265
/
+188
*
Fix FILE * leak in Python API
Stephane Sezer
2016-03-25
1
-3
/
+15
*
Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...
Eugene Zelenko
2015-10-31
1
-63
/
+49
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-5
/
+9
*
Second attempt at getting the PyCallable changes in trunk
Enrico Granata
2013-07-09
1
-0
/
+21
*
Revert commits that cause broken builds on GCC buildbots
Daniel Malea
2013-07-03
1
-20
/
+0
*
<rdar://problem/14266411>
Enrico Granata
2013-06-25
1
-0
/
+20
*
<rdar://problem/13499317>
Enrico Granata
2013-05-02
1
-1
/
+1
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-2
/
+2
*
Remove the “len” defaulted parameter from CommandReturnObject::AppendMess...
Jim Ingham
2012-12-15
1
-1
/
+11
*
Removing the two extra GetXSize(bool) calls since we do not desire to support...
Enrico Granata
2012-10-16
1
-20
/
+0
*
<rdar://problem/12446320> Fixing an issue with our Driver where setting an im...
Enrico Granata
2012-10-16
1
-1
/
+41
*
Implementing plugins that provide commands.
Enrico Granata
2012-09-28
1
-0
/
+7
*
Make a way to set the result status for Python defined commands, and don't ov...
Jim Ingham
2012-06-27
1
-0
/
+7
*
<rdar://problem/10126482>
Greg Clayton
2011-11-13
1
-7
/
+9
*
Added the ability to create a SBCommandReturnObject object from a pointer
Greg Clayton
2011-08-19
1
-2
/
+13
*
Changes to Python commands:
Enrico Granata
2011-08-16
1
-0
/
+24
*
- Changed all the places where CommandObjectReturn was exporting a StreamStri...
Jim Ingham
2011-02-19
1
-6
/
+20
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-2
/
+2
*
Added copy constructors and assignment operators to all lldb::SB* classes
Greg Clayton
2010-11-05
1
-0
/
+21
*
Cleaned up the API logging a lot more to reduce redundant information and
Greg Clayton
2010-10-31
1
-14
/
+4
*
Clean up the API logging code:
Caroline Tice
2010-10-26
1
-10
/
+14
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-0
/
+31
*
Remove all the __repr__ methods from the API/*.h files, and put them
Caroline Tice
2010-09-22
1
-8
/
+0
*
Add GetDescription() and __repr__ () methods to most API classes, to allow
Caroline Tice
2010-09-20
1
-2
/
+38
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-31
/
+45
*
Fix a bunch more include lines.
Eli Friedman
2010-06-09
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+148