Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1d6ebdfb66b9d63d34f34ec6ac7ec57eff7cd24b
/
lldb
/
source
/
Commands
/
CommandObjectPlatform.cpp
addb514
[lldb/Target] Add custom interpreter option to `platform shell`
by Med Ismail Bennani
· 5 years ago
3cd8d7b
[lldb] Remote disk file/directory completion for platform commands
by Gongyu Deng
· 5 years ago
19311f5
[lldb] common completion for process pids and process names
by Gongyu Deng
· 5 years ago
e382057
[lldb] tab completion for `platform target-install`
by Gongyu Deng
· 5 years ago
9010cef
[lldb] Replace StringConvert with llvm::to_integer when parsing integer values in CommandObjects
by Raphael Isemann
· 5 years ago
388afd8
[lldb] Remove redundant access specifiers (NFC)
by Jonas Devlieghere
· 5 years ago
eaebcbc
[lldb] NFC remove DISALLOW_COPY_AND_ASSIGN
by Konrad Kleine
· 5 years ago
4e9e048
[lldb/Commands] Add ability to run shell command on the host.
by Med Ismail Bennani
· 5 years ago
638b06c
[lldb/Utility] Replace ProcessInstanceInfoList with std::vector. (NFCI)
by Jonas Devlieghere
· 6 years ago
adcd026
Make llvm::StringRef to std::string conversions explicit.
by Benjamin Kramer
· 6 years ago
8081428
[lldb][NFC] Fix all formatting errors in .cpp file headers
by Raphael Isemann
· 6 years ago
0683250
[lldb][NFC] Remove unnecessary includes in source/Commands
by Raphael Isemann
· 6 years ago
a925974
Run clang-format on lldb/source/Commands (NFC)
by Adrian Prantl
· 6 years ago
af1d27e
[platform process list] add a flag for showing the processes of all users
by Walter Erquinigo
· 6 years ago
0f22955
Revert "[platform process list] add a flag for showing the processes of all users"
by Walter Erquinigo
· 6 years ago
d334b78
[platform process list] add a flag for showing the processes of all users
by Walter Erquinigo
· 6 years ago
892482e
Revert "[platform process list] add a flag for showing the processes of all users"
by Walter Erquinigo
· 6 years ago
e031bdf
[platform process list] add a flag for showing the processes of all users
by Walter Erquinigo
· 6 years ago
16194bf
Revert "[platform process list] add a flag for showing the processes of all users"
by Walter Erquinigo
· 6 years ago
914f382
[platform process list] add a flag for showing the processes of all users
by Walter Erquinigo
· 6 years ago
b15c886
Temporarily Revert [platform process list] add a flag for showing the processes of all users
by Adrian Prantl
· 6 years ago
696d3cf
[platform process list] add a flag for showing the processes of all users
by Walter Erquinigo
· 6 years ago
6fcf068
Revert "[platform process list] add a flag for showing the processes of all users"
by Walter Erquinigo
· 6 years ago
089a334
[platform process list] add a flag for showing the processes of all users
by Walter Erquinigo
· 6 years ago
0237607
Revert "[platform process list] add a flag for showing the processes of all users"
by Shafik Yaghmour
· 6 years ago
6e1a0cf
[platform process list] add a flag for showing the processes of all users
by Walter Erquinigo
· 6 years ago
0d9a201
[lldb][NFC] Remove ArgEntry::ref member
by Raphael Isemann
· 6 years ago
72ca5f3
[lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some code
by Raphael Isemann
· 6 years ago
494370c
[lldb][NFC] Remove unused return value from HandleOptionArgumentCompletion
by Raphael Isemann
· 6 years ago
1153dc9
[lldb][NFC] NFC cleanup for the completion code
by Raphael Isemann
· 6 years ago
3616201
[lldb][NFC] Remove dead code that is supposed to handle invalid command options
by Raphael Isemann
· 6 years ago
ae34ed2
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values
by Raphael Isemann
· 6 years ago
bd68a05
[lldb] Also include the array definition in CommandOptions.inc
by Raphael Isemann
· 6 years ago
0ab0bb9
[lldb] Don't dynamically allocate the posix option validator.
by Raphael Isemann
· 6 years ago
aaad1a8
[lldb] Fix build errors from tablegenify platform commit
by Raphael Isemann
· 6 years ago
2359fec
[lldb][NFC] Tablegenify platform
by Raphael Isemann
· 6 years ago
09ad8c8
Fix integer literals which are cast to bool
by Jonas Devlieghere
· 6 years ago
5717986
[CommandObject] Use GetDebugger() helper method (NFC)
by Jonas Devlieghere
· 6 years ago
8b3af63
[NFC] Remove ASCII lines from comments
by Jonas Devlieghere
· 6 years ago
aa51e6a
Refactor user/group name resolving code
by Pavel Labath
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
b3f44ad
Do not use PATH_MAX with SmallString
by Stella Stamenova
· 7 years ago
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
8f3be7a
[FileSystem] Move path resolution logic out of FileSpec
by Jonas Devlieghere
· 7 years ago
dbd7fab
[FileSystem] Remove Exists() from FileSpec
by Jonas Devlieghere
· 7 years ago
8fe53c49
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef
by Tatyana Krasnukha
· 7 years ago
1a6d7ab
Narrow the CompletionRequest API to being append-only.
by Raphael Isemann
· 7 years ago
a2e76c0
Replaced more boilerplate code with CompletionRequest (NFC)
by Raphael Isemann
· 7 years ago
4d51a90
Get rid of the C-string parameter in DoExecute
by Raphael Isemann
· 7 years ago
3a0e127
Refactor parsing of option lists with a raw string suffix.
by Raphael Isemann
· 7 years ago
2443bbd
Refactoring for for the internal command line completion API (NFC)
by Raphael Isemann
· 7 years ago
937348c
[FileSpec] Make style argument mandatory for SetFile. NFC
by Jonas Devlieghere
· 7 years ago
19dd1a0
Convert all RunShellCommand functions to use the Timeout class
by Pavel Labath
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
145d95c
Move Args.cpp from Interpreter to Utility
by Pavel Labath
· 7 years ago
7263f1b
Invert ArchSpec<->Platform dependency
by Pavel Labath
· 8 years ago
2b13913
Fix typo in error message in 'platform status'.
by Bruce Mitchener
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
3eb2b44
Delete some more dead includes.
by Zachary Turner
· 9 years ago
666cc0b
Move DataBuffer / DataExtractor and friends from Core -> Utility.
by Zachary Turner
· 9 years ago
c4a3395
Fix a couple of corner cases in NameMatches
by Pavel Labath
· 9 years ago
c5f28e2
Switch std::call_once to llvm::call_once
by Kamil Rytarowski
· 9 years ago
df44988
Break some dependencies in lldbUtility.
by Zachary Turner
· 9 years ago
1e8016b
Fix some more StringRef printf warnings.
by Zachary Turner
· 9 years ago
fe11483
Make Options::SetOptionValue take a StringRef.
by Zachary Turner
· 9 years ago
771ef6d
Fix Clang-tidy readability-redundant-string-cstr warnings
by Malcolm Parsons
· 9 years ago
97d2c40
Convert some Args index-based iteration to range-style iteration.
by Zachary Turner
· 9 years ago
8cef4b0
Update OptionGroup::SetValue to take StringRef.
by Zachary Turner
· 9 years ago
7060243
Try to fix build errors on Android.
by Zachary Turner
· 9 years ago
1f0f5b5
Convert option tables to ArrayRefs.
by Zachary Turner
· 9 years ago
ecbb0bb
Fix more functions in Args to use StringRef.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
ac9c3a6
Tables of command options in LLDB benefit from hand-formatting to make it
by Kate Stone
· 9 years ago
e1cfbc7
Decoupled Options from CommandInterpreter.
by Todd Fiala
· 9 years ago
7428a18
LLDB help content has accumulated over time without a recent attempt to
by Kate Stone
· 9 years ago
1cf2aa8
Get rid of a global constructor and also make this code safe to use after the global destructor chain has been run on the main thread.
by Greg Clayton
· 10 years ago
435c2c9
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in source/Commands/CommandObjectPlatform.cpp; other minor fixes.
by Eugene Zelenko
· 10 years ago
ccd6cff
Modify "platform connect" to connect to processes as well
by Tamas Berghammer
· 10 years ago
13d21e9
commands: Use override instead of virtual.
by Bruce Mitchener
· 10 years ago
ea671fb
Fixed line wrapping for the "long help" content in LLDB commands. Content is now dynamically wrapped for the column width of the current terminal. Lines that begin with whitespace will be indented identically on subsequent lines to maintain formatting.
by Kate Stone
· 10 years ago
58ef391
Fix a variety of typos.
by Bruce Mitchener
· 10 years ago
d3173f3
Refactor many file functions to use FileSpec over strings.
by Chaoren Lin
· 10 years ago
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
e87764f
Add support for custom commands to set flags on themselves
by Enrico Granata
· 10 years ago
2bf4540
Default dst value for platform put-file.
by Chaoren Lin
· 10 years ago
042ca39
Platform settings doesn't need permission options.
by Chaoren Lin
· 10 years ago
00b7f95
Fix handling of backslashes in Args parsing
by Pavel Labath
· 11 years ago
fa03bac
Get test/types tests passing on remote targets
by Vince Harron
· 11 years ago
fd3cd13
Cast to (const OptionPermissions*) to avoid warning.
by Bruce Mitchener
· 11 years ago
1b5a74e
This patch gets remote-linux platform able to run processes
by Vince Harron
· 11 years ago
5275aaa
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
by Vince Harron
· 11 years ago
8012cad
Fixed more fallout from running the test suite remotely on iOS devices.
by Greg Clayton
· 11 years ago
615eb7e
Test suite runs better again after recent fixes that would select a platform if a "file a.out" auto selected a different platform than the selected one.
by Greg Clayton
· 11 years ago
d37221d
Revert "Fix broken tests due to new error output."
by Zachary Turner
· 11 years ago
9734280
Fix broken tests due to new error output.
by Todd Fiala
· 11 years ago
2863891
Invalidate process UID/GID-related command options on Windows.
by Zachary Turner
· 11 years ago
3597406
Fix -Wnull-conversion warning.
by Zachary Turner
· 11 years ago
de963e9
Adds the notion of an OptionValidator.
by Zachary Turner
· 11 years ago
fbb7634
Expose SBPlatform through the public API.
by Greg Clayton
· 12 years ago
fff2589
<rdar://problem/14728845>
by Enrico Granata
· 12 years ago
Next »