================
@@ -1649,11 +1649,14 @@ class CommandObjectThreadJump : public 
CommandObjectParsed {
           return Status::FromErrorStringWithFormat("invalid line number: 
'%s'.",
                                                    option_arg.str().c_str());
         break;
-      case 'b':
+      case 'b': {
+        option_arg.consume_front("+");
----------------
ashgti wrote:

Should this be documented that an optional `+` can be specified?

https://github.com/llvm/llvm-project/pull/135778
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to