{
{   The purpose of this request is to modify the contents of a
{ previously defined debug entry.  Each value in the debug entry is
{ changed.
{
{       PMP$MODIFY_DEBUG_ENTRY (DEBUG_ID, DEBUG_CODE, LOW_ADDRESS,
{         HIGH_ADDRESS, STATUS)
{
{ DEBUG_ID: (input) This parameter specifies the debug identifier of
{       the debug entry to be modified.
{
{ DEBUG_CODE: (input) This parameter specifies the new debug codes of
{       the debug entry.
{
{ LOW_ADDRESS: (input) This parameter specifies the new LOW address of
{      the debug entry.
{
{ HIGH_ADDRESS: (input) This parameter specifies the new HIGH address of
{      the debug entry.
{
{ STATUS: (output) This parameter specifies the request status.
{      CONDITIONS:
{            pme$address_segments_not_equal
{            pme$empty_debug_code
{            pme$invalid_access
{            pme$low_addr_greater_than_high
{            pme$undefined_debug_id
{
