Go to file
Greg Clayton de164aaa09 Added the ability for users to create new regex commands.
To do this currently, it must be done in multi-line mode:

(lldb) commands regex --help "Help text for command" --syntax "syntax for command" <cmd-name>

Any example that would use "f" for "finish" when there are no arguments,
and "f <num>" to do a "frame select <num>" would be:
(lldb) commands regex f
Enter multiple regular expressions in the form s/find/replace/ then terminate with an empty line:
s/^$/finish/
s/([0-9]+)/frame select %1/

(lldb) f 11
frame select 12
...
(lldb) f
finish
...

Also added the string version of the OptionValue as OptionValueString.

llvm-svn: 129855
2011-04-20 16:37:46 +00:00
clang Driver: Suppress some additional warnings with -Qunused-arguments. 2011-04-20 15:44:48 +00:00
compiler-rt Add some macro magic: user __USER_LABEL_PREFIX__ instead of hardcoding it for each platform 2011-04-19 21:22:14 +00:00
debuginfo-tests These tests are x86_64 specific. 2011-03-28 20:00:34 +00:00
libcxx Think-o in poisson_distribution at mean == 10 2011-04-14 15:59:22 +00:00
lldb Added the ability for users to create new regex commands. 2011-04-20 16:37:46 +00:00
llvm sys/Host: Change getHostTriple() to return the full Darwin version on OS X. 2011-04-20 15:44:33 +00:00