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