<div dir="ltr">The only way I've been able to do it is by using the CommandInterpreter, i.e.,<div><br></div><div><div>  res = lldb.SBCommandReturnObject()</div><div>  lldb.debugger.GetCommandInterpreter().HandleCommand('breakpoint set -p "diag::%s" --all-files -N %s' % (name, name), res);</div><div>  lldb.debugger.GetCommandInterpreter().HandleCommand('breakpoint disable %s' % name, res);</div></div><div><br></div><div>Is this the best way to do it?  Can't seem to figure out how to use SBTarget.BreakpointCreateBySourceRegex() for all files.</div><div><br></div><div>thanks...</div><div>don</div></div>