================
@@ -468,7 +468,23 @@ class CommandObjectProcessContinue : public
CommandObjectParsed {
case 'b':
m_run_to_bkpt_args.AppendArgument(option_arg);
m_any_bkpts_specified = true;
- break;
+ break;
----------------
rocallahan wrote:
Thanks. Actually it looks like we don't need to use `LLDB_OPT_SET` here.
https://github.com/llvm/llvm-project/pull/132783
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits