kubamracek added inline comments.
================ Comment at: source/Commands/CommandObjectFrame.cpp:833 +bool CommandObjectFrameRecognizerAdd::DoExecute(Args &command, CommandReturnObject &result) { + if (m_options.m_class_name.empty()) { + result.AppendErrorWithFormat("%s needs a Python class name.\n", m_cmd_name.c_str()); ---------------- Note to self: We should also require -m and -n (otherwise the default is that the recognizer will be called on every single stop point). https://reviews.llvm.org/D44603 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits