You cannot use a method name that has some forms of non-C identifier syntax to set a breakpoint. For example, this fails with a syntax error:
(prism) stop in class_name::operator+
You must instead use stop at line syntax. These method names are correctly identified in a stack trace, however.