set-pattern
1 "0x0100" "0x0101" will specialize breakpoint 1 to break on instructions whose first byte has the lowest bit set and the second not.
Note that pattern and mask are supplied as strings with string byte order (low address first).
Set pattern and mask to the empty string ("") to remove this extra condition.
This command has been replaced with the pattern argument on the bp.memory
commands.