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
/
SBStream.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove FILE* usage from SBStream.i
Lawrence D'Anna
2019-10-15
1
-2
/
+16
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
1
-1
/
+1
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-33
/
+28
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-5
/
+5
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+19
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-0
/
+4
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-2
/
+24
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-30
/
+30
*
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
-12
/
+12
*
[FileSystem] Open File instances through the FileSystem.
Jonas Devlieghere
2018-11-02
1
-2
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-5
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-3
/
+3
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-7
/
+4
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-158
/
+113
*
First pass at LLDBRPC.framework
Greg Clayton
2015-12-15
1
-0
/
+7
*
Add null pointer checks to some SBStream functions.
Zachary Turner
2015-01-14
1
-0
/
+6
*
(no commit message)
Greg Clayton
2014-07-30
1
-0
/
+2
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-1
/
+1
*
Return 0 for the size_t return type.
Bill Wendling
2012-04-03
1
-1
/
+1
*
Work in progress for:
Johnny Chen
2011-12-20
1
-0
/
+2
*
Use Host::File in lldb_private::StreamFile and other places to cleanup host
Greg Clayton
2011-02-09
1
-1
/
+8
*
Add test_display_source_python() test case to TestSourceManager.py which uses
Johnny Chen
2010-12-11
1
-1
/
+1
*
We now have SBStream that mirrors the generic stream classes we
Greg Clayton
2010-09-17
1
-0
/
+178