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
/
Plugins
/
StructuredData
/
DarwinLog
/
StructuredDataDarwinLog.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...
Raphael Isemann
2019-08-26
1
-10
/
+5
*
[Utility] Reimplement RegularExpression on top of llvm::Regex
Jonas Devlieghere
2019-08-16
1
-5
/
+2
*
[lldb] Qualify includes of Properties[Enum].inc files. NFC
Jordan Rupprecht
2019-07-29
1
-2
/
+2
*
[lldb] Also include the array definition in Properties.inc
Jonas Devlieghere
2019-07-29
1
-5
/
+3
*
Let tablegen generate property definitions
Jonas Devlieghere
2019-07-25
1
-23
/
+8
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-138
/
+133
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-24
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-13
/
+13
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-3
/
+3
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-4
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2018-10-04
1
-2
/
+2
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
1
-3
/
+1
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-19
/
+19
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-6
/
+6
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-126
/
+116
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
1
-4
/
+6
*
Move option parsing out of the Args class
Pavel Labath
2018-03-09
1
-7
/
+9
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-12
/
+3
*
[DarwinLog] Remove other dead code. Found while reading this file.
Davide Italiano
2017-12-10
1
-54
/
+0
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
1
-6
/
+6
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-18
/
+20
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-0
/
+1
*
Fix another occurrence of needing to use member accessors.
Zachary Turner
2017-03-13
1
-2
/
+2
*
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
*
Fix a bug when using a StructuredData darwin-log plugin
Jason Molenda
2016-12-16
1
-1
/
+17
*
Rewrite all Property related functions in terms of StringRef.
Zachary Turner
2016-11-17
1
-2
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-8
/
+6
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-7
/
+6
*
Convert some helper functions to use StringRef.
Zachary Turner
2016-11-07
1
-16
/
+11
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-4
/
+4
*
Convert some more aliasing and CI functions to StringRef.
Zachary Turner
2016-10-05
1
-1
/
+1
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-1
/
+1
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-104
/
+100
*
fix DarwinLog no-info/no-debug case
Todd Fiala
2016-09-22
1
-1
/
+1
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-1
/
+1
*
Convert 3 more functions to use a StringRef.
Zachary Turner
2016-09-19
1
-7
/
+7
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-4
/
+5
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-2135
/
+1728
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-0
/
+2420
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-2420
/
+0
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-0
/
+2420