Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
source
/
Interpreter
/
CommandObjectRegexCommand.cpp
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