{
{
{    The purpose of this request is to define a debug list entry.
{
{       PMP$DEFINE_DEBUG_ENTRY (DEBUG_CODE, LOW_ADDRESS, HIGH_ADDRESS,
{             DEBUG_ID, STATUS)
{
{ DEBUG_CODE: (input)  This parameter specifies the debug codes (data read,
{       data write, instruction fetch, branching instruction, call instruction)
{       for which the entry is being defined.
{
{ LOW_ADDRESS: (input)  This parameter specifies the LOW address for which the
{       entry is being defined.
{
{ HIGH_ADDRESS: (input)  This parameter specifies the HIGH address for which
{       the entry is being defined.
{
{ DEBUG_ID: (output)  This parameter specifies the system assigned debug
{       identifier to be passed to a debug condition handler when a a debug
{       condition associated with this debug entry arises.  The debug
{       identifier is also used on subsequent requests (remove, get, and
{       modify) related to the defined 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$too_many_debug_list_entries
{
{
