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
/
Commands
/
CommandObjectPlatform.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
1
-4
/
+6
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-8
/
+7
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Invert ArchSpec<->Platform dependency
Pavel Labath
2017-10-31
1
-2
/
+2
*
Fix typo in error message in 'platform status'.
Bruce Mitchener
2017-07-21
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-34
/
+35
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-0
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Fix a couple of corner cases in NameMatches
Pavel Labath
2017-02-20
1
-12
/
+12
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+3
*
Break some dependencies in lldbUtility.
Zachary Turner
2017-02-01
1
-1
/
+0
*
Fix some more StringRef printf warnings.
Zachary Turner
2016-11-15
1
-1
/
+1
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-47
/
+44
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-3
/
+3
*
Convert some Args index-based iteration to range-style iteration.
Zachary Turner
2016-10-05
1
-11
/
+8
*
Update OptionGroup::SetValue to take StringRef.
Zachary Turner
2016-09-23
1
-11
/
+12
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-9
/
+7
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-91
/
+74
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-3
/
+5
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1891
/
+1594
*
Tables of command options in LLDB benefit from hand-formatting to make it
Kate Stone
2016-08-26
1
-41
/
+51
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-39
/
+58
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-41
/
+24
*
Get rid of a global constructor and also make this code safe to use after the...
Greg Clayton
2016-03-24
1
-14
/
+30
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-22
1
-274
/
+197
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-2
/
+9
*
commands: Use override instead of virtual.
Bruce Mitchener
2015-10-07
1
-145
/
+118
*
Fixed line wrapping for the "long help" content in LLDB commands. Content is...
Kate Stone
2015-07-14
1
-8
/
+12
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-3
/
+3
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-3
/
+3
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Add support for custom commands to set flags on themselves
Enrico Granata
2015-05-27
1
-1
/
+1
*
Default dst value for platform put-file.
Chaoren Lin
2015-05-20
1
-2
/
+2
*
Platform settings doesn't need permission options.
Chaoren Lin
2015-05-12
1
-3
/
+0
*
Fix handling of backslashes in Args parsing
Pavel Labath
2015-03-02
1
-1
/
+1
*
Get test/types tests passing on remote targets
Vince Harron
2015-02-04
1
-3
/
+0
*
Cast to (const OptionPermissions*) to avoid warning.
Bruce Mitchener
2015-02-03
1
-2
/
+2
*
This patch gets remote-linux platform able to run processes
Vince Harron
2015-01-21
1
-0
/
+2
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-16
/
+17
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-2
/
+1
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-1
/
+1
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-42
/
+47
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-47
/
+42
*
Invalidate process UID/GID-related command options on Windows.
Zachary Turner
2014-07-07
1
-4
/
+10
*
Fix -Wnull-conversion warning.
Zachary Turner
2014-07-03
1
-1
/
+1
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-42
/
+41
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-170
/
+107
*
<rdar://problem/14728845>
Enrico Granata
2013-09-09
1
-1
/
+11
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-34
/
+34
*
Fix a bunch of compile time warnings and a build failure on ubuntu.
Eric Christopher
2013-08-30
1
-1
/
+0
[next]