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
*
[lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some code
Raphael Isemann
2019-08-26
1
-3
/
+1
*
[lldb][NFC] Remove unused return value from HandleOptionArgumentCompletion
Raphael Isemann
2019-08-22
1
-5
/
+5
*
[lldb][NFC] NFC cleanup for the completion code
Raphael Isemann
2019-08-22
1
-25
/
+26
*
[lldb][NFC] Remove dead code that is supposed to handle invalid command options
Raphael Isemann
2019-08-22
1
-17
/
+6
*
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...
Raphael Isemann
2019-08-22
1
-2
/
+1
*
[lldb] Also include the array definition in CommandOptions.inc
Raphael Isemann
2019-07-28
1
-12
/
+0
*
[lldb] Don't dynamically allocate the posix option validator.
Raphael Isemann
2019-07-26
1
-18
/
+2
*
[lldb] Fix build errors from tablegenify platform commit
Raphael Isemann
2019-07-24
1
-1
/
+1
*
[lldb][NFC] Tablegenify platform
Raphael Isemann
2019-07-24
1
-46
/
+12
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-1
/
+1
*
[CommandObject] Use GetDebugger() helper method (NFC)
Jonas Devlieghere
2019-04-27
1
-33
/
+27
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-46
/
+0
*
Refactor user/group name resolving code
Pavel Labath
2019-03-04
1
-8
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Do not use PATH_MAX with SmallString
Stella Stamenova
2018-12-10
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-18
/
+18
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-40
/
+40
*
Narrow the CompletionRequest API to being append-only.
Raphael Isemann
2018-07-27
1
-3
/
+3
*
Replaced more boilerplate code with CompletionRequest (NFC)
Raphael Isemann
2018-07-13
1
-17
/
+6
*
Get rid of the C-string parameter in DoExecute
Raphael Isemann
2018-07-12
1
-2
/
+2
*
Refactor parsing of option lists with a raw string suffix.
Raphael Isemann
2018-07-10
1
-28
/
+5
*
Refactoring for for the internal command line completion API (NFC)
Raphael Isemann
2018-07-02
1
-9
/
+10
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-12
/
+13
*
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
[next]