Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a69bbe02a2352271e8b14542073f177e24c499c1
/
lldb
/
source
/
Interpreter
/
CommandObjectRegexCommand.cpp
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
f9d90bc
[lldb] D66174 `RegularExpression` cleanup
by Jan Kratochvil
· 6 years ago
3af3f1e
[Utility] Reimplement RegularExpression on top of llvm::Regex
by Jonas Devlieghere
· 6 years ago
8b3af63
[NFC] Remove ASCII lines from comments
by Jonas Devlieghere
· 6 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 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
2443bbd
Refactoring for for the internal command line completion API (NFC)
by Raphael Isemann
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
442f653
Make CommandObject help getters/setters use StringRef.
by Zachary Turner
· 9 years ago
a449698
Convert CommandObject constructors to StringRef.
by Zachary Turner
· 9 years ago
95eae42
Make lldb::Regex 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
e1cfbc7
Decoupled Options from CommandInterpreter.
by Todd Fiala
· 9 years ago
1124045
Don't #include "lldb-python.h" from anywhere.
by Zachary Turner
· 10 years ago
7bd4c60
Abstract the details from regex.h a bit more by not allowing people to specify compile and execute flags for regular expressions. Also enable better regular expressions if they are available by check if the REG_ENHANCED is available and using it if it is.
by Greg Clayton
· 11 years ago
b547278
Fixed an issue where you couldn't delete a user defined regex, python, or multi-word command by adding a new "command delete" command.
by Greg Clayton
· 11 years ago
d78c957
Switch NULL to C++11 nullptr in source/Interpreter
by Ed Maste
· 11 years ago
bc43cab
<rdar://problem/13384801>
by Greg Clayton
· 12 years ago
43fe217
<rdar://problem/13506727>
by Greg Clayton
· 12 years ago
7d2ef16
<rdar://problem/12022060>
by Greg Clayton
· 13 years ago
31938ca
The regular expression command object was resetting the execution context of the
by Jim Ingham
· 13 years ago
93a6430
Fix Linux build warnings due to redefinition of macros:
by Daniel Malea
· 13 years ago
215341c
Make the error message from regex commands use the command's syntax string if it exists rather than a generic but
by Jim Ingham
· 13 years ago
754a936
<rdar://problem/12022079>
by Greg Clayton
· 13 years ago
5a98841
Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an
by Jim Ingham
· 13 years ago
5f5ab60
<rdar://problem/11328896> Fixing a bug where regex commands were saved in the history even if they came from a 'command sourced' file - this fix introduces a command sourcing depth and disables history for all levels of depth > 0, which means no commands go into history when being sourced from a file. we need an integer depth because command files might themselves source other command files, ...
by Enrico Granata
· 13 years ago
710dd5a
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
by Greg Clayton
· 15 years ago
f220088
Regular expression commands now print the command that results from expanding the regular expression command.
by Greg Clayton
· 15 years ago
a701509
Fixed the way set/show variables were being accessed to being natively
by Greg Clayton
· 15 years ago
40e155d
More constructor warning fixes from William Lynch.
by Benjamin Kramer
· 15 years ago
6611103
Very large changes that were needed in order to allow multiple connections
by Greg Clayton
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago