summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandObjectRegexCommand.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make CommandObject help getters/setters use StringRef.Zachary Turner2016-11-121-1/+1
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-2/+2
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-1/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-110/+80
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Abstract the details from regex.h a bit more by not allowing people to specif...Greg Clayton2015-01-211-1/+1
* Fixed an issue where you couldn't delete a user defined regex, python, or mul...Greg Clayton2015-01-091-2/+4
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-3/+3
* <rdar://problem/13384801>Greg Clayton2013-04-031-2/+4
* <rdar://problem/13506727> Greg Clayton2013-04-031-2/+2
* <rdar://problem/12022060>Greg Clayton2013-03-291-2/+34
* The regular expression command object was resetting the execution context of theJim Ingham2013-03-151-1/+3
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Make the error message from regex commands use the command's syntax string if...Jim Ingham2012-10-061-3/+6
* <rdar://problem/12022079>Greg Clayton2012-08-231-1/+2
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-13/+2
* <rdar://problem/11328896> Fixing a bug where regex commands were saved in the...Enrico Granata2012-05-311-1/+1
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Regular expression commands now print the command that results from expanding...Greg Clayton2010-10-121-5/+4
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-4/+3
* More constructor warning fixes from William Lynch.Benjamin Kramer2010-07-201-2/+2
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-5/+3
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+123
OpenPOWER on IntegriCloud