1 IGNORE IGNORE waddr This command deletes the watchpoint whose address is specified by 64-bit waddr. 2 waddr Specifies the 64-bit address of the watchpoint in shared system space (S0, S1, S2, shared page tables, global page tables, and the PFN database). Specify the input address in hexadecimal radix. The address may be proceeded by the letter 'G'. This will have the effect of adding to the input address the value 'FFFFFFFF80000000'. This can be used as a short hand to specify an S0/S1 system address. The address may be proceeded by the letter 'I'. This will have the effect of adding leading 'F's to the input address. It can be used as a short hand for specifying an S2 address. 2 Examples watchpoint> IGNORE I8000106A watchpoint> IGNORE G107A watchpoint> IGNORE IDFF801FFC watchpoint> IGNORE FFFFFFFDFF7FED00 watchpoint> IGNORE 1234 %WP-E-INVADR, invalid shared system address watcpoint> IGNORE ABCEDFGHI %WP-E-INVHEX, invalid hexadecimal value