Added a new regular expression to the "_regexp-break" command ("b" by default):
(lldb) b /break here/ This will set a source level regular expression breakpoint on any text between the first '/' and the last '/'. The equivalent command will be: (lldb) breakpoint set --source-pattern-regexp 'break here' llvm-svn: 223082
Loading
Please sign in to comment