set-substr 1 "r31"
will make breakpoint 1 stop only if the instruction contains the substring "r31". The match is case insensitive.
Set substr to the empty string ("") to remove this extra condition.
This command has been replaced with the substr argument on the bp.memory
commands.