Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
07c559caef967cda9812ab7b6ab94c20748e6ac9
/
lldb
/
source
/
Utility
/
Args.cpp
adcd026
Make llvm::StringRef to std::string conversions explicit.
by Benjamin Kramer
· 5 years ago
8081428
[lldb][NFC] Fix all formatting errors in .cpp file headers
by Raphael Isemann
· 5 years ago
0d9a201
[lldb][NFC] Remove ArgEntry::ref member
by Raphael Isemann
· 6 years ago
1f644bb
[lldb][NFC] Simplify Args::ReplaceArgumentAtIndex
by Raphael Isemann
· 6 years ago
7841e80
[lldb][NFC] Remove Args::StripSpaces
by Raphael Isemann
· 6 years ago
dd8e73f
[lldb][NFC] Remove unused Args::GetArgumentQuoteCharAtIndex
by Raphael Isemann
· 6 years ago
4c78b78
[lldb][NFC] Allow for-ranges on StringList
by Raphael Isemann
· 6 years ago
4447d15
Fix lit tests on Windows related to CR+LF
by Adrian McCarthy
· 6 years ago
24374ae
[Utility] Modernize C-style cats
by Jonas Devlieghere
· 6 years ago
8b3af63
[NFC] Remove ASCII lines from comments
by Jonas Devlieghere
· 6 years ago
7d3225c
[Args] Handle backticks to prevent crash.
by Jonas Devlieghere
· 6 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
3a0e127
Refactor parsing of option lists with a raw string suffix.
by Raphael Isemann
· 7 years ago
2272c48
Use llvm::VersionTuple instead of manual version marshalling
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
[Renamed (98%) from lldb/source/Interpreter/Args.cpp]
aec4593
Args: replace isprint8 usage with isprint
by Pavel Labath
· 7 years ago
47cbf4a
Move Args::StringTo*** functions to a new OptionArgParser class
by Pavel Labath
· 7 years ago
5f56fca
Move option parsing out of the Args class
by Pavel Labath
· 7 years ago
62930e5
Add Utility/Environment class for handling... environments
by Pavel Labath
· 7 years ago
c58a80f
Add a StringList constructor to Args class
by Pavel Labath
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
3eb2b44
Delete some more dead includes.
by Zachary Turner
· 8 years ago
4eb8449
Fix up some enumerate() callsites in LLDB.
by Zachary Turner
· 8 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 8 years ago
63dea59
Fix a couple of incorrect format string warnings
by Luke Drummond
· 8 years ago
2c84f90
Remove some more uses of Args::GetArgumentAtIndex.
by Zachary Turner
· 9 years ago
c156427
Don't allow direct access to StreamString's internal buffer.
by Zachary Turner
· 9 years ago
e706c1d
Make OptionParser::Parse() take StringRef.
by Zachary Turner
· 9 years ago
cb3c9f6
Fix some cases where we were printf'ing StringRefs.
by Zachary Turner
· 9 years ago
c5d7df9
Convert some Expression parser functions to StringRef.
by Zachary Turner
· 9 years ago
812101d
Interpreter: Don't return StringRef from functions whose return value is never used
by Justin Bogner
· 9 years ago
9a605f9
Match printf field width arg and type
by Ed Maste
· 9 years ago
a449698
Convert CommandObject constructors to StringRef.
by Zachary Turner
· 9 years ago
11eb9c6
Convert various CommandInterpreter functions to StringRef.
by Zachary Turner
· 9 years ago
5a8ad459
Make lldb -Werror clean on Windows.
by Zachary Turner
· 9 years ago
5c28c66
Modernize some code related to Args usage / implementation.
by Zachary Turner
· 9 years ago
691405b
Refactor the Args class.
by Zachary Turner
· 9 years ago
8cef4b0
Update OptionGroup::SetValue to take StringRef.
by Zachary Turner
· 9 years ago
1f0f5b5
Convert option tables to ArrayRefs.
by Zachary Turner
· 9 years ago
36bf6a4
added environment variable-related Args gtests
by Todd Fiala
· 9 years ago
150aa32
fix Args function broken in r281942
by Todd Fiala
· 9 years ago
4037780
Fix an incorrect nullptr conversion.
by Zachary Turner
· 9 years ago
95eae42
Make lldb::Regex use StringRef.
by Zachary Turner
· 9 years ago
5c725f3
Convert 3 more functions to use a StringRef.
by Zachary Turner
· 9 years ago
ecbb0bb
Fix more functions in Args to use StringRef.
by Zachary Turner
· 9 years ago
6fa7681b
Convert many functions to use StringRefs.
by Zachary Turner
· 9 years ago
7b2e5a3
Add unit tests for a few string conversion functions in Args.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
b9739d4
Revert r280137 and 280139 and subsequent build fixes
by Pavel Labath
· 9 years ago
2d240d0
A few minor stylistic cleanups in StringExtractor.
by Zachary Turner
· 9 years ago
e1c716c
Fix fallout from the GetNameColonValue() refactor (r280000)
by Pavel Labath
· 9 years ago
54695a3
Convert GetNameColonValue to return StringRefs.
by Zachary Turner
· 9 years ago
7593001
Add StructuredData plugin type; showcase with new DarwinLog feature
by Todd Fiala
· 9 years ago
a07e4a8
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
by Todd Fiala
· 9 years ago
aef7de8
Add StructuredData plugin type; showcase with new DarwinLog feature
by Todd Fiala
· 9 years ago
e1cfbc7
Decoupled Options from CommandInterpreter.
by Todd Fiala
· 9 years ago
4acb65e
fix command-line LLDB so NSLog messages show up
by Todd Fiala
· 9 years ago
7aa4d97
Implement ProcessInfo::Dump(), log gdb-remote stub launch
by Todd Fiala
· 9 years ago
bb19a13
second pass over removal of Mutex and Condition
by Saleem Abdulrasool
· 9 years ago
7a37df3
Improve the way LLDB escapes arguments before passing them to the shell
by Enrico Granata
· 9 years ago
c77ce7b
LLDB needs a mutex around getopt_long_only() function calls to avoid multi-threading option parsing issues.
by Jim Ingham
· 10 years ago
ba507b0
Silence -Wqual-cast warnings from GCC 5.2
by Saleem Abdulrasool
· 10 years ago
89d3f09
Fix tab completion for command arguments containing spaces
by Tamas Berghammer
· 10 years ago
e171da5
Fix typos.
by Bruce Mitchener
· 10 years ago
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
d7e6a4f
Fixed a ton of gcc compile warnings
by Vince Harron
· 10 years ago
bcbfa09
Fix a problem where 'process launch' was not correctly re-quoting arguments for the inferior process when handing them down for the actual launch
by Enrico Granata
· 10 years ago
073951f
Fix a bug related to arg escaping, and add unit tests.
by Zachary Turner
· 10 years ago
6100f61
Fix build breakage on win7-msvc caused by r230955
by Pavel Labath
· 10 years ago
00b7f95
Fix handling of backslashes in Args parsing
by Pavel Labath
· 10 years ago
df50f94
Handle trailing spaces on "settings set" command more correctly
by Pavel Labath
· 10 years ago
2d53c31
Don't remove backslashes from arguments unless the following char is recognized.
by Zachary Turner
· 10 years ago
5275aaa
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
by Vince Harron
· 10 years ago
3e7442b
Add support for character option types.
by Zachary Turner
· 10 years ago
320e7b3
It's possible for long_options[long_options_index].definition to be null
by Jason Molenda
· 11 years ago
2c77a42
Reverse out r219169 related to quote handling.
by Todd Fiala
· 11 years ago
ca0e5ad
In cases where you'd use an expression to get a value to insert in a command, be ready to use synthetic children if they are there. Those are now a source of values, so worth checking for
by Enrico Granata
· 11 years ago
a9ae365
Add "target.expr-parser-compiler-args" setting.
by Todd Fiala
· 11 years ago
dc498e5
A quoted - is not the beginning of an option, and should not be completed as such. This was causing:
by Jim Ingham
· 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
2fc43a3
Args::StringToGenericRegister will now accept "lr" as
by Jason Molenda
· 11 years ago
8646d3c
Rename eExecution*** to eExpression*** to be consistent with the result type.
by Jim Ingham
· 11 years ago
1624a2d
Make the Expression Execution result enum available to the SB API layer.
by Jim Ingham
· 11 years ago
d78c957
Switch NULL to C++11 nullptr in source/Interpreter
by Ed Maste
· 11 years ago
78d1019
Cleanup the code a bit.
by Greg Clayton
· 11 years ago
3985c8c
sanitise sign comparisons
by Saleem Abdulrasool
· 11 years ago
6fbc48b
This patch does a couple of things.
by Jim Ingham
· 12 years ago
b57e4a1b
Roll back the changes I made in r193907 which created a new Frame
by Jason Molenda
· 12 years ago
f23bf74
Add a new base class, Frame. It is a pure virtual function which
by Jason Molenda
· 12 years ago
e2607b5
Add OptionParser.h
by Virgile Bello
· 12 years ago
b2f1fb2
MingW compilation (windows). Includes various refactoring to improve portability.
by Virgile Bello
· 12 years ago
5eeaf74
Fix a missing pointer deref that was uncovered by one of the buildbots.
by Adrian Prantl
· 12 years ago
243b369
Fix linux argument completion with for "--" options (llvm.org/bugs/pr14425)
by Daniel Malea
· 12 years ago
b7ad58a
<rdar://problem/13457391>
by Greg Clayton
· 12 years ago
bc43cab
<rdar://problem/13384801>
by Greg Clayton
· 12 years ago
30820f0
<rdar://problem/13184855>
by Greg Clayton
· 12 years ago
5548cb5
<rdar://problem/12978143>
by Enrico Granata
· 12 years ago
Next »