aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/CommandObjectRegexCommand.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-110/+80
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-1/+1
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-01-21Abstract the details from regex.h a bit more by not allowing people to specif...Greg Clayton1-1/+1
2015-01-09Fixed an issue where you couldn't delete a user defined regex, python, or mul...Greg Clayton1-2/+4
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste1-3/+3
2013-04-03<rdar://problem/13384801>Greg Clayton1-2/+4
2013-04-03<rdar://problem/13506727> Greg Clayton1-2/+2
2013-03-29<rdar://problem/12022060>Greg Clayton1-2/+34
2013-03-15The regular expression command object was resetting the execution context of theJim Ingham1-1/+3
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-10-06Make the error message from regex commands use the command's syntax string if...Jim Ingham1-3/+6
2012-08-23<rdar://problem/12022079>Greg Clayton1-1/+2
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-13/+2
2012-05-31<rdar://problem/11328896> Fixing a bug where regex commands were saved in the...Enrico Granata1-1/+1
2011-01-08Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton1-1/+1
2010-10-12Regular expression commands now print the command that results from expanding...Greg Clayton1-5/+4
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-4/+3
2010-07-20More constructor warning fixes from William Lynch.Benjamin Kramer1-2/+2
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-5/+3
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+123