home *** CD-ROM | disk | FTP | other *** search
/ Handbook of Infosec Terms 2.0 / Handbook_of_Infosec_Terms_Version_2.0_ISSO.iso / text / rfcs / rfc0909.txt < prev    next >
Text File  |  1996-05-07  |  217KB  |  5,109 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.                          Loader Debugger Protocol 
  20.  
  21.  
  22.  
  23.                                   RFC-909 
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.                              Christopher Welles 
  34.  
  35.                       BBN Communications Corporation 
  36.  
  37.                                Walter Milliken 
  38.  
  39.                              BBN Laboratories 
  40.  
  41.  
  42.  
  43.                                   July 1984 
  44.  
  45. Status of This Memo 
  46.  
  47.    This RFC specifies a proposed protocol for the ARPA Internet    community, and requests discussion and suggestions for    improvements.  Distribution of this memo is unlimited. 
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.                              Table of Contents 
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      1   Introduction.......................................... 1      1.1   Purpose of This Document............................ 1      1.2   Summary of Features................................. 2 
  64.  
  65.      2   General Description................................... 3      2.1   Motivation.......................................... 3      2.2   Relation to Other Protocols......................... 4      2.2.1   Transport Service Requirements.................... 5 
  66.  
  67.      3   Protocol Operation.................................... 9      3.1   Overview............................................ 9      3.2   Session Management.................................. 9      3.3   Command Sequencing................................. 10      3.4   Data Packing and Transmission...................... 10      3.5   Implementations.................................... 12 
  68.  
  69.      4   Commands and Formats................................. 15      4.1   Packet Format...................................... 15      4.2   Command Format..................................... 16      4.2.1   Command Header................................... 16      4.3   Addressing......................................... 19      4.3.1   Long Address Format.............................. 20      4.3.2   Short Address Format............................. 25 
  70.  
  71.      5   Protocol Commands.................................... 29      5.1   HELLO Command...................................... 29      5.2   HELLO_REPLY........................................ 29      5.3   SYNCH Command...................................... 33      5.4   SYNCH_REPLY........................................ 34      5.5   ABORT Command...................................... 35      5.6   ABORT_DONE Reply................................... 35      5.7   ERROR Reply........................................ 36      5.8   ERRACK Acknowledgement............................. 39 
  72.  
  73.      6   Data Transfer Commands............................... 41      6.1   WRITE Command...................................... 42      6.2   READ Command....................................... 43      6.3   READ_DATA Response................................. 45      6.4   READ_DONE Reply.................................... 47      6.5   MOVE Command....................................... 48      6.6   MOVE_DATA Response................................. 50 
  74.  
  75.  
  76.  
  77.                                                                 Page i 
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.      6.7   MOVE_DONE Reply.................................... 52      6.8   REPEAT_DATA........................................ 53      6.9   WRITE_MASK Command (Optional)...................... 54 
  87.  
  88.      7   Control Commands..................................... 59      7.1   START Command...................................... 59      7.2   STOP Command....................................... 61      7.3   CONTINUE Command................................... 62      7.4   STEP Command....................................... 62      7.5   REPORT Command..................................... 63      7.6   STATUS Reply....................................... 64      7.7   EXCEPTION Trap..................................... 66 
  89.  
  90.      8   Management Commands.................................. 69      8.1   CREATE Command..................................... 69      8.2   CREATE_DONE Reply.................................. 74      8.3   DELETE Command..................................... 75      8.4   DELETE_DONE Reply.................................. 76      8.5   LIST_ADDRESSES Command............................. 76      8.6   ADDRESS_LIST Reply................................. 77      8.7   LIST_BREAKPOINTS Command........................... 79      8.8   BREAKPOINT_LIST Reply.............................. 80      8.9   LIST_PROCESSES Command............................. 82      8.10   PROCESS_LIST Reply................................ 83      8.11   LIST_NAMES Command................................ 84      8.12   NAME_LIST Reply................................... 85      8.13   GET_PHYS_ADDR Command............................. 87      8.14   GOT_PHYS_ADDR Reply............................... 88      8.15   GET_OBJECT Command................................ 90      8.16   GOT_OBJECT Reply.................................. 91 
  91.  
  92.      9   Breakpoints and Watchpoints.......................... 93      9.1   BREAKPOINT_DATA Command............................ 95 
  93.  
  94.      10   Conditional Commands................................ 99      10.1   Condition Command Format......................... 100      10.2   COUNT Conditions................................. 101      10.3   CHANGED Condition................................ 102      10.4   COMPARE Condition................................ 103      10.5   TEST Condition................................... 105 
  95.  
  96.      11   Breakpoint Commands................................ 109      11.1   INCREMENT Command................................ 109      11.2   INC_COUNT Command................................ 110      11.3   OR Command....................................... 111      11.4   SET_PTR Command.................................. 112      11.5   SET_STATE Command................................ 113 
  97.  
  98.  
  99.  
  100.      Page ii 
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.      A   Diagram Conventions................................. 115 
  110.  
  111.      B   Command Summary..................................... 117 
  112.  
  113.      C   Commands, Responses and Replies..................... 121 
  114.  
  115.      D   Glossary............................................ 123 
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.                                                               Page iii 
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.                                   FIGURES 
  169.  
  170.  
  171.  
  172.       1  Relation to Other Protocols............................ 4      2  Form of Data Exchange Between Layers................... 6      3  Packing of 16-bit Words............................... 11      4  Packing of 20-bit Words............................... 12      5  Network Packet Format................................. 15      6  LDP Command Header Format............................. 16      7  Command Classes....................................... 17      8  Command Types......................................... 18      9  Long Address Format................................... 20      10  Long Address Modes................................... 21      11  Short Address Format................................. 26      12  Short Address Modes.................................. 27      13  HELLO Command Format................................. 29      14  HELLO_REPLY Format................................... 30      15  System Types......................................... 31      16  Target Address Codes................................. 31      17  Feature Levels....................................... 32      18  Options.............................................. 33      19  SYNCH Command Format................................. 33      20  SYNCH_REPLY Format................................... 34      21  ABORT Command Format................................. 35      22  ABORT_DONE Reply Format.............................. 36      23  ERROR Reply Format................................... 37      24  ERROR Codes.......................................... 38      25  ERRACK Command Format................................ 40      26  WRITE Command Format................................. 42      27  READ Command Format.................................. 44      28  DATA Response Format................................. 46      29  READ_DONE Reply Format............................... 47      30  MOVE Command Format.................................. 49      31  MOVE_DATA Response Format............................ 51      32  MOVE_DONE Reply Format............................... 52      33  REPEAT_DATA Command Format........................... 54      34  WRITE_MASK Format.................................... 56      35  START Command Format................................. 60      36  STOP Command Format.................................. 61      37  CONTINUE Command Format.............................. 62      38  STEP Command Format.................................. 63      39  REPORT Command Format................................ 64      40  STATUS Reply Format.................................. 65      41  EXCEPTION Format..................................... 66      42  CREATE Command Format................................ 70 
  173.  
  174.  
  175.  
  176.      Page iv 
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.      43  Create Types......................................... 71      44  CREATE BREAKPOINT Format............................. 71      45  CREATE MEMORY_OBJECT Format.......................... 73      46  CREATE_DONE Reply Format............................. 74      47  DELETE Command Format................................ 75      48  DELETE_DONE Reply Format............................. 76      49  LIST_ADDRESSES Command Format........................ 77      50  ADDRESS_LIST Reply Format............................ 78      51  LIST_BREAKPOINTS Command Format...................... 80      52  BREAKPOINT_LIST Reply Format......................... 81      53  LIST_PROCESSES Command Format........................ 82      54  PROCESS_LIST Reply Format............................ 84      55  LIST_NAMES Command Format............................ 85      56  NAME_LIST Reply Format............................... 86      57  GET_PHYS_ADDR Command Format......................... 88      58  GOT_PHYS_ADDR Reply Format........................... 89      59  GET_OBJECT Command Format............................ 90      60  GOT_OBJECT Reply Format.............................. 91      61  Commands to Manipulate Breakpoints................... 93      62  Breakpoint Conditional Command Lists................. 95      63  BREAKPOINT_DATA Command Format....................... 96      64  Breakpoint Data Stream Format........................ 97      65  Conditional Command Summary.......................... 99      66  Condition Command Header............................ 101      67  COUNT Condition Format.............................. 101      68  CHANGED Condition................................... 102      69  COMPARE Condition................................... 104      70  TEST Condition...................................... 106      71  Breakpoint Command Summary.......................... 109      72  INCREMENT Command Format............................ 110      73  INC_COUNT Command Format............................ 111      74  OR Command Format................................... 111      75  SET_PTR Command Format.............................. 112      76  SET_STATE Command Format............................ 113      77  Sample Diagram...................................... 115      78  Command Summary..................................... 118      79  Commands, Responses and Replies..................... 122 
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.                                                                 Page v 
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.                                   CHAPTER 1 
  208.  
  209.                                 Introduction 
  210.  
  211.  
  212.  
  213.           The Loader-Debugger Protocol (LDP) is an  application  layer      protocol   for  loading, dumping  and  debugging  target machines      from hosts in a network environment.  This protocol  is  designed      to  accommodate a variety  of  target  cpu  types.  It provides a      powerful set of debugging services.  At  the  same  time,  it  is      structured  so  that  a  simple  subset  may  be  implemented  in      applications like boot  loading   where efficiency and space  are      at a premium. 
  214.  
  215.            The authors would like  to  thank  Dan  Franklin  and  Peter      Cudhea  for providing many of the ideas on which this protocol is      based. 
  216.  
  217.  
  218.  
  219.       1.1  Purpose of This Document 
  220.  
  221.           This is a technical specification for the LDP protocol.   It      is intended to be comprehensive enough to be used by implementors      of the  protocol.   It  contains  detailed  descriptions  of  the      formats  and usage of over forty commands.  Readers interested in      an overview of LDP should read the Summary  of  Features,  below,      and  skim  Sections  2  through  3.1.   Also  see Appendix B, the      Command Summary.  The remainder of the document reads  best  when      accompanied by strong coffee or tea. 
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.                                                                 Page 1 
  240.  
  241.  
  242.  
  243.  
  244.      RFC-909                                                 July 1984 
  245.  
  246.  
  247.  
  248.      1.2  Summary of Features 
  249.  
  250.           LDP has the following features: 
  251.  
  252.           o   commands to perform loading, dumping and debugging 
  253.  
  254.           o   support for multiple connections to a single target 
  255.  
  256.           o   reliable performance in an internet environment 
  257.  
  258.           o   a small protocol subset for target loaders 
  259.  
  260.           o   addressing  modes  and  commands  to  support   multiple               machine types 
  261.  
  262.           o   breakpoints and watchpoints  which  run  in  the  target               machine. 
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.      Page 2 
  297.  
  298.  
  299.  
  300.  
  301.      LDP Specification                             General Description 
  302.  
  303.  
  304.  
  305.                                  CHAPTER 2 
  306.  
  307.                              General Description 
  308.  
  309.  
  310.  
  311.      2.1  Motivation 
  312.  
  313.           LDP is an  application  protocol  that  provides  a  set  of      commands  used  by  application programs for loading, dumping and      debugging target machines across a network. 
  314.  
  315.           The goals of this protocol are shown in the following list: 
  316.  
  317.            o   The protocol should support various processor types  and               operating  systems.   Overhead  and complexity should be               minimized for simpler cases. 
  318.  
  319.            o   The protocol should provide support for applications  in               which  more  than  one  user  can  debug the same target               machine.  This implies an underlying transport mechanism               that supports multiple connections between a host-target               pair. 
  320.  
  321.            o   LDP should have a minimal subset of  commands  for  boot               loading  and dumping.  Target machine implementations of               these applications are often restricted in the amount of               code-space  they  may  take.   The  services  needed for               loading and dumping  should  be  provided  in  a  small,               easily implemented set of commands. 
  322.  
  323.            o   There should be a means for communicating exceptions and               errors from the target LDP process to the host process. 
  324.  
  325.            o   LDP should allow the application to implement a full set               of debugging functions without crippling the performance               of the target's application (i.e., PSN,  PAD,  gateway).               For  example,  a  breakpoint  mechanism  that  halts the               target machine while breakpoint commands are  sent  from               the  host  to the target is of limited usefulness, since               the target will  be  unable  to  service  the  real-time 
  326.  
  327.  
  328.  
  329.                                                                 Page 3 
  330.  
  331.  
  332.  
  333.  
  334.      RFC-909                                                 July 1984 
  335.  
  336.  
  337.  
  338.               demands of its application. 
  339.  
  340.  
  341.  
  342.      2.2  Relation to Other Protocols 
  343.  
  344.           LDP is an application protocol that fits  into  the  layered      internet  protocol environment. Figure 1 illustrates the place of      LDP in the protocol hierarchy. 
  345.  
  346.  
  347.  
  348.  
  349.  
  350.                   +------------------------------+                   |              LDP             |        Application                   +------------------------------+        Layer                         |                  |                         |                  |                         |                  |                   +---------+          +---------+                   |   RDP   |    or    |  TCP    |        Transport Layer                   +---------+          +---------+                     | or |                |                     |    |                |                     |  +--------------------+                     |  |  Internet Protocol |             Internetwork                     |  +--------------------+             Layer                     |              |                   +------------------------------+                   |    Network Access Protocol   |        Network Layer                   +------------------------------+ 
  351.  
  352.                          Relation to Other Protocols                                  Figure 1 
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.       Page 4 
  367.  
  368.  
  369.  
  370.  
  371.      LDP Specification                             General Description 
  372.  
  373.  
  374.  
  375.      2.2.1  Transport Service Requirements 
  376.  
  377.           LDP requires that the underlying transport layer: 
  378.  
  379.  
  380.  
  381.           o   allow connections to be opened by specifying  a  network               (or  internet)  address.   Support  passive  and  active               opens. 
  382.  
  383.           o   for each connection, specify the maximum message size. 
  384.  
  385.           o   provide a mechanism for sending and  receiving  messages               over an open connection. 
  386.  
  387.           o   deliver messages reliably and in sequence 
  388.  
  389.           o   support multiple connections, and  distinguish  messages               associated  with  different connections.  This is only a               requirement where LDP is  expected  to  support  several               users at the same time. 
  390.  
  391.           o   explictly return the outcome (success/failure)  of  each               request  (open,  send,  receive), and provide a means of               querying the  status  of  a  connection  (unacknowledged               message count, etc.). 
  392.  
  393.            Data is passed from the application program to the LDP  user      process  in  the  form of commands.  In the case of an LDP server      process, command responses originate in LDP itself.  Below LDP is      the  transport  protocol.  The  Reliable  Data  Protocol  (RDP --      RFC 908) is the recommended transport procotol.  Data  is  passed      across  the  LDP/RDP interface in the form of messages.  (TCP may      be used in place of RDP, but it will be  less  efficient  and  it      will  require  more  resources  to implement.)  An internet layer      (IP) normally comes between RDP and the network  layer,  but  RDP      may exchange data packets directly with the network layer. 
  394.  
  395.           Figure  2  shows  the  flow  of  data  across  the  protocol      interfaces: 
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.                                                                 Page 5 
  406.  
  407.  
  408.  
  409.  
  410.      RFC-909                                                 July 1984 
  411.  
  412.  
  413.  
  414.  
  415.  
  416.                                +------+                                |      |                                |Appli-|                                |cation|                                |      |                                +------+                                   ^                        Commands   |                                   V                                +------+                                |      |                                | LDP  |                                |      |                                +------+                                   ^                        Messages   |                                   V                                +-----+                                |     |                                | RDP |                                |     |                                +-----+                                   ^                        Segments   |                                   V                                 +----+                                 |    |                                 | IP |                                 |    |                                 +----+                                   ^                        Datagrams  |                                   V                               ?  *     !                            $  =      ^   +                              *                           >    Internet                             ,            ?                                  !    )                               *   %     $ 
  417.  
  418.                     Form of Data Exchange Between Layers                                  Figure 2 
  419.  
  420.  
  421.  
  422.       Page 6 
  423.  
  424.  
  425.  
  426.  
  427.      LDP Specification                             General Description 
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.                                                                 Page 7 
  482.  
  483.  
  484.  
  485.  
  486.      RFC-909                                                 July 1984 
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.   
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.       Page 8 
  539.  
  540.  
  541.  
  542.  
  543.      LDP Specification                              Protocol Operation 
  544.  
  545.  
  546.  
  547.                                  CHAPTER 3 
  548.  
  549.                              Protocol Operation 
  550.  
  551.  
  552.  
  553.      3.1  Overview 
  554.  
  555.           An LDP session consists  of  an  exchange  of  commands  and      responses  between an LDP user process and an LDP server process.      Normally,  the  user  process  resides  on  a  host  machine   (a      timesharing  computer  used  for network monitoring and control),      and the server process resides on a  target  machine  (PSN,  PAD,      gateway,  etc.).   Throughout  this document, host and target are      used  as  synonyms  for  user   process   and   server   process,      respectively,  although  in  some implementations (the Butterfly,      for example) this  correspondence  may  be  reversed.   The  host      controls  the  session  by  sending commands to the target.  Some      commands elicit responses, and all commands may elicit  an  error      reply. 
  556.  
  557.           The protocol contains five classes  of  commands:  protocol,      data  transfer,  management,   control  and breakpoint.  Protocol      commands are used to verify the command sequencing mechanism  and      to handle erroneous commands.  Data transfer commands involve the      transfer of data from one place to another, such  as  for  memory      examine/deposit,  or  loading.  Management  commands are used for      creating   and   deleting   objects   (processes,    breakpoints,      watchpoints,  etc.)  in the target machine.  Control commands are      used to control the execution of  target  code  and  breakpoints.      Breakpoint commands are used to control the execution of commands      inside breakpoints and watchpoints. 
  558.  
  559.  
  560.  
  561.      3.2  Session Management 
  562.  
  563.           An LDP session consists of a series of commands sent from  a      host  LDP  to  a  target  LDP,  some  of which may be followed by      responses from the target.  A session begins when a host opens  a      transport  connection to a target listening on a well known port.      LDP uses RDP port number zzz or TCP port number  yyy.   When  the      connection  has been established, the host sends a HELLO command,      and the target  replies  with  a  HELLO_REPLY.   The  HELLO_REPLY      contains  parameters that describe the target's implementation of      LDP, including protocol  version,  implementation  level,  system 
  564.  
  565.  
  566.  
  567.                                                                 Page 9 
  568.  
  569.  
  570.  
  571.  
  572.      RFC-909                                                 July 1984 
  573.  
  574.  
  575.  
  576.      type,  and  address format.  The session terminates when the host      closes the underlying  transport  connection.   When  the  target      detects  that the transport connection has been closed, it should      deallocate any resources dedicated to the session. 
  577.  
  578.           The target process is the passive partner in an LDP session,      and  it  waits for the host process to terminate the session.  As      an implementation consideration, either LDP  or  the   underlying      transport  protocol  in  the  target  should  have  a  method for      detecting if the host process  has  died.   Otherwise,   an   LDP      target  that  supported  only  one  connection  could be rendered      useless by a host that crashed in the  middle of a session.   The      problem  of  detecting  half-dead  connections  can be avoided by      taking a different tack:  the target could allow new  connections      to  usurp  inactive  connections.  A  connection with no activity      could be declared 'dead', but would  not  be  usurped  until  the      connection  resource  was  needed.   However,  this  would  still      require the transport layer to support two  connection  channels:      one  to  receive  connection  requests, and another to use for an      active connection. 
  579.  
  580.  
  581.  
  582.       3.3  Command Sequencing 
  583.  
  584.           Each command sent from the host to the target has a sequence      number.   The  sequence  number is used by the target to refer to      the command in normal replies and error replies.  To save  space,      these  numbers  are  not  actually  included  in  host  commands.      Instead, each command sent from the host is assigned an  implicit      sequence  number.   The  sequence  number  starts  at zero at the      beginning of the LDP  session  and  increases  by  one  for  each      command sent.  The host and target each keep track of the current      number.  The SYNCH <sequence number> command may be used  by  the      host to synchronize the sequence number. 
  585.  
  586.  
  587.  
  588.  
  589.  
  590.      3.4  Data Packing and Transmission 
  591.  
  592.           The convention for the order of data packing was chosen  for      its  simplicity:  data  are packed most significant bit first, in      order of increasing target address, into  eight-bit  octets.  The      octets of packed data are transmitted in sequential order. 
  593.  
  594.  
  595.  
  596.      Page 10 
  597.  
  598.  
  599.  
  600.  
  601.      LDP Specification                              Protocol Operation 
  602.  
  603.  
  604.  
  605.           Data are always packed according to the  address  format  of      the  target  machine.   For  example, in an LDP session between a      20-bit host and  a  16-bit  target,  16-bit  words  (packed  into      octets)   are  transmitted  in  both  directions.   For  ease  of      discussion, targets are treated here  as  if  they  have  uniform      address  spaces.  In practice, the size of address units may vary      within a target -- 16-bit macromemory, 32-bit micromemory, 10-bit      dispatch  memory,  etc.   Data packing between host and target is      tailored to the units of the current target address space. 
  606.  
  607.           Figures showing the packing of data for targets with various      address  unit  sizes  are given below.  The order of transmission      with respect to the diagrams is top to bottom.  Bit numbering  in      the  following diagrams refers to significance in the octet:  bit      zero  is  the  least  significant  bit  in  an  octet.   For   an      explanation  of  the bit numbering convention that applies in the      rest of this document, please see Appendix A. 
  608.  
  609.           The packing of data for targets with word lengths  that  are      multiples   of  8  is  straightforward.   The  following  diagram      illustrates 16-bit packing: 
  610.  
  611.  
  612.  
  613.                           7                               0                           ---------------------------------                Octet 0    |      WORD 0 bits 15-08        |                           ---------------------------------                Octet 1    |      WORD 0 bits 07-00        |                           ---------------------------------                Octet 2    |      WORD 1 bits 15-08        |                           ---------------------------------                Octet 3    |      WORD 1 bits 07-00        |                           ---------------------------------                                         *                                         *                                         *                           ---------------------------------                Octet 2n-1 |      WORD n bits 07-00        |                           --------------------------------- 
  614.  
  615.                            Packing of 16-bit Words                                  Figure 3 
  616.  
  617.  
  618.  
  619.  
  620.  
  621.                                                                 Page 11 
  622.  
  623.  
  624.  
  625.  
  626.      RFC-909                                                 July 1984 
  627.  
  628.  
  629.  
  630.      Packing  for  targets  with  peculiar  word   lengths   is   more      complicated.   For  20-bit  machines,  2 words of data are packed      into  5  octets.   When  an  odd  number  of  20-bit  words   are      transmitted,  the  partially used octet is included in the length      of the command, and the octet is padded to the right with zeroes. 
  631.  
  632.  
  633.  
  634.                           7                               0                           ---------------------------------                Octet 0    |      WORD 0 bits 19-12        |                           ---------------------------------                Octet 1    |      WORD 0 bits 11-04        |                           ---------------------------------                Octet 2    |  WORD 0 03-00 |  WORD 1 19-16 |                           ---------------------------------                Octet 3    |      WORD 1 bits 15-08        |                           ---------------------------------                Octet 4    |      WORD 1 bits 07-00        |                           --------------------------------- 
  635.  
  636.                            Packing of 20-bit Words                                  Figure 4 
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.      3.5  Implementations 
  645.  
  646.           A subset of LDP commands may be implemented in targets where      machine  resources  are  limited and the full capabilities of LDP      are  not  needed.  There  are  three  basic  levels   of   target      implementations:       LOADER_DUMPER,      BASIC_DEBUGGER     and      FULL_DEBUGGER.  The target communicates  its  LDP  implementation      level  to the host during session initiation.  The implementation      levels are described below: 
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.       Page 12 
  657.  
  658.  
  659.  
  660.  
  661.      LDP Specification                              Protocol Operation 
  662.  
  663.  
  664.  
  665.      LOADER_DUMPER 
  666.  
  667.           Used  for   loading/dumping    of   the   target    machine.           Includes   all  protocol   class  commands and replies; data           transfer commands READ, WRITE,  MOVE  and  their  responses;           control   command   START  and  control  reply    EXCEPTION.           Understands at least PHYS_MACRO and HOST  addressing  modes;           others if desired. 
  668.  
  669.      BASIC_DEBUGGER 
  670.  
  671.           Implements  LOADER_DUMPER  commands,  all  control commands,           all  addressing modes appropriate to the target machine, but           does  not  have finite state machine  (FSM)  breakpoints  or           watchpoints.   Default  breakpoints  are  implemented.   The           target understands long addressing mode. 
  672.  
  673.      FULL_DEBUGGER 
  674.  
  675.           Implements all commands and addressing modes appropriate  to           the   target  machine,  and  includes  breakpoint  commands,           conditional commands and BREAKPOINT_DATA.   Watchpoints  are           optional. 
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.                                                                Page 13 
  704.  
  705.  
  706.  
  707.  
  708.      RFC-909                                                 July 1984 
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.      Page 14 
  763.  
  764.  
  765.  
  766.  
  767.      LDP Specification                            Commands and Formats 
  768.  
  769.  
  770.  
  771.                                  CHAPTER 4 
  772.  
  773.                             Commands and Formats 
  774.  
  775.  
  776.  
  777.      4.1  Packet Format 
  778.  
  779.           LDP commands are enclosed in RDP transport messages.  An RDP      message  may contain more than one command, but each command must      fit entirely within a single message.  Network packets containing      LDP commands have the format shown in Figure 5. 
  780.  
  781.                        +----------------+                       |  Local Network |                       |    Header(s)   |                       +----------------+                       |   IP Header    |                       +----------------+                       |   RDP Header   |                       +----------------+     +-+                       |   LDP Command  |      |                       |   Header       |      |                       +----------------+      |                       |   Optional     |      |                       .   LDP          .      | LDP Command                       .   Data         .      | Format                       |                |      |                       +----------------+      |                       |   LDP Padding  |      |                       +----------------+     +-+                       |   Additional   |                       .   LDP          .                       .   Commands     .                       .                .                       +----------------+ 
  782.  
  783.                             Network Packet Format                                  Figure 5 
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.                                                                 Page 15 
  792.  
  793.  
  794.  
  795.  
  796.      RFC-909                                                 July 1984 
  797.  
  798.  
  799.  
  800.      4.2  Command Format 
  801.  
  802.           LDP commands consist of a standard two-word header  followed      optionally  by  additional data.  To facilitate parsing of multi-      command messages, all commands contain an even number of  octets.      Commands that contain an odd number of data octets must be padded      with a null octet. 
  803.  
  804.           The commands defined by the LDP specification  are  intended      to  be of universal application to provide a common basis for all      implementations.  Command class and type codes from 0 to 63.  are      reserved  by the protocol.  Codes above 63. are available for the      implementation of target-specific commands. 
  805.  
  806.  
  807.  
  808.       4.2.1  Command Header 
  809.  
  810.           LDP commands begin with a fixed length header.   The  header      specifies the type of command and its length in octets. 
  811.  
  812.                         0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |     Command Length (octets)   |                       +---------------+---------------+                     1 | Command Class | Command Type  |                       +---------------+---------------+ 
  813.  
  814.                           LDP Command Header Format                                  Figure 6 
  815.  
  816.       HEADER FIELDS: 
  817.  
  818.      Command Length 
  819.  
  820.           The command length gives the total number of octets  in  the           command,  including the length field and data, and excluding           padding. 
  821.  
  822.      Command Class      Command Type 
  823.  
  824.  
  825.  
  826.       Page 16 
  827.  
  828.  
  829.  
  830.  
  831.      LDP Specification                            Commands and Formats 
  832.  
  833.  
  834.  
  835.           The command class and type  together  specify  a  particular           command.   The  class selects one of six command categories,           and the type gives the command within  that  category.   All           codes are decimal.  The symbols given in Figures 7 and 8 for           command classes and types are used in the remainder of  this           document for reference. 
  836.  
  837.           The command classes that have been defined are: 
  838.  
  839.                       Command Class  |  Symbol                     ----------------+-----------                             1       | PROTOCOL                             2       | DATA_TRANSFER                             3       | CONTROL                             4       | MANAGEMENT                             5       | BREAKPOINT                             6       | CONDITION                             7 - 63  | <reserved> 
  840.  
  841.                                Command Classes                                  Figure 7 
  842.  
  843.            Command  type  codes  are  assigned  in  order  of  expected           frequency  of use.  Commands and their responses/replies are           numbered  sequentially.   The  command  types,  ordered   by           command class, are: 
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.                                                                Page 17 
  866.  
  867.  
  868.  
  869.  
  870.      RFC-909                                                 July 1984 
  871.  
  872.  
  873.  
  874.  
  875.  
  876.                      Command Class  |  Command Type | Symbol                     ----------------+---------------+----------                       PROTOCOL      |       1       | HELLO                                     |       2       | HELLO_REPLY                                     |       3       | SYNCH                                     |       4       | SYNCH_REPLY                                     |       5       | ERROR                                     |       6       | ERRACK                                     |       7       | ABORT                                     |       8       | ABORT_DONE                                     |       9 - 63  | <reserved>                                     |               |                       DATA_TRANSFER |       1       | WRITE                                     |       2       | READ                                     |       3       | READ_DONE                                     |       4       | READ_DATA                                     |       5       | MOVE                                     |       6       | MOVE_DONE                                     |       7       | MOVE_DATA                                     |       8       | REPEAT_DATA                                     |       9       | BREAKPOINT_DATA                                     |       10      | WRITE_MASK                                     |       11 - 63 | <reserved>                                     |               |                       CONTROL       |       1       | START                                     |       2       | STOP                                     |       3       | CONTINUE                                     |       4       | STEP                                     |       5       | REPORT                                     |       6       | STATUS                                     |       7       | EXCEPTION                                     |       8 - 63  | <reserved>                                     |               |                       MANAGEMENT    |       1       | CREATE                                     |       2       | CREATE_DONE                                     |       3       | DELETE                                     |       4       | DELETE_DONE                                     |       5       | LIST_ADDRESSES                                     |       6       | ADDRESS_LIST                                     |       7       | GET_PHYS_ADDRESS                                     |       8       | GOT_PHYS_ADDRESS                                     |       9       | GET_OBJECT                                     |       10      | GOT_OBJECT                                     |       11      | LIST_BREAKPOINTS                                     |       12      | BREAKPOINT_LIST 
  877.  
  878.  
  879.  
  880.      Page 18 
  881.  
  882.  
  883.  
  884.  
  885.      LDP Specification                            Commands and Formats 
  886.  
  887.  
  888.  
  889.                                     |       13      | LIST_NAMES                                     |       14      | NAME_LIST                                     |       15      | LIST_PROCESSES                                     |       16      | PROCESS_LIST                                     |       17 - 63 | <reserved>                                     |               |                       BREAKPOINT    |       1       | INCREMENT                                     |       2       | INC_COUNT                                     |       3       | OR                                     |       4       | SET_PTR                                     |       5       | SET_STATE                                     |       6 - 63  | <reserved>                                     |               |                       CONDITION     |       1       | CHANGED                                     |       2       | COMPARE                                     |       3       | COUNT_EQ                                     |       4       | COUNT_GT                                     |       5       | COUNT_LT                                     |       6       | TEST                                     |       7 - 63  | <reserved> 
  890.  
  891.                                 Command Types                                  Figure 8 
  892.  
  893.  
  894.  
  895.  
  896.  
  897.      4.3  Addressing 
  898.  
  899.           Addresses are used  in  LDP  commands  to  refer  to  memory      locations,  processes,  buffers,  breakpoints and other entities.      Many of these entities are machine-dependent; some machines  have      named  objects,  some  machines have multiple address spaces, the      size of address spaces varies, etc.  The  format  for  specifying      addresses  needs  to  be  general  enough  to handle all of these      cases.   This  speaks  for  a  large,  hierarchically  structured      address  format.   However, the disadvantage of a large format is      that it imposes extra overhead on communication with targets that      have simpler address schemes. 
  900.  
  901.           LDP resolves this conflict by employing two address formats:      a  short  three-word format for addressing simpler targets, and a      long five-word format for others.  Each target LDP is required to      implement  at least one of these formats.  At the start of an LDP      session, the target specifies the address format(s)  it  uses  in 
  902.  
  903.  
  904.  
  905.                                                                Page 19 
  906.  
  907.  
  908.  
  909.  
  910.      RFC-909                                                 July 1984 
  911.  
  912.  
  913.  
  914.      the  Flag field of the HELLO_REPLY message.  In each address, the      first bit of the mode octet is a format flag:  0  indicates  LONG      address format, and 1 indicates SHORT format. 
  915.  
  916.  
  917.  
  918.       4.3.1  Long Address Format 
  919.  
  920.           The long address format is five words long and consists of a      three-word  address  descriptor and a two-word offset (see Figure      9). The descriptor specifies an address space to which the offset      is applied.  The descriptor is subdivided into several fields, as      described below.  The structuring of the descriptor  is  designed      to  support  complex  addressing  modes.  For example, on targets      with  multiple  processes,  descriptors  may  reference   virtual      addresses,  registers,  and  other  entities  within a particular      process. 
  921.  
  922.           The addressing modes defined below are intended as a base to      which  target-specific  modes  may be added.  Modes up to 63. are      reserved by the protocol.  The range 64. to 127. may be used  for      target-specific address modes. 
  923.  
  924.                 Long Format - Format bit is LONG=0 
  925.  
  926.                 0             0 0   1         1                 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                +-------------------------------+  +-+                |0|       Mode  |  Mode Arg     |   |                +-------------------------------+   |                |                    (31-16)    |   | Descriptor                +----          ID            ---+   |                |                    (15-0)     |   |                +-------------------------------+  +-+                |                    (31-16)    |   |                +----        Offset          ---+   | Offset                |                    (15-0)     |   |                +-------------------------------+  +-+ 
  927.  
  928.                              Long Address Format                                  Figure 9 
  929.  
  930.       LONG ADDRESS FIELDS: 
  931.  
  932.  
  933.  
  934.      Page 20 
  935.  
  936.  
  937.  
  938.  
  939.      LDP Specification                            Commands and Formats 
  940.  
  941.  
  942.  
  943.      Mode 
  944.  
  945.           The address mode identifies the type of address space  being           referenced.   The mode is qualified by the mode argument and           the ID field.  Implementation of modes other  than  physical           and  host is machine-dependent.  Currently defined modes and           the address space they reference are shown in Figure 10. 
  946.  
  947.            Mode | Symbol               | Address space           -----+----------------------+--------------------------- 
  948.  
  949.             0    HOST                   Host             1    PHYS_MACRO             Macromemory             2    PHYS_MICRO             Micromemory             3    PHYS_I/O               I/O space             4    PHYS_MACRO_PTR         Macro contains a pointer             5    PHYS_REG               Register             6    PHYS_REG_OFFSET        Register plus offset             7    PHYS_REG_INDIRECT      Register contains address                                         of a pointer 
  950.  
  951.             8    PROCESS_CODE           Process code space             9    PROCESS_DATA           Process data space            10    PROCESS_DATA_PTR       Process data contains a ptr            11    PROCESS_REG            Process virtual register            12    PROCESS_REG_OFFSET     Process register plus offset            13    PROCESS_REG_INDIRECT   Process register contains                                         address of a pointer 
  952.  
  953.            14    OBJECT_OFFSET          Memory object (queue, pool)            15    OBJECT_HEADER          System header for an object            16    BREAKPOINT             Breakpoint            17    WATCHPOINT             Watchpoint            18    BPT_PTR_OFFSET         Breakpoint ptr plus offset            19    BPT_PTR_INDIRECT       Breakpoint ptr plus offset                                         gives address of a pointer            20 -  <reserved>            63 
  954.  
  955.                              Long Address Modes                                  Figure 10 
  956.  
  957.  
  958.  
  959.      Mode Argument 
  960.  
  961.  
  962.  
  963.                                                                Page 21 
  964.  
  965.  
  966.  
  967.  
  968.      RFC-909                                                 July 1984 
  969.  
  970.  
  971.  
  972.           Provides a numeric argument to the  mode  field.   Specifies           the  register  in  physical  and  process REG and REG_OFFSET           modes. 
  973.  
  974.      ID Field 
  975.  
  976.           Identifies a particular process, buffer or object. 
  977.  
  978.      Offset 
  979.  
  980.           The offset into the linear  address  space  defined  by  the           mode.  The size of the machine word determines the number of           significant bits in the offset.   Likewise,  the  addressing           units of the target are the units of the offset. 
  981.  
  982.      The interpretation of the mode argument, ID field and offset  for      each address mode is given below: 
  983.  
  984.      HOST 
  985.  
  986.           The ID and offset fields are numbers assigned arbitrarily by           the  host  side  of the debugger.  These numbers are used in           MOVE and MOVE_DATA messages.  MOVE_DATA responses containing           this  mode  as the destination are sent by the target to the           host.  This may occur in debugging when data is sent to  the           host from the target breakpoint. 
  987.  
  988.      PHYS_MACRO 
  989.  
  990.           The  offset  contains  the  32-bit  physical  address  of  a           location in macromemory.  The mode argument and ID field are           not used.   For  example,  mode=PHYS_MACRO  and  offset=1000           specifies location 1000 in physical memory. 
  991.  
  992.      PHYS_MICRO 
  993.  
  994.           Like PHYS_MACRO, but the location is in micromemory. 
  995.  
  996.      PHYS_I/O 
  997.  
  998.           Like PHYS_MACRO, but the location is in I/O space. 
  999.  
  1000.      PHYS_MACRO_PTR 
  1001.  
  1002.           The offset contains the address of a pointer in macromemory.           The  location  pointed to (the effective address) is also in           macromemory.  The mode argument and ID field are unused. 
  1003.  
  1004.  
  1005.  
  1006.      Page 22 
  1007.  
  1008.  
  1009.  
  1010.  
  1011.      LDP Specification                            Commands and Formats 
  1012.  
  1013.  
  1014.  
  1015.      PHYS_REG 
  1016.  
  1017.           The mode argument  gives  the  physical  register.   If  the           register  is  used by the LDP target process, then the saved           copy from  the  previous  context  is  used.   This  comment           applies  to  PHYS_REG_OFFSET  mode as well.  The ID field is           not used. 
  1018.  
  1019.      PHYS_REG_OFFSET 
  1020.  
  1021.           The offset is added to the contents of a register  given  as           the mode argument.  The result is used as a physical address           in macromemory.  ID is unused. 
  1022.  
  1023.      PHYS_REG_INDIRECT 
  1024.  
  1025.           The register specified in the mode arg contains the  address           of  a  pointer in macromemory.  The effective address is the           macromemory location specified  in  the  pointer,  plus  the           offset.  The ID field is unused. 
  1026.  
  1027.      PROCESS_CODE 
  1028.  
  1029.           The ID is a process ID, the offset is into  the  code  space           for this process.  Mode argument is not used. 
  1030.  
  1031.      PROCESS_DATA 
  1032.  
  1033.           The ID is a process ID, the offset is into  the  data  space           for  this  process.   Mode argument is not used.  On systems           that do not distinguish between code and data  space,  these           two  modes are equivalent, and reference the virtual address           space of the process. 
  1034.  
  1035.      PROCESS_DATA_PTR 
  1036.  
  1037.           The offset contains the address of a  pointer  in  the  data           space  of  the  process  specified  by the ID.  The location           pointed to (the effective  address)  is  also  in  the  data           space.  The mode argument is not used. 
  1038.  
  1039.      PROCESS_REG 
  1040.  
  1041.           Accesses the  registers  (and  other  system  data)  of  the           process  given  by the ID field.  Mode argument 0 starts the           registers.  After the registers, the  mode  argument  is  an           offset into the system area for the process. 
  1042.  
  1043.  
  1044.  
  1045.                                                                Page 23 
  1046.  
  1047.  
  1048.  
  1049.  
  1050.      RFC-909                                                 July 1984 
  1051.  
  1052.  
  1053.  
  1054.      PROCESS_REG_OFFSET 
  1055.  
  1056.           The offset plus the contents of the register  given  in  the           mode  argument specifies a location in the data space of the           process specified by the ID. 
  1057.  
  1058.      PROCESS_REG_INDIRECT 
  1059.  
  1060.           The register specified in the mode arg contains the  address           of  a  pointer in the data space of the process given by the           ID.  The effective address is the location in  process  data           space specified in the pointer, plus the offset. 
  1061.  
  1062.      OBJECT_OFFSET (optional) 
  1063.  
  1064.           The offset is into the memory space defined by the object ID           in   ID.    Recommended  for  remote  control  of  parameter           segments. 
  1065.  
  1066.      OBJECT_HEADER (optional) 
  1067.  
  1068.           The  offset  is  into  the  system  header  for  the  object           specified by the ID.  Intended for use with the Butterfly. 
  1069.  
  1070.      BREAKPOINT 
  1071.  
  1072.           The descriptor specifies a breakpoint.  The offset is  never           used,  this  type  is  only used in descriptors referring to           breakpoints.  (See Breakpoints and Watchpoints,  below,  for           an explanation of breakpoint descriptors.) 
  1073.  
  1074.      WATCHPOINT 
  1075.  
  1076.           The descriptor specifies a watchpoint.  The offset is  never           used,  this  type  is  only used in descriptors referring to           watchpoints.  (See Breakpoints and Watchpoints,  below,  for           an explanation of watchpoint descriptors). 
  1077.  
  1078.      BPT_PTR_OFFSET 
  1079.  
  1080.           For  this  mode  and  BPT_PTR_INDIRECT,  the  mode  argument           specifies  one  of two breakpoint pointer variables local to           the breakpoint in which this address occurs.  These pointers           and  the  SET_PTR command which manipulates them provide for           an  arbitrary  amount  of  address  indirection.   They  are           intended for use in traversing data structures: for example,           chasing queues.  In BPT_PTR_OFFSET, the offset is  added  to  
  1081.  
  1082.       Page 24 
  1083.  
  1084.  
  1085.  
  1086.  
  1087.      LDP Specification                            Commands and Formats 
  1088.  
  1089.  
  1090.  
  1091.           the  pointer  variable  to  give  the effective address.  In           targets which support multiple processes, the location is in           the  data  space of the process given by the ID.  Otherwise,           the  location  is  a  physical  address   in   macro-memory.           BPT_PTR.*   modes   are   valid   only  in  breakpoints  and           watchpoints. 
  1092.  
  1093.      BPT_PTR_INDIRECT 
  1094.  
  1095.           Like BPT_PTR_OFFSET, except that it uses one more  level  of           indirection.    The  pointer  variable  given  by  the  mode           argument plus the offset specify an address which points  to           the    effective    address.    See   the   description   of           BPT_PTR_OFFSET for a discussion of  usage,  limitations  and           address space. 
  1096.  
  1097.  
  1098.  
  1099.       4.3.2  Short Address Format 
  1100.  
  1101.           The  short  address  format   is   intended   for   use   in      implementations  where protocol overhead must be minimized.  This      format is a subset of the long address format:  it  contains  the      same  fields  except  for  the  ID  field.   Therefore, the short      addressing format supports only HOST and  PHYS_*  address  modes.      Only  the LOADER_DUMPER implementation level commands may be used      with the short addressing format.  The short  address  format  is      three  words  long,  consisting  of  a 16-bit word describing the      address space, and a 32-bit offset. 
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.                                                                 Page 25 
  1122.  
  1123.  
  1124.  
  1125.  
  1126.      RFC-909                                                 July 1984 
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.                     Short Format - Format bit is SHORT=1 
  1133.  
  1134.                      0             0 0   1         1                      0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                     +-------------------------------+                     |1|       Mode  | Mode Argument |                     +-------------------------------+  +-+                     |                    (31-16)    |   |                     +----        Offset          ---+   | Offset                     |                    (15-0)     |   |                     +-------------------------------+  +-+ 
  1135.  
  1136.                             Short Address Format                                  Figure 11 
  1137.  
  1138.       SHORT ADDRESS FIELDS:      Mode 
  1139.  
  1140.           The high-order  bit  is  1,  indicating  the  short  address           format.   A  list  of  the  address modes supported is given           below.  The interpretation of the  remaining  fields  is  as           described above for the long addressing format. 
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.       Page 26 
  1165.  
  1166.  
  1167.  
  1168.  
  1169.      LDP Specification                            Commands and Formats 
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.           Mode | Symbol             | Address space           -----+--------------------+--------------------------- 
  1176.  
  1177.             0    HOST                 Host             1    PHYS_MACRO           Macro-memory             2    PHYS_MICRO           Micro-memory             3    PHYS_I/O             I/O space             4    PHYS_MACRO_PTR       Macro contains a pointer             5    PHYS_REG             Register             6    PHYS_REG_OFFSET      Register plus offset             7    PHYS_REG_INDIRECT    Register contains address                                       of a pointer             8 -             32   <reserved> 
  1178.  
  1179.                              Short Address Modes                                  Figure 12 
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.                                                                 Page 27 
  1210.  
  1211.  
  1212.  
  1213.  
  1214.      RFC-909                                                 July 1984 
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.      Page 28 
  1269.  
  1270.  
  1271.  
  1272.  
  1273.      LDP Specification                               Protocol Commands 
  1274.  
  1275.  
  1276.  
  1277.                                  CHAPTER 5 
  1278.  
  1279.                               Protocol Commands 
  1280.  
  1281.  
  1282.  
  1283.           Protocol  commands  are  used  for   error   handling,   for      synchronizing  the command sequence number, and for communicating      protocol implementation parameters.  Every protocol command has a      corresponding  reply.   All  protocol  commands are sent from the      host  to  the  target,  with  replies  flowing  in  the  opposite      direction. 
  1284.  
  1285.  
  1286.  
  1287.       5.1  HELLO Command 
  1288.  
  1289.           The HELLO command is sent by the host to signal the start of      an LDP session.  The target responds with HELLO_REPLY. 
  1290.  
  1291.                         0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               4               |                       +---------------+---------------+                     1 |   PROTOCOL    |    HELLO      |                       +---------------+---------------+ 
  1292.  
  1293.                             HELLO Command Format                                  Figure 13 
  1294.  
  1295.  
  1296.  
  1297.  
  1298.  
  1299.       5.2  HELLO_REPLY 
  1300.  
  1301.           A HELLO_REPLY is sent by the target in response to the HELLO      command  at  the  start of an LDP session.  This reply is used to      inform the host about the  target's implementation of LDP. 
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.                                                                Page 29 
  1308.  
  1309.  
  1310.  
  1311.  
  1312.      RFC-909                                                 July 1984 
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               10              |                       +---------------+---------------+                     1 |    PROTOCOL   |   HELLO_REPLY |                       +---------------+---------------+                     2 |   LDP Version |  System Type  |                       +---------------+---------------+                     3 |   Options |W|S| Implementation|                       +---------------+---------------+                     4 | Address Code  |    Reserved   |                       +---------------+---------------+ 
  1319.  
  1320.                              HELLO_REPLY Format                                  Figure 14 
  1321.  
  1322.  
  1323.  
  1324.      HELLO_REPLY FIELDS: 
  1325.  
  1326.      LDP Version 
  1327.  
  1328.           The  target's  LDP  protocol  version.    If   the   current           host  protocol  version  does not agree  with  the  target's           protocol  version,  the  host may terminate the session,  or           may  continue it, at the discretion of the implementor.  The           current version number is 2. 
  1329.  
  1330.      System Type 
  1331.  
  1332.           The type of system running on the target.  This is used as a           check  against what the host thinks the target is.  The host           is expected to have a table  of  target  system  types  with           information  about  target  address  spaces, target-specific           commands and addressing modes, and so forth. 
  1333.  
  1334.           Currently defined system types are shown in Figure 15.  This           list  includes  some  systems normally thought of as 'hosts'           (e.g. C70, VAX), for implementations where targets  actively           initiate and direct a load of themselves. 
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340.       Page 30 
  1341.  
  1342.  
  1343.  
  1344.  
  1345.      LDP Specification                               Protocol Commands 
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351.              Code |  System       |  Description           --------+---------------+---------------------------                1     C30_16_BIT      BBN 16-bit C30                2     C30_20_BIT      BBN 20-bit C30                3     H316            Honeywell-316                4     BUTTERFLY       BBN Butterfly                5     PDP-11          DEC PDP-11                6     C10             BBN C10                7     C50             BBN C50                8     PLURIBUS        BBN Pluribus                9     C70             BBN C70               10     VAX             DEC VAX               11     MACINTOSH       Apple MacIntosh 
  1352.  
  1353.                                 System Types                                  Figure 15 
  1354.  
  1355.       Address Code 
  1356.  
  1357.           The address code indicates which LDP address  format(s)  the           target is prepared to use.  Address codes are show in Figure           16. 
  1358.  
  1359.             Address Code |  Symbol       | Description           --------------+---------------+----------------------------- 
  1360.  
  1361.                 1         LONG_ADDRESS    Five word address format.                                           Supports all address modes                                           and commands. 
  1362.  
  1363.                 2         SHORT_ADDRESS   Three word address format.                                           Supports only physical and                                           host address modes.  Only                                           the LOADER_DUMPER set of                                           commands are supported. 
  1364.  
  1365.                             Target Address Codes                                  Figure 16 
  1366.  
  1367.       Implementation 
  1368.  
  1369.  
  1370.  
  1371.                                                                Page 31 
  1372.  
  1373.  
  1374.  
  1375.  
  1376.      RFC-909                                                 July 1984 
  1377.  
  1378.  
  1379.  
  1380.           The implementation level   specifies   which   features   of           the   protocol   are  implemented  in the target.  There are           three levels of protocol implementation.  These  levels  are           intended to correspond to the three most likely applications           of LDP:  simple loading and dumping,  basic  debugging,  and           full  debugging.   (Please see Implementations, above, for a           detailed description of implementation  levels.)  There  are           are  also several optional features that are not included in           any particular level. 
  1381.  
  1382.           Implementation levels are cumulative, that is,  each  higher           level  includes  the  features  of all previous levels.  The           levels are shown in Figure 17. 
  1383.  
  1384.  
  1385.  
  1386.           Feature Level |  Symbol       | Description           --------------+---------------+-----------------------------                  1        LOADER_DUMPER   Loader/dumper subset of LDP                  2        BASIC_DEBUGGER  Control commands, CREATE                  3        FULL_DEBUGGER   FSM breakpoints 
  1387.  
  1388.                                Feature Levels                                  Figure 17 
  1389.  
  1390.  
  1391.  
  1392.      Options 
  1393.  
  1394.           The options field (see  Figure  18)  is  an  eight-bit  flag           field.   Bit  flags  are  used to indicate if the target has           implemented particular optional commands.  Not all  optional           commands  are  referenced  in  this  field.  Commands  whose           implementation   depends  on  target  machine  features  are           omitted.   The  LDP  application is expected to 'know' about           target features that are  not  intrinsic  to  the  protocol.           Examples  of  target-dependent  commands  are  commands that           refer to named objects (CREATE, LIST_NAMES). 
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405.  
  1406.      Page 32 
  1407.  
  1408.  
  1409.  
  1410.  
  1411.      LDP Specification                               Protocol Commands 
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.                 Mask |  Symbol     | Description                ------+-------------+---------------+-----------------                  1     STEP          The STEP command is implemented                  2     WATCHPOINTS   Watchpoints are implemented 
  1418.  
  1419.                                    Options                                  Figure 18 
  1420.  
  1421.  
  1422.  
  1423.  
  1424.  
  1425.       5.3  SYNCH Command 
  1426.  
  1427.           The SYNCH command is sent by the host  to  the  target.  The      target  responds  with  a  SYNCH_REPLY.   The SYNCH - SYNCH_REPLY      exchange serves two functions: it synchronizes the host-to-target      implicit sequence number and acts as a cumulative acknowledgement      of the receipt and execution of  all  host  commands  up  to  the      SYNCH. 
  1428.  
  1429.  
  1430.  
  1431.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               6               |                       +---------------+---------------+                     1 |   PROTOCOL    |    SYNCH      |                       +---------------+---------------+                     2 |       Sequence Number         |                       +---------------+---------------+ 
  1432.  
  1433.                             SYNCH Command Format                                  Figure 19 
  1434.  
  1435.  
  1436.  
  1437.      SYNCH FIELDS: 
  1438.  
  1439.      Sequence Number 
  1440.  
  1441.  
  1442.  
  1443.                                                                 Page 33 
  1444.  
  1445.  
  1446.  
  1447.  
  1448.      RFC-909                                                 July 1984 
  1449.  
  1450.  
  1451.  
  1452.           The sequence number of this command.  If this  is  not  what           the  target  is  expecting,  the target will reset to it and           respond with an ERROR reply. 
  1453.  
  1454.  
  1455.  
  1456.       5.4  SYNCH_REPLY 
  1457.  
  1458.           A SYNCH_REPLY is sent by the target in reponse  to  a  valid      SYNCH  command.   A SYNCH command is valid if its sequence number      agrees  with  the  sequence  number  the  target  is   expecting.      Otherwise, the target will reset its sequence number to the SYNCH      command and send an ERROR reply. 
  1459.  
  1460.                         0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               6               |                       +---------------+---------------+                     1 |   PROTOCOL    |  SYNCH_REPLY  |                       +---------------+---------------+                     2 |       Sequence Number         |                       +---------------+---------------+ 
  1461.  
  1462.                              SYNCH_REPLY Format                                  Figure 20 
  1463.  
  1464.  
  1465.  
  1466.      SYNCH_REPLY FIELDS: 
  1467.  
  1468.      Sequence Number 
  1469.  
  1470.           The sequence number of  the  SYNCH  command  to  which  this           SYNCH_REPLY is the response. 
  1471.  
  1472.  
  1473.  
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482.       Page 34 
  1483.  
  1484.  
  1485.  
  1486.  
  1487.      LDP Specification                               Protocol Commands 
  1488.  
  1489.  
  1490.  
  1491.      5.5  ABORT Command 
  1492.  
  1493.           The ABORT command is sent from the host to abort all pending      operations  at  the target.  The target responds with ABORT_DONE.      This is primarily intended to stop large data transfers from  the      target.  A likely application would be during a debugging session      when the user types an interrupt to abort  a  large  printout  of      data  from  the  target.   The ABORT command has no effect on any      breakpoints or watchpoints that may be enabled in the target. 
  1494.  
  1495.           As a practical matter, the ABORT command may be difficult to      implement  on  some  targets.   Its  ability to interrupt command      processing on the target depends on the target being able to look      ahead at incoming commands and receive an out-of-band signal from      the host.  However, the effect of an ABORT  may  be  achieved  by      simply closing and reopening the transport connection. 
  1496.  
  1497.                         0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               4               |                       +---------------+---------------+                     1 |   PROTOCOL    |    ABORT      |                       +---------------+---------------+ 
  1498.  
  1499.                             ABORT Command Format                                  Figure 21 
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.       5.6  ABORT_DONE Reply 
  1506.  
  1507.           The ABORT_DONE reply is sent from the target to the host  in      response to an ABORT command.  This indicates that the target has      terminated all  operations  that  were  pending  when  the  ABORT      command  was  received.  The sequence number of the ABORT command      is included in the reply. 
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514.  
  1515.                                                                 Page 35 
  1516.  
  1517.  
  1518.  
  1519.  
  1520.      RFC-909                                                 July 1984 
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               4               |                       +---------------+---------------+                     1 |   PROTOCOL    |    ABORT_DONE |                       +---------------+---------------+                     2 |       Sequence Number         |                       +---------------+---------------+ 
  1527.  
  1528.                            ABORT_DONE Reply Format                                  Figure 22 
  1529.  
  1530.  
  1531.  
  1532.      ABORT_DONE FIELDS: 
  1533.  
  1534.      Sequence Number 
  1535.  
  1536.           The sequence number of the ABORT command that elicited  this           reply.   This  enables   the  host  to  distinguish  between           replies to multiple aborts. 
  1537.  
  1538.  
  1539.  
  1540.  
  1541.  
  1542.      5.7  ERROR Reply 
  1543.  
  1544.           The ERROR reply is sent by the target in response to  a  bad      command.   The  ERROR  reply  gives  the  sequence  number of the      offending command and a reason code.  The target ignores  further      commands   until  an  ERRACK command is received.  The reason for      ignoring commands is that the  proper  operation  of  outstanding      commands  may  be  predicated  on  the execution of the erroneous      command. 
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.      Page 36 
  1557.  
  1558.  
  1559.  
  1560.  
  1561.      LDP Specification                               Protocol Commands 
  1562.  
  1563.  
  1564.  
  1565.  
  1566.  
  1567.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |        Command Length         |                       +---------------+---------------+                     1 |   PROTOCOL    |    ERROR      |                       +---------------+---------------+                     2 |   Command Sequence Number     |                       +---------------+---------------+                     3 |          Error code           |                       +---------------+---------------+                     4 |       Optional Data           |                       +---------------+---------------+                                       *                                       *                                       *                       +---------------+---------------+                     n |       Optional Data           |                       +---------------+---------------+ 
  1568.  
  1569.                             ERROR Reply Format                                  Figure 23 
  1570.  
  1571.       ERROR Reply FIELDS: 
  1572.  
  1573.      Command Sequence Number 
  1574.  
  1575.           The implicit sequence number of the erroneous command. 
  1576.  
  1577.      Error Code 
  1578.  
  1579.           A code specifying what error has taken place.  The currently           defined codes are shown in Figure 24. 
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593.                                                                 Page 37 
  1594.  
  1595.  
  1596.  
  1597.  
  1598.      RFC-909                                                 July 1984 
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604.                     Error Code |  Symbol                     -----------+------------------------                         1         BAD_COMMAND                         2         BAD_ADDRESS_MODE                         3         BAD_ADDRESS_ID                         4         BAD_ADDRESS_OFFSET                         5         BAD_CREATE_TYPE                         6         NO_RESOURCES                         7         NO_OBJECT                         8         OUT_OF_SYNCH                         9         IN_BREAKPOINT 
  1605.  
  1606.                                  ERROR Codes                                  Figure 24 
  1607.  
  1608.            An explanation of each of these error codes follows:           BAD_COMMAND 
  1609.  
  1610.                The command was not meaningful to the  target  machine.                This includes commands that are valid but unimplemented                in this target.  Also, the command  was  not  valid  in                this context.  For example, a command given by the host                that  is  only  legal  in  a   breakpoint   (e.g.   IF,                SET_STATE). 
  1611.  
  1612.           BAD_ADDRESS_MODE <offending-address> 
  1613.  
  1614.                The mode of an address given  in  the  command  is  not                meaningful  to  this  target  system.   For  example, a                PROCESS address mode on a target that does not  support                multi-processing. 
  1615.  
  1616.           BAD_ADDRESS_ID <offending-address> 
  1617.  
  1618.                The ID field of an  address  didn't  correspond  to  an                appropriate  thing.  For example, for a PROCESS address                mode, the ID of a non-existent process. 
  1619.  
  1620.           BAD_ADDRESS_OFFSET <offending-address> 
  1621.  
  1622.                The offset field of the address was outside  the  legal                range  for the thing addressed.  For example, an offset                of 200,000 in PHYS_MACRO mode on a target with  64K  of 
  1623.  
  1624.  
  1625.  
  1626.      Page 38 
  1627.  
  1628.  
  1629.  
  1630.  
  1631.      LDP Specification                               Protocol Commands 
  1632.  
  1633.  
  1634.  
  1635.                macro-memory. 
  1636.  
  1637.           BAD_CREATE_TYPE 
  1638.  
  1639.                The object type in a CREATE command was unknown. 
  1640.  
  1641.           NO_RESOURCES 
  1642.  
  1643.                A CREATE  command  failed  due  to  lack  of  necessary                resources. 
  1644.  
  1645.           NO_OBJECT 
  1646.  
  1647.                A GET_OBJECT command failed to find the named object. 
  1648.  
  1649.           OUT_OF_SYNCH 
  1650.  
  1651.                The sequence  number  of  the  SYNCH  command  was  not                expected  by the target.  The target has resynchronized                to it. 
  1652.  
  1653.           IN_BREAKPOINT <breakpoint-descriptor> <breakpoint-sequence#>                <reason-code> [<optional-info>] 
  1654.  
  1655.                An error occurred within  a  breakpoint  command  list.                The given 16-bit sequence-number refers to the sequence                number  of  the  CREATE  command   that   created   the                breakpoint,  while  breakpoint-sequence#  refers to the                sequence number of the command  within  the  breakpoint                given by <breakpoint-descriptor>. 
  1656.  
  1657.  
  1658.  
  1659.       5.8  ERRACK Acknowledgement 
  1660.  
  1661.           An  ERRACK  is sent by the host  in  response  to  an  ERROR      reply  from  the  target.  The ERRACK is used to acknowledge that      the host has received the ERROR reply. 
  1662.  
  1663.  
  1664.  
  1665.  
  1666.  
  1667.  
  1668.  
  1669.  
  1670.  
  1671.  
  1672.  
  1673.                                                                Page 39 
  1674.  
  1675.  
  1676.  
  1677.  
  1678.      RFC-909                                                 July 1984 
  1679.  
  1680.  
  1681.  
  1682.  
  1683.  
  1684.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               4               |                       +---------------+---------------+                     1 |   PROTOCOL    |    ERRACK     |                       +---------------+---------------+ 
  1685.  
  1686.                             ERRACK Command Format                                  Figure 25 
  1687.  
  1688.  
  1689.  
  1690.  
  1691.  
  1692.  
  1693.  
  1694.  
  1695.  
  1696.  
  1697.  
  1698.  
  1699.  
  1700.  
  1701.  
  1702.  
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708.  
  1709.  
  1710.  
  1711.  
  1712.  
  1713.  
  1714.  
  1715.  
  1716.  
  1717.  
  1718.  
  1719.  
  1720.  
  1721.  
  1722.  
  1723.  
  1724.      Page 40 
  1725.  
  1726.  
  1727.  
  1728.  
  1729.      LDP Specification                          Data Transfer Commands 
  1730.  
  1731.  
  1732.  
  1733.                                  CHAPTER 6 
  1734.  
  1735.                            Data Transfer Commands 
  1736.  
  1737.  
  1738.  
  1739.           Data transfer commands  transfer data between the  host  and      the  target.  These commands are used for loading and dumping the      target, and examining and depositing  locations  on  the  target.      The  READ  command  reads  data from the target, the MOVE command      moves data within the  target  or  from  the  target  to  another      entity,  and  the  WRITE  command  writes  data  to  the  target.      REPEAT_DATA makes copies of a pattern to  the  target  --  it  is      useful  for  zeroing memory.  WRITE_MASK writes data with a mask,      and is intended for modifying target  parameter tables. 
  1740.  
  1741.           Data transmitted to  and from the target always  contains  a      target  address.   In  writes  to the target, this is used as the      destination of the data.  In reads from the  target,  the  target      address  is  used by the host to identify where in the target the      data came from.  In addition, the  MOVE  command  may  contain  a      'host'  address  as  its  destination;  this  permits the host to      further discriminate between possible sources of  data  from  the      target -- from different breakpoints, debugging windows, etc. 
  1742.  
  1743.           A read request to  the  target  may  generate  one  or  more      response  messages.   In  particular,  responses  to requests for      large amounts of data -- core  dumps,  for  example  --  must  be      broken  up into multiple messages, if the block of data requested      plus the LDP header exceeds the transport layer message size. 
  1744.  
  1745.           In commands which contain data (WRITE, READ_DATA,  MOVE_DATA      and REPEAT_DATA), if there are an odd number of data octets, then      a  null octet is appended.  This is so that the next  command  in      the  message,  if  any, will begin on an even octet.  The command      length is the sum of the number of octets in the  command  header      and  the  number  of octets of data, excluding the null octet, if      any. 
  1746.  
  1747.           The addressing formats which may be used with data  transfer      commands  are  specified for each LDP session at the start of the      session by the target  in  the  HELLO_REPLY  response.   See  the      section  entitled  'Addressing',  above, for a description of LDP      addressing formats and modes.   In  the  command  diagrams  given      below,  the  short  addressing  format  is  illustrated.  For LDP      sessions using long addressing, addresses are  five  words  long, 
  1748.  
  1749.  
  1750.  
  1751.                                                                Page 41 
  1752.  
  1753.  
  1754.  
  1755.  
  1756.      RFC-909                                                 July 1984 
  1757.  
  1758.  
  1759.  
  1760.      instead of three words, as shown here.  In both addressing modes,      descriptors are three words and offsets are two words. 
  1761.  
  1762.  
  1763.  
  1764.      6.1  WRITE Command 
  1765.  
  1766.           The WRITE command is used to send octets of  data  from  the      host  to  the  target.  This command specifies the address in the      target where the data is to be stored, followed by  a  stream  of      data  octets.   If  the  data  stream  contains  an odd number of      octets, then a  null octet is appended so that the next  command,      if  any,  will  begin  on  an even octet.  Since LDP must observe      message size limitations  imposed  by  the  underlying  transport      layer,  a  single  logical  write  may  need to be broken up into      multiple WRITEs in separate transport messages. 
  1767.  
  1768.  
  1769.  
  1770.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |        Command Length         |                       +---------------+---------------+                     1 | DATA_TRANSFER |    WRITE      |                       +---------------+---------------+                     2 |                               |                       +--          Target           --+                     3 |            Start              |                       +--          Address          --+                     4 |                               |                       +---------------+---------------+                     5 |  Data Octet   |  Data Octet   |                       +---------------+---------------+                                       *                                       *                                       *                       +---------------+---------------+                     n |  Data Octet   | Data or Null  |                       +---------------+---------------+ 
  1771.  
  1772.                             WRITE Command Format                                  Figure 26 
  1773.  
  1774.  
  1775.  
  1776.  
  1777.  
  1778.       Page 42 
  1779.  
  1780.  
  1781.  
  1782.  
  1783.      LDP Specification                          Data Transfer Commands 
  1784.  
  1785.  
  1786.  
  1787.      WRITE FIELDS: 
  1788.  
  1789.      Command Length 
  1790.  
  1791.           The command  length  gives  the  number  of  octets  in  the           command,  including  data  octets, but excluding the padding           octet, if any. 
  1792.  
  1793.      Target Start Address 
  1794.  
  1795.           This is the address to begin storing  data  in  the  target.           The  length  of the data to be stored may be inferred by the           target from the command length.  An illegal address or range           will generate an ERROR reply. 
  1796.  
  1797.      Data Octets 
  1798.  
  1799.           Octets of data to be stored in the target.  Data are  packed           according  to  the packing convention described above.  Ends           with a null octet if there are an odd number of data octets. 
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805.      6.2  READ Command 
  1806.  
  1807.           The host uses the READ command  to   ask   the   target   to      send  back  a contiguous block of data.  The data is specified by      a target starting address and a count.  The  target  returns  the      data  in  one or more READ_DATA commands, which give the starting      address (in the target) of each segment of returned  data.   When      the  transfer  is completed, the target sends a READ_DONE command      to the host. 
  1808.  
  1809.  
  1810.  
  1811.  
  1812.  
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822.  
  1823.                                                                 Page 43 
  1824.  
  1825.  
  1826.  
  1827.  
  1828.      RFC-909                                                 July 1984 
  1829.  
  1830.  
  1831.  
  1832.  
  1833.  
  1834.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               14              |                       +---------------+---------------+                     1 | DATA_TRANSFER |    READ       |                       +---------------+---------------+                     2 |                               |                       +--          Target           --+                     3 |            Start              |                       +--          Address          --+                     4 |                               |                       +---------------+---------------+                     5 |            Address            |                       +--          Unit             --+                     6 |            Count              |                       +---------------+---------------+ 
  1835.  
  1836.                              READ Command Format                                  Figure 27 
  1837.  
  1838.  
  1839.  
  1840.      READ FIELDS: 
  1841.  
  1842.      Target Start Address 
  1843.  
  1844.           The starting address of the requested block of target  data.           The  target  sends an ERROR reply if the starting address is           illegal, if the ending address computed from the sum of  the           start  and the count is illegal, or if holes are encountered           in the middle of the range. 
  1845.  
  1846.      Address Unit Count 
  1847.  
  1848.           The count of the number  of  target  indivisibly-addressable           units  to be transferred.  For example, if the address space           is PHYS_MACRO, a count of two and a start  address  of  1000           selects the contents of locations 1000 and 1001.  'Count' is           used instead of 'length' to avoid the problem of determining           units  the  length  should be denominated in (octets, words,           etc.).  The size and type of the unit will vary depending on           the address space selected by the target start address.  The           target should  reply  with  an  error  (if  it  is  able  to 
  1849.  
  1850.  
  1851.  
  1852.      Page 44 
  1853.  
  1854.  
  1855.  
  1856.  
  1857.      LDP Specification                          Data Transfer Commands 
  1858.  
  1859.  
  1860.  
  1861.           determine  in  advance of a transfer) if the inclusive range           of addresses specified by the start address  and  the  count           contains an illegal or nonexistent address. 
  1862.  
  1863.  
  1864.  
  1865.  
  1866.  
  1867.      6.3  READ_DATA Response 
  1868.  
  1869.           The target uses the  READ_DATA  response  to  transmit  data      requested  by  a  host  READ  command.   One  or  more  READ_DATA      responses  may  be  needed  to  fulfill  a  given  READ  command,      depending  on  the  size  of  the  data  block  requested and the      transport layer message size  limits.   Each  READ_DATA  response      gives the target starting address of its segment of data.  If the      response contains an odd number of data octets, the  target  ends      the response with a null octet. 
  1870.  
  1871.  
  1872.  
  1873.  
  1874.  
  1875.  
  1876.  
  1877.  
  1878.  
  1879.  
  1880.  
  1881.  
  1882.  
  1883.  
  1884.  
  1885.  
  1886.  
  1887.  
  1888.  
  1889.  
  1890.  
  1891.  
  1892.  
  1893.  
  1894.  
  1895.  
  1896.  
  1897.  
  1898.  
  1899.  
  1900.  
  1901.                                                                 Page 45 
  1902.  
  1903.  
  1904.  
  1905.  
  1906.      RFC-909                                                 July 1984 
  1907.  
  1908.  
  1909.  
  1910.  
  1911.  
  1912.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |        Command Length         |                       +---------------+---------------+                     1 | DATA_TRANSFER |    READ_DATA  |                       +---------------+---------------+                     2 |                               |                       +--          Target           --+                     3 |            Start              |                       +--          Address          --+                     4 |                               |                       +---------------+---------------+  +-+                     5 |  Data Octet   |  Data Octet   |   |                       +---------------+---------------+   |                                       *                   |                                       *                   | Data                                       *                   |                       +---------------+---------------+   |                     n |  Data Octet   | Data or Null  |   |                       +---------------+---------------+  +-+ 
  1913.  
  1914.                             DATA Response Format                                  Figure 28 
  1915.  
  1916.  
  1917.  
  1918.      READ_DATA FIELDS: 
  1919.  
  1920.      Command Length 
  1921.  
  1922.           The command  length  gives  the  number  of  octets  in  the           command,  including  data  octets, but excluding the padding           octet, if any.  The host can calculate  the  length  of  the           data  by  subtracting  the  header  length  from the command           length.  Since the target address may be either three  words           (short format) or five words (long format), the address mode           must be checked to determine which is being used. 
  1923.  
  1924.      Target Start Address 
  1925.  
  1926.           This is the starting address of the  data  segment  in  this           message.  The host may infer the length of the data from the           command length.  The address format (short or long)  is  the 
  1927.  
  1928.  
  1929.  
  1930.      Page 46 
  1931.  
  1932.  
  1933.  
  1934.  
  1935.      LDP Specification                          Data Transfer Commands 
  1936.  
  1937.  
  1938.  
  1939.           same as on the initial READ command. 
  1940.  
  1941.      Data Octets 
  1942.  
  1943.           Octets of data from the target.  Data are  packed  according           to the packing convention described above.  Ends with a null           octet if there are an odd number of data octets. 
  1944.  
  1945.  
  1946.  
  1947.  
  1948.  
  1949.      6.4  READ_DONE Reply 
  1950.  
  1951.           The target sends a READ_DONE reply to the host after it  has      finished  transferring  the  data  requested  by  a READ command.      READ_DONE specifies the sequence number of the READ command. 
  1952.  
  1953.                         0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               6               |                       +---------------+---------------+                     1 | DATA_TRANSFER |    READ_DONE  |                       +---------------+---------------+                     2 |      READ Sequence Number     |                       +---------------+---------------+ 
  1954.  
  1955.                            READ_DONE Reply Format                                  Figure 29 
  1956.  
  1957.  
  1958.  
  1959.      READ_DONE FIELDS: 
  1960.  
  1961.      READ Sequence Number 
  1962.  
  1963.           The sequence number of the READ command this is a reply to. 
  1964.  
  1965.  
  1966.  
  1967.  
  1968.  
  1969.  
  1970.  
  1971.  
  1972.  
  1973.                                                                 Page 47 
  1974.  
  1975.  
  1976.  
  1977.  
  1978.      RFC-909                                                 July 1984 
  1979.  
  1980.  
  1981.  
  1982.      6.5  MOVE Command 
  1983.  
  1984.           The MOVE command is sent by the host to move a block of data      from  the  target  to  a  specified destination.  The destination      address may specify a location in the target, in the host, or  in      another  target  (for loading one target from another).  The data      is specified by a target starting address  and  an  address  unit      count.   The  target sends an ERROR reply if the starting address      is illegal, if the ending address computed from the  sum  of  the      start  and  the  count is illegal, or if holes are encountered in      the middle of the range.  If the MOVE destination is  off-target,      the  target  moves the data in one or MOVE_DATAs.  Other commands      arriving at the target during the transfer should be processed in      a  timely fashion, particularly the ABORT command.  When the data      has been moved,  the  target  sends  a  MOVE_DONE  to  the  host.      However,   a  MOVE  within  a  breakpoint  will  not  generate  a      MOVE_DONE. 
  1985.  
  1986.           A MOVE with a host destination differs from a READ  in  that      it contains a host address.  This field is specified  by the host      in the MOVE command and copied by the target into the  responding      MOVE_DATA(s).   The   address   may   be  used  by  the  host  to      differentiate data returned from multiple  MOVE  requests.   This      information   may  be  useful  in  breakpoints,  in  multi-window      debugging  and  in  communication  with  targets  with   multiple      processors.   For example, the host sends the MOVE command to the      target to  be  executed  during  a breakpoint.  The ID  field  in      the  host address might be an index into a host breakpoint table.      When the breakpoint executes,  the  host  would  use  the  ID  to      associate the returning MOVE_DATA with this breakpoint. 
  1987.  
  1988.  
  1989.  
  1990.  
  1991.  
  1992.  
  1993.  
  1994.  
  1995.  
  1996.  
  1997.  
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.       Page 48 
  2007.  
  2008.  
  2009.  
  2010.  
  2011.      LDP Specification                          Data Transfer Commands 
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |        Command Length         |                       +---------------+---------------+                     1 | DATA_TRANSFER |    MOVE       |                       +---------------+---------------+                     2 |                               |                       +--          Source           --+                     3 |            Start              |                       +--          Address          --+                     4 |                               |                       +---------------+---------------+                     5 |            Address            |                       +--          Unit             --+                     6 |            Count              |                       +---------------+---------------+                     7 |                               |                       +--          Destination      --+                     8 |            Start              |                       +--          Address          --+                     9 |                               |                       +---------------+---------------+ 
  2018.  
  2019.                              MOVE Command Format                                  Figure 30 
  2020.  
  2021.  
  2022.  
  2023.      MOVE  FIELDS: 
  2024.  
  2025.      Source Start Address 
  2026.  
  2027.           The starting address of the requested block of target  data.           An illegal address type will generate an error reply. 
  2028.  
  2029.      Address Unit Count 
  2030.  
  2031.           The count of the number  of  target  indivisibly-addressable           units  to be transferred.  For example, if the address space           is PHYS_MACRO, a count of two and a start  address  of  1000           selects the contents of locations 1000 and 1001.  'Count' is           used instead of 'length' to avoid the problem of determining           units  the  length  should be denominated in (octets, words, 
  2032.  
  2033.  
  2034.  
  2035.                                                                Page 49 
  2036.  
  2037.  
  2038.  
  2039.  
  2040.      RFC-909                                                 July 1984 
  2041.  
  2042.  
  2043.  
  2044.           etc.).  The size and type of the unit will vary depending on           the address space selected by the target start address.  The           target should  reply  with  an  error  (if  it  is  able  to           determine  in  advance of a transfer) if the inclusive range           of addresses specified by the start address  and  the  count           contains an illegal or nonexistent address. 
  2045.  
  2046.      Destination Address 
  2047.  
  2048.           The destination of the MOVE.  If the address space is on the           target,  the address unit size should agree with that of the           source address space.  If the address  mode  is  HOST,   the           values  and  interpretations of the remaining address fields           are   arbitrary,   and   are   determined   by   the    host           implementation.    For  example,  the  mode  argument  might           specify a table (breakpoint, debugging window, etc.) and the           ID field an index into the table. 
  2049.  
  2050.  
  2051.  
  2052.  
  2053.  
  2054.       6.6  MOVE_DATA Response 
  2055.  
  2056.           The target uses the MOVE_DATA  responses  to  transmit  data      requested  by  a  host  MOVE  command.   One  or  more  MOVE_DATA      responses  may  be  needed  to  fulfill  a  given  MOVE  command,      depending  on  the  size  of  the  data  block  requested and the      transport layer message size  limits.   Each  MOVE_DATA  response      gives the target starting address of its segment of data.  If the      response contains an odd number of data octets, the target should      end the response with a null octet. 
  2057.  
  2058.  
  2059.  
  2060.  
  2061.  
  2062.  
  2063.  
  2064.  
  2065.  
  2066.  
  2067.  
  2068.  
  2069.  
  2070.  
  2071.  
  2072.  
  2073.  
  2074.      Page 50 
  2075.  
  2076.  
  2077.  
  2078.  
  2079.      LDP Specification                          Data Transfer Commands 
  2080.  
  2081.  
  2082.  
  2083.  
  2084.  
  2085.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |        Command Length         |                       +---------------+---------------+                     1 | DATA_TRANSFER |    MOVE_DATA  |                       +---------------+---------------+                     2 |                               |                       +--          Source           --+                     3 |            Start              |                       +--          Address          --+                     4 |                               |                       +---------------+---------------+                     5 |                               |                       +--          Destination      --+                     6 |            Start              |                       +--          Address          --+                     7 |                               |                       +---------------+---------------+    +-+                     8 |  Data Octet   |  Data Octet   |     |                       +---------------+---------------+     |                                       *                     |                                       *                     | Data                                       *                     |                       +---------------+---------------+     |                     n |  Data Octet   | Data or Null  |     |                       +---------------+---------------+    +-+ 
  2086.  
  2087.                           MOVE_DATA Response Format                                  Figure 31 
  2088.  
  2089.  
  2090.  
  2091.      MOVE_DATA FIELDS: 
  2092.  
  2093.      Command Length 
  2094.  
  2095.           The command  length  gives  the  number  of  octets  in  the           command,  including  data  octets, but excluding the padding           octet, if any. 
  2096.  
  2097.      Source Start Address 
  2098.  
  2099.           This is the starting address of the  data  segment  in  this 
  2100.  
  2101.  
  2102.  
  2103.                                                                Page 51 
  2104.  
  2105.  
  2106.  
  2107.  
  2108.      RFC-909                                                 July 1984 
  2109.  
  2110.  
  2111.  
  2112.           message.   The  host  may  infer length of the data from the           command length. 
  2113.  
  2114.      Destination Address 
  2115.  
  2116.           The destination address copied from the  MOVE  command  that           initiated this transfer.  In the case of HOST MOVEs, this is           used by the host to identify the source of the data. 
  2117.  
  2118.      Data Octets 
  2119.  
  2120.           Octets of data from the target.  Data are  packed  according           to the packing convention described above.  Ends with a null           octet if there are an odd number of data octets. 
  2121.  
  2122.  
  2123.  
  2124.  
  2125.  
  2126.      6.7  MOVE_DONE Reply 
  2127.  
  2128.           The target sends a MOVE_DONE reply to the host after it  has      finished  transferring  the  data  requested  by  a MOVE command.      MOVE_DONE specifies the sequence number of the MOVE command. 
  2129.  
  2130.                         0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               6               |                       +---------------+---------------+                     1 | DATA_TRANSFER |    MOVE_DONE  |                       +---------------+---------------+                     2 |      MOVE Sequence Number     |                       +---------------+---------------+ 
  2131.  
  2132.                            MOVE_DONE Reply Format                                  Figure 32 
  2133.  
  2134.  
  2135.  
  2136.      MOVE_DONE FIELDS: 
  2137.  
  2138.      MOVE Sequence Number 
  2139.  
  2140.           The sequence number of the MOVE command this is a reply to. 
  2141.  
  2142.  
  2143.  
  2144.      Page 52 
  2145.  
  2146.  
  2147.  
  2148.  
  2149.      LDP Specification                          Data Transfer Commands 
  2150.  
  2151.  
  2152.  
  2153.      6.8  REPEAT_DATA 
  2154.  
  2155.           The REPEAT_DATA command is sent by the host to write  copies      of  a  specified  pattern  into  the  target.   This  provides an      efficient way of zeroing target memory  and  initializing  target      data  structures.   The  command  specifies  the  target starting      address, the number of copies of the pattern to be  made,  and  a      stream of octets that constitutes the pattern. 
  2156.  
  2157.           This command differs from the other data  transfer  commands      in  that  the effect of a REPEAT_DATA with a large pattern cannot      be duplicated by sending the data in smaller chunks over  several      commands.   Therefore,  the maximum size of a pattern that can be      copied with REPEAT_DATA will depend on the message size limits of      the transport layer. 
  2158.  
  2159.  
  2160.  
  2161.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |        Command Length         |                       +---------------+---------------+                     1 | DATA_TRANSFER | REPEAT_DATA   |                       +---------------+---------------+                     2 |                               |                       +--          Target           --+                     3 |            Start              |                       +--          Address          --+                     4 |                               |                       +---------------+---------------+                     6 |         Repeat Count          |                       +---------------+---------------+  +-+                     7 |  Data Octet   |  Data Octet   |   |                       +---------------+---------------+   |                                       *                   |                                       *                   | Pattern                                       *                   |                       +---------------+---------------+   |                     n |  Data Octet   | Data or Null  |   |                       +---------------+---------------+  +-+ 
  2162.  
  2163.                          REPEAT_DATA Command Format                                  Figure 33 
  2164.  
  2165.  
  2166.  
  2167.  
  2168.  
  2169.                                                                Page 53 
  2170.  
  2171.  
  2172.  
  2173.  
  2174.      RFC-909                                                 July 1984 
  2175.  
  2176.  
  2177.  
  2178.      REPEAT_DATA FIELDS: 
  2179.  
  2180.      Command Length 
  2181.  
  2182.           The command  length  gives  the  number  of  octets  in  the           command, including data octets in the pattern, but excluding           the padding octet, if any. 
  2183.  
  2184.      Target Start Address 
  2185.  
  2186.           This is the starting address where the  first  copy  of  the           pattern  should be written in the target.  Successive copies           of the  pattern  are  made  contiguously  starting  at  this           address. 
  2187.  
  2188.      Repeat Count 
  2189.  
  2190.           The repeat count specifies  the  number  of  copies  of  the           pattern that should be made in the target.  The repeat count           should be greater than zero. 
  2191.  
  2192.      Pattern 
  2193.  
  2194.           The pattern to be copied into  the  target,  packed  into  a           stream  of octets.  Data are packed according to the packing           convention described above.  Ends with a null octet if there           are an odd number of data octets. 
  2195.  
  2196.  
  2197.  
  2198.  
  2199.  
  2200.      6.9  WRITE_MASK Command (Optional) 
  2201.  
  2202.           The host sends a WRITE_MASK command to the target  to  write      one  or  more  masked  values.   The  command  uses an address to      specify a target base location, followed by one or  more  offset-      mask-value triplets.  Each triplet gives an offset from the base,      a value, and a mask indicating which bits in the location at  the      offset are to be changed. 
  2203.  
  2204.           This optional command is intended for use in controlling the      target  by changing locations in a table.  For example, it may be      used  to  change  entries  in  a  target  parameter  table.   The      operation  of  modifying a specified location with a masked value      is intended to be atomic.  In other words, another target process      should  not be able to access the location to be modified between 
  2205.  
  2206.  
  2207.  
  2208.      Page 54 
  2209.  
  2210.  
  2211.  
  2212.  
  2213.      LDP Specification                          Data Transfer Commands 
  2214.  
  2215.  
  2216.  
  2217.      the start and the end of the modification. 
  2218.  
  2219.  
  2220.  
  2221.  
  2222.  
  2223.  
  2224.  
  2225.  
  2226.  
  2227.  
  2228.  
  2229.  
  2230.  
  2231.  
  2232.  
  2233.  
  2234.  
  2235.  
  2236.  
  2237.  
  2238.  
  2239.  
  2240.  
  2241.  
  2242.  
  2243.  
  2244.  
  2245.  
  2246.  
  2247.  
  2248.  
  2249.  
  2250.  
  2251.  
  2252.  
  2253.  
  2254.  
  2255.  
  2256.  
  2257.  
  2258.  
  2259.  
  2260.  
  2261.  
  2262.  
  2263.  
  2264.  
  2265.  
  2266.  
  2267.                                                                Page 55 
  2268.  
  2269.  
  2270.  
  2271.  
  2272.      RFC-909                                                 July 1984 
  2273.  
  2274.  
  2275.  
  2276.  
  2277.  
  2278.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |        Command Length         |                       +---------------+---------------+                     1 | DATA_TRANSFER | WRITE_MASK    |                       +---------------+---------------+                     2 |                               |                       +--          Target           --+                     3 |            Base               |                       +--          Address          --+                     4 |                               |                       +---------------+---------------+   +-+                     5 |                               |    |                       +--          Offset           --+    |                     6 |                               |    |                       +---------------+---------------+    | Offset-Mask-Value                     7 |                               |    | Triplet                       +--          Mask             --+    |                     8 |                               |    |                       +---------------+---------------+    |                     9 |                               |    |                       +--          Value            --+    |                     10|                               |    |                       +---------------+---------------+   +-+                                       *                                       *                                       *                       +---------------+---------------+   +-+                       |                               |    |                       +--          Offset           --+    |                       |                               |    |                       +---------------+---------------+    | Offset-Mask-Value                       |                               |    | Triplet                       +--          Mask             --+    |                       |                               |    |                       +---------------+---------------+    |                       |                               |    |                       +--          Value            --+    |                       |                               |    |                       +---------------+---------------+   +-+ 
  2279.  
  2280.                               WRITE_MASK Format                                  Figure 34 
  2281.  
  2282.  
  2283.  
  2284.      Page 56 
  2285.  
  2286.  
  2287.  
  2288.  
  2289.      LDP Specification                          Data Transfer Commands 
  2290.  
  2291.  
  2292.  
  2293.      WRITE_MASK FIELDS: 
  2294.  
  2295.      Command Length 
  2296.  
  2297.           The command  length  gives  the  number  of  octets  in  the           command.  The number of offset-value pairs may be calculated           from this, since the command  header  is  either  10  or  12           octets  long  (short  or  long  address  format),  and  each           offset-mask-value triplet is 12 octets long. 
  2298.  
  2299.      Target Base Address 
  2300.  
  2301.           Specifies the target location to which the offset  is  added           to yield the location to be modified. 
  2302.  
  2303.      Offset 
  2304.  
  2305.           An offset to be added to the base to select a location to be           modified.      Mask 
  2306.  
  2307.           Specifies which bits in the value are to be copied into  the           location.      Value 
  2308.  
  2309.           A value to be stored at the specified offset from the  base.           The  set  bits in the mask determine which bits in the value           are applied to the location.  The following  algorithm  will           achieve  the  intended result:  take the one's complement of           the mask and AND it with the location, leaving the result in           the  location.   Then AND the mask and the value, and OR the           result into the location. 
  2310.  
  2311.  
  2312.  
  2313.  
  2314.  
  2315.  
  2316.  
  2317.  
  2318.  
  2319.  
  2320.  
  2321.  
  2322.  
  2323.  
  2324.  
  2325.  
  2326.  
  2327.                                                                 Page 57 
  2328.  
  2329.  
  2330.  
  2331.  
  2332.      RFC-909                                                 July 1984 
  2333.  
  2334.  
  2335.  
  2336.  
  2337.  
  2338.  
  2339.  
  2340.  
  2341.  
  2342.  
  2343.  
  2344.  
  2345.  
  2346.  
  2347.  
  2348.  
  2349.  
  2350.  
  2351.  
  2352.  
  2353.  
  2354.  
  2355.  
  2356.  
  2357.  
  2358.   
  2359.  
  2360.  
  2361.  
  2362.  
  2363.  
  2364.  
  2365.  
  2366.  
  2367.  
  2368.  
  2369.  
  2370.  
  2371.  
  2372.  
  2373.  
  2374.  
  2375.  
  2376.  
  2377.  
  2378.  
  2379.  
  2380.  
  2381.  
  2382.  
  2383.  
  2384.       Page 58 
  2385.  
  2386.  
  2387.  
  2388.  
  2389.      LDP Specification                                Control Commands 
  2390.  
  2391.  
  2392.  
  2393.                                  CHAPTER 7 
  2394.  
  2395.                               Control Commands 
  2396.  
  2397.  
  2398.  
  2399.           Control commands are used to control the execution of target      code,  breakpoints  and  watchpoints.  They are also used to read      and report  the  state  of  these  objects.   The  object  to  be      controlled  or reported on is specified with a descriptor.  Valid      descriptor modes include PHYS_* (for some commands) PROCESS_CODE,      BREAKPOINT  and  WATCHPOINT.   Control  commands which change the      state of the target are START, STOP, CONTINUE and  STEP.   REPORT      requests  a  STATUS  report  on  a target object.  EXCEPTION is a      spontaneous report on an  object,  used  to  report  asynchronous      events such as hardware traps.  The host may verify the action of      a START, STOP, STEP or CONTINUE command by following  it  with  a      REPORT command. 
  2400.  
  2401.  
  2402.  
  2403.       7.1  START Command 
  2404.  
  2405.           The START command is sent by the host to start execution  of      a  specified  object  in  the  target.  For targets which support      multiple processes, a PROCESS_CODE address specifies the  process      to  be  started.  Otherwise, one of the  PHYS_* modes may specify      a location  in  macro-memory  where  execution  is  to  continue.      Applied  to  a  breakpoint or watchpoint, START sets the value of      the object's state variable, and activates the  breakpoint.   The      breakpoint counter and pointer variables are initialized to zero. 
  2406.  
  2407.  
  2408.  
  2409.  
  2410.  
  2411.  
  2412.  
  2413.  
  2414.  
  2415.  
  2416.  
  2417.  
  2418.  
  2419.  
  2420.  
  2421.  
  2422.  
  2423.                                                                Page 59 
  2424.  
  2425.  
  2426.  
  2427.  
  2428.      RFC-909                                                 July 1984 
  2429.  
  2430.  
  2431.  
  2432.  
  2433.  
  2434.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               14              |                       +---------------+---------------+                     1 |   CONTROL     |     START     |                       +---------------+---------------+  +-+                     2 |    Mode       |     0         |   |                       +---------------+---------------+   |                     3 |                               |   |                       +--            ID             --+   |                     4 |              Field            |   |  Address                       +-------------------------------+   |                     5 |                               |   |                       +--            Offset         --+   |                     6 |                               |   |                       +-------------------------------+  +-+ 
  2435.  
  2436.                             START Command Format                                  Figure 35 
  2437.  
  2438.  
  2439.  
  2440.      START FIELDS: 
  2441.  
  2442.      Address 
  2443.  
  2444.           The descriptor specifies the object to be started.   If  the           mode  is  PROCESS_CODE,  ID  specifies  the  process  to  be           started, and offset gives the  process  virtual  address  to           start at.  If the mode is PHYS_*, execution of the target is           continued at the specified address. 
  2445.  
  2446.           For modes of BREAKPOINT and WATCHPOINT, the offset specifies           the  new  value  of the FSM state variable.  This is for FSM           breakpoints and watchpoints. 
  2447.  
  2448.  
  2449.  
  2450.  
  2451.  
  2452.  
  2453.  
  2454.  
  2455.  
  2456.  
  2457.  
  2458.      Page 60 
  2459.  
  2460.  
  2461.  
  2462.  
  2463.      LDP Specification                                Control Commands 
  2464.  
  2465.  
  2466.  
  2467.      7.2  STOP Command 
  2468.  
  2469.           The STOP command is sent by the host to stop execution of  a      specified  object  in  the  target.   A  descriptor specifies the      object. Applied to a breakpoint or watchpoint,  STOP  deactivates      it.   The  breakpoint/watchpoint may be re-activated by issuing a      START or a CONTINUE command for it. 
  2470.  
  2471.                         0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               10              |                       +---------------+---------------+                     1 |   CONTROL     |     STOP      |                       +---------------+---------------+  +-+                     2 |    Mode       |     0         |   |                       +---------------+---------------+   |                     3 |                               |   |  Descriptor                       +--            ID             --+   |                     4 |              Field            |   |                       +-------------------------------+  +-+ 
  2472.  
  2473.                              STOP Command Format                                  Figure 36 
  2474.  
  2475.  
  2476.  
  2477.      STOP FIELDS: 
  2478.  
  2479.      Descriptor 
  2480.  
  2481.           The  descriptor  specifies  the  object  to  be  stopped  or           disarmed.  If the mode is PROCESS_CODE, the ID specifies the           process to be stopped. 
  2482.  
  2483.           For  modes  of  BREAKPOINT  and  WATCHPOINT,  the  specified           breakpoint  or  watchpoint  is  deactivated.   It may be re-           activated by a CONTINUE or START command. 
  2484.  
  2485.  
  2486.  
  2487.  
  2488.  
  2489.  
  2490.  
  2491.  
  2492.  
  2493.                                                                 Page 61 
  2494.  
  2495.  
  2496.  
  2497.  
  2498.      RFC-909                                                 July 1984 
  2499.  
  2500.  
  2501.  
  2502.      7.3  CONTINUE Command 
  2503.  
  2504.           The CONTINUE command is sent by the host to resume execution      of  a specified object in the target.  A descriptor specifies the      object. Applied to a breakpoint or watchpoint, CONTINUE activates      it. 
  2505.  
  2506.                         0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               10              |                       +---------------+---------------+                     1 |   CONTROL     |     CONTINUE  |                       +---------------+---------------+  +-+                     2 |    Mode       |     0         |   |                       +---------------+---------------+   |                     3 |                               |   |  Descriptor                       +--            ID             --+   |                     4 |              Field            |   |                       +-------------------------------+  +-+ 
  2507.  
  2508.                            CONTINUE Command Format                                  Figure 37 
  2509.  
  2510.  
  2511.  
  2512.      CONTINUE FIELDS: 
  2513.  
  2514.      Descriptor 
  2515.  
  2516.           The descriptor specifies the object to be resumed or  armed.           If the mode is PROCESS_CODE, the ID specifies the process to           be resumed. 
  2517.  
  2518.           For  modes  of  BREAKPOINT  and  WATCHPOINT,  the  specified           breakpoint or watchpoint is armed. 
  2519.  
  2520.  
  2521.  
  2522.      7.4  STEP Command 
  2523.  
  2524.           The STEP command is sent by the  host  to  the  target.   It      requests   the  execution  of  one  instruction  (or  appropriate      operation) in the object specified by the descriptor. 
  2525.  
  2526.  
  2527.  
  2528.       Page 62 
  2529.  
  2530.  
  2531.  
  2532.  
  2533.      LDP Specification                                Control Commands 
  2534.  
  2535.  
  2536.  
  2537.  
  2538.  
  2539.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               10              |                       +---------------+---------------+                     1 |   CONTROL     |     STEP      |                       +---------------+---------------+  +-+                     2 |    Mode       |     0         |   |                       +---------------+---------------+   |                     3 |                               |   |  Descriptor                       +--            ID             --+   |                     4 |              Field            |   |                       +-------------------------------+  +-+ 
  2540.  
  2541.                              STEP Command Format                                  Figure 38 
  2542.  
  2543.       STEP FIELDS: 
  2544.  
  2545.      Descriptor 
  2546.  
  2547.           The descriptor specifies the object to be stepped.   If  the           mode is PROCESS_CODE, the ID specifies a process. 
  2548.  
  2549.  
  2550.  
  2551.      7.5  REPORT Command 
  2552.  
  2553.           The REPORT command is sent by the host to request  a  status      report on a specified target object.  The status is returned in a      STATUS reply. 
  2554.  
  2555.  
  2556.  
  2557.  
  2558.  
  2559.  
  2560.  
  2561.  
  2562.  
  2563.  
  2564.  
  2565.  
  2566.  
  2567.  
  2568.  
  2569.                                                                Page 63 
  2570.  
  2571.  
  2572.  
  2573.  
  2574.      RFC-909                                                 July 1984 
  2575.  
  2576.  
  2577.  
  2578.  
  2579.  
  2580.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               10              |                       +---------------+---------------+                     1 |   CONTROL     |     REPORT    |                       +---------------+---------------+  +-+                     2 |    Mode       |     0         |   |                       +---------------+---------------+   |                     3 |                               |   |  Descriptor                       +--            ID             --+   |                     4 |              Field            |   |                       +-------------------------------+  +-+ 
  2581.  
  2582.                             REPORT Command Format                                  Figure 39 
  2583.  
  2584.       REPORT FIELDS: 
  2585.  
  2586.      Descriptor 
  2587.  
  2588.           The descriptor specifies  the  object  for  which  a  STATUS           report  is  requested.   For  a mode of PROCESS_CODE, the ID           specifies a process.  Other valid modes are  PHYS_MACRO,  to           query  the  status of the target application, and BREAKPOINT           and WATCHPOINT,  to  get  the  status  of  a  breakpoint  or           watchpoint. 
  2589.  
  2590.  
  2591.  
  2592.      7.6  STATUS Reply 
  2593.  
  2594.           The target sends a STATUS reply  in  response  to  a  REPORT      command  from  the  host.   STATUS gives the state of a specified      object.  For example, it may tell  whether  a  particular  target      process is running or stopped. 
  2595.  
  2596.  
  2597.  
  2598.  
  2599.  
  2600.  
  2601.  
  2602.  
  2603.  
  2604.       Page 64 
  2605.  
  2606.  
  2607.  
  2608.  
  2609.      LDP Specification                                Control Commands 
  2610.  
  2611.  
  2612.  
  2613.  
  2614.  
  2615.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |         Command Length        |                       +---------------+---------------+                     1 |   CONTROL     |     STATUS    |                       +---------------+---------------+  +-+                     2 |    Mode       |     0         |   |                       +---------------+---------------+   |                     3 |                               |   |  Descriptor                       +--            ID             --+   |                     4 |              Field            |   |                       +-------------------------------+  +-+                     5 |              Status           |                       +-------------------------------+  +-+                                       *                   |                                       *                   |                                       *                   |  Other Data                       +-------------------------------+   |                     n |        Other Data             |   |                       +-------------------------------+  +-+ 
  2616.  
  2617.                              STATUS Reply Format                                  Figure 40 
  2618.  
  2619.       STATUS FIELDS: 
  2620.  
  2621.      Descriptor 
  2622.  
  2623.           The descriptor specifies the object whose  status  is  being           given.  If the mode is PROCESS_CODE, then the ID specifies a           process.  If the mode is PHYS_MACRO, then the status is that           of the target application. 
  2624.  
  2625.      Status 
  2626.  
  2627.           The status code describes the status of the object.   Status           codes  are  0=STOPPED  and  1=RUNNING.   For breakpoints and           watchpoints, STOPPED means disarmed and RUNNING means armed. 
  2628.  
  2629.      Other Data 
  2630.  
  2631.           For breakpoints and watchpoints, Other Data  consists  of  a 
  2632.  
  2633.  
  2634.  
  2635.                                                                Page 65 
  2636.  
  2637.  
  2638.  
  2639.  
  2640.      RFC-909                                                 July 1984 
  2641.  
  2642.  
  2643.  
  2644.           16-bit  word  giving  the  current  value  of  the FSM state           variable. 
  2645.  
  2646.  
  2647.  
  2648.       7.7  EXCEPTION Trap 
  2649.  
  2650.           An EXCEPTION is a spontaneous message sent from  the  target      indicating   a   target-machine   exception   associated  with  a      particular object. The object is specified by an address. 
  2651.  
  2652.                         0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |         Command Length        |                       +---------------+---------------+                     1 |   CONTROL     |   EXCEPTION   |                       +---------------+---------------+  +-+                     2 |    Mode       |     0         |   |                       +---------------+---------------+   |                     3 |                               |   |                       +--            ID             --+   |                     4 |              Field            |   |  Address                       +-------------------------------+   |                     5 |                               |   |                       +--            Offset         --+   |                     6 |                               |   |                       +-------------------------------+  +-+                     7 |              Type             |                       +-------------------------------+  +-+                                       *                   |                                       *                   |                                       *                   |  Other Data                       +-------------------------------+   |                     n |        Other Data             |   |                       +-------------------------------+  +-+ 
  2653.  
  2654.                               EXCEPTION Format                                  Figure 41 
  2655.  
  2656.       EXCEPTION FIELDS: 
  2657.  
  2658.      Address 
  2659.  
  2660.  
  2661.  
  2662.      Page 66 
  2663.  
  2664.  
  2665.  
  2666.  
  2667.      LDP Specification                                Control Commands 
  2668.  
  2669.  
  2670.  
  2671.           The address specifies the object the exception is for. 
  2672.  
  2673.      Type 
  2674.  
  2675.           The type of exception.  Values are target-dependent. 
  2676.  
  2677.      Other Data 
  2678.  
  2679.           Values are target-dependent. 
  2680.  
  2681.  
  2682.  
  2683.  
  2684.  
  2685.  
  2686.  
  2687.  
  2688.  
  2689.  
  2690.  
  2691.  
  2692.  
  2693.  
  2694.  
  2695.  
  2696.  
  2697.  
  2698.  
  2699.  
  2700.  
  2701.  
  2702.  
  2703.  
  2704.  
  2705.  
  2706.  
  2707.  
  2708.  
  2709.  
  2710.  
  2711.  
  2712.  
  2713.  
  2714.  
  2715.  
  2716.  
  2717.  
  2718.  
  2719.  
  2720.  
  2721.                                                                Page 67 
  2722.  
  2723.  
  2724.  
  2725.  
  2726.      RFC-909                                                 July 1984 
  2727.  
  2728.  
  2729.  
  2730.  
  2731.  
  2732.  
  2733.  
  2734.  
  2735.  
  2736.  
  2737.  
  2738.  
  2739.  
  2740.  
  2741.  
  2742.  
  2743.  
  2744.  
  2745.  
  2746.  
  2747.  
  2748.  
  2749.  
  2750.  
  2751.  
  2752.  
  2753.  
  2754.  
  2755.  
  2756.  
  2757.  
  2758.  
  2759.  
  2760.  
  2761.  
  2762.  
  2763.  
  2764.  
  2765.  
  2766.  
  2767.  
  2768.  
  2769.  
  2770.  
  2771.  
  2772.  
  2773.  
  2774.  
  2775.  
  2776.  
  2777.  
  2778.  
  2779.  
  2780.      Page 68 
  2781.  
  2782.  
  2783.  
  2784.  
  2785.      LDP Specification                             Management Commands 
  2786.  
  2787.  
  2788.  
  2789.                                  CHAPTER 8 
  2790.  
  2791.                              Management Commands 
  2792.  
  2793.  
  2794.  
  2795.           Management commands are used to  control  resources  in  the      target  machine.   There  are  two kinds of commands:  those that      interrogate the remote machine about resources,  and  those  that      allocate  and  free  resources.  There are management commands to      create,  list  and  delete  breakpoints.    All   commands   have      corresponding  replies  which  include the sequence number of the      request command.  Failing requests produce ERROR replies. 
  2796.  
  2797.           There are  two  resource  allocation  commands,  CREATE  and      DELETE,  which  create  and delete objects in the remote machine.      There are a number of listing commands for listing a  variety  of      target objects -- breakpoints, watchpoints, processes, and names.      The amount of data returned  by  listing  commands  may  vary  in      length,  depending  on the state of the target.  If a list is too      large to fit in a single message, the  target  will  send  it  in      several  list  replies.   A  flag in each reply specifies whether      more messages are to follow. 
  2798.  
  2799.  
  2800.  
  2801.       8.1  CREATE Command 
  2802.  
  2803.           The CREATE command is sent from the host to  the  target  to      create  a target object.  If the CREATE is successful, the target      returns  a  CREATE_DONE  reply,  which  contains   a   descriptor      associated  with  the  CREATEd object.  The types of objects that      may be specified in  a  CREATE  include  breakpoints,  processes,      memory  objects  and  descriptors.   All  are optional except for      breakpoints. 
  2804.  
  2805.  
  2806.  
  2807.  
  2808.  
  2809.  
  2810.  
  2811.  
  2812.  
  2813.  
  2814.  
  2815.  
  2816.  
  2817.                                                                Page 69 
  2818.  
  2819.  
  2820.  
  2821.  
  2822.      RFC-909                                                 July 1984 
  2823.  
  2824.  
  2825.  
  2826.  
  2827.  
  2828.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |        Command Length         |                       +---------------+---------------+                     1 | MANAGEMENT    |     CREATE    |                       +---------------+---------------+                     2 |           Create Type         |                       +---------------+---------------+   +-+                                       *                    |                                       *                    |  Create                                       *                    |  Arguments                       +---------------+---------------+    |                     n |         Create Arguments      |    |                       +---------------+---------------+   +-+ 
  2829.  
  2830.                             CREATE Command Format                                  Figure 42 
  2831.  
  2832.  
  2833.  
  2834.      CREATE FIELDS: 
  2835.  
  2836.      Create Type 
  2837.  
  2838.           The type of object to be created.  Arguments vary  with  the           type.   Currently defined types are shown in Figure 43.  All           are optional except for BREAKPOINT. 
  2839.  
  2840.                      Create Type  |  Symbol                     -------------+---------------- 
  2841.  
  2842.                        0            BREAKPOINT                        1            WATCHPOINT                        2            PROCESS                        3            MEMORY_OBJECT                        4            DESCRIPTOR 
  2843.  
  2844.                                 Create Types                                  Figure 43 
  2845.  
  2846.  
  2847.  
  2848.  
  2849.  
  2850.      Page 70 
  2851.  
  2852.  
  2853.  
  2854.  
  2855.      LDP Specification                             Management Commands 
  2856.  
  2857.  
  2858.  
  2859.      Create Arguments 
  2860.  
  2861.           Create arguments depend on the type of object being created.           The formats for each type of object are described below. 
  2862.  
  2863.  
  2864.  
  2865.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               22              |                       +---------------+---------------+                     1 |   MANAGEMENT  |     CREATE    |                       +---------------+---------------+                     2 |           BREAKPOINT          |                       +---------------+---------------+  +-+                     3 |    Mode       | Mode Argument |   |                       +---------------+---------------+   |                     4 |                               |   |                       +--            ID             --+   |  Create                     5 |              Field            |   |  BREAKPOINT                       +-------------------------------+   |  Arguments                     6 |                               |   |                       +--            Offset         --+   |                     7 |                               |   |                       +-------------------------------+   |                     8 |        Maximum States         |   |                       +---------------+---------------+   |                     9 |        Maximum Size           |   |                       +---------------+---------------+   |                     10|     Maximum Local Variables   |   |                       +---------------+---------------+  +-+ 
  2866.  
  2867.                           CREATE BREAKPOINT Format                                  Figure 44 
  2868.  
  2869.  
  2870.  
  2871.      BREAKPOINT and WATCHPOINT 
  2872.  
  2873.           The format  is the same for  CREATE  BREAKPOINT  and  CREATE           WATCHPOINT.   In  the following discussion, 'breakpoint' may           be taken to mean either breakpoint or watchpoint. 
  2874.  
  2875.           The address is the location where the breakpoint  is  to  be           set.   In  the  case of watchpoints it is the location to be 
  2876.  
  2877.  
  2878.  
  2879.                                                                Page 71 
  2880.  
  2881.  
  2882.  
  2883.  
  2884.      RFC-909                                                 July 1984 
  2885.  
  2886.  
  2887.  
  2888.           watched.  Valid modes are any  PHYS_*  mode  that  addresses           macro-memory,  PROCESS_CODE for breakpoints and PROCESS_DATA           for watchpoints. 
  2889.  
  2890.           'Maximum states' is the number of states  the  finite  state           machine  for  this  breakpoint  will  have.  A value of zero           indicates a default breakpoint, for  targets  which  do  not           implement finite state machine (FSM) breakpoints.  A default           breakpoint is the same as an FSM with one  state  consisting           of  a  STOP  and a REPORT command for the process containing           the breakpoint. 
  2891.  
  2892.           'Maximum  size'  is  the  total  size,  in  octets,  of  the           breakpoint  data  to  be sent via subsequent BREAKPOINT_DATA           commands.  This is the size of the data only, and  does  not           include the LDP command headers and breakpoint descriptors. 
  2893.  
  2894.           'Maximum local variables' is the number of 32-bit  longs  to           reserve  for  local variables for this breakpoint.  Normally           this value will be zero. 
  2895.  
  2896.      PROCESS 
  2897.  
  2898.           Creates a new process.  Arguments are target-dependent. 
  2899.  
  2900.  
  2901.  
  2902.  
  2903.  
  2904.  
  2905.  
  2906.  
  2907.  
  2908.  
  2909.  
  2910.  
  2911.  
  2912.  
  2913.  
  2914.  
  2915.  
  2916.  
  2917.  
  2918.  
  2919.  
  2920.  
  2921.  
  2922.  
  2923.  
  2924.       Page 72 
  2925.  
  2926.  
  2927.  
  2928.  
  2929.      LDP Specification                             Management Commands 
  2930.  
  2931.  
  2932.  
  2933.  
  2934.  
  2935.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |        Command Length         |                       +---------------+---------------+                     1 |   MANAGEMENT  |     CREATE    |                       +---------------+---------------+                     2 |         MEMORY_OBJECT         |                       +---------------+---------------+                     3 |         Object Size           |                       +---------------+---------------+                     4 |           Name Size           |                       +-------------------------------+  +-+                     5 |    Name char  |  Name char    |   |                       +-------------------------------+   |                                       *                   |  Object                                       *                   |  Name                                       *                   |                       +---------------+---------------+   |                     n | 0 or Name char|       0       |   |                       +---------------+---------------+  +-+ 
  2936.  
  2937.                          CREATE MEMORY_OBJECT Format                                  Figure 45 
  2938.  
  2939.  
  2940.  
  2941.       MEMORY_OBJECT 
  2942.  
  2943.           Creates an object of size Object Size, with the given  name.           Object  Size  is in target dependent units.  The name may be           the null string for unnamed objects.  Name  Size  gives  the           number  of  characters  in  Object  Name,  and must be even.           Always ends with a null octect. 
  2944.  
  2945.      DESCRIPTOR 
  2946.  
  2947.           Used for obtaining descriptors from IDs  on  target  systems           where  IDs  are  longer  than  32  bits.   There is a single           argument, Long ID, whose length is target dependent. 
  2948.  
  2949.  
  2950.  
  2951.  
  2952.  
  2953.                                                                 Page 73 
  2954.  
  2955.  
  2956.  
  2957.  
  2958.      RFC-909                                                 July 1984 
  2959.  
  2960.  
  2961.  
  2962.      8.2  CREATE_DONE Reply 
  2963.  
  2964.           The target sends a CREATE_DONE reply to the host in response      to  a successful CREATE command.  The reply contains the sequence      number of the CREATE request, and a  descriptor  for  the  object      created.   This  descriptor  is  used  by the host to specify the      object in subsequent commands referring to  it.   Commands  which      refer  to  created  objects  include  LIST_* commands, DELETE and      BREAKPOINT_DATA.  For example, to delete a  CREATEd  object,  the      host  sends  a  DELETE  command  that  specifies  the  descriptor      returned by the CREATE_DONE reply. 
  2965.  
  2966.  
  2967.  
  2968.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               12              |                       +---------------+---------------+                     1 |   MANAGEMENT  |  CREATE_DONE  |                       +---------------+---------------+                     2 |     Create Sequence Number    |                       +---------------+---------------+  +-+                     3 |    Mode       | Mode Argmuent |   |                       +---------------+---------------+   |  Created                     4 |                               |   |  Object                       +--            ID             --+   |  Descriptor                     5 |              Field            |   |                       +---------------+---------------+  +-+ 
  2969.  
  2970.                           CREATE_DONE Reply Format                                  Figure 46 
  2971.  
  2972.  
  2973.  
  2974.      CREATE_DONE FIELDS: 
  2975.  
  2976.      Create Sequence Number 
  2977.  
  2978.           The sequence number of the CREATE command to which  this  is           the reply. 
  2979.  
  2980.      Created Object Descriptor 
  2981.  
  2982.           A descriptor assigned by the target to the  created  object.           The  contents  of  the  descriptor  fields  are  arbitrarily 
  2983.  
  2984.  
  2985.  
  2986.      Page 74 
  2987.  
  2988.  
  2989.  
  2990.  
  2991.      LDP Specification                             Management Commands 
  2992.  
  2993.  
  2994.  
  2995.           assigned by the target at its convenience.  The host  treats           the  descriptor  as  a unitary object, used for referring to           the created object in subsequent commands. 
  2996.  
  2997.  
  2998.  
  2999.       8.3  DELETE Command 
  3000.  
  3001.           The host sends a DELETE command to remove an object  created      by  an  earlier  CREATE  command.   The  object  to be deleted is      specified  with  a  descriptor.   The  descriptor  is  from   the      CREATE_DONE reply to the original CREATE command. 
  3002.  
  3003.  
  3004.  
  3005.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               10              |                       +---------------+---------------+                     1 |   MANAGEMENT  |    DELETE     |                       +---------------+---------------+  +-+                     2 |    Mode       | Mode Argument |   |                       +---------------+---------------+   |                     3 |                               |   |  Created                       +--            ID             --+   |  Object                     4 |              Field            |   |  Descriptor                       +---------------+---------------+  +-+ 
  3006.  
  3007.                             DELETE Command Format                                  Figure 47 
  3008.  
  3009.  
  3010.  
  3011.      DELETE FIELDS: 
  3012.  
  3013.           Created Object Descriptor 
  3014.  
  3015.           Specifies the object to be deleted.  This is the  descriptor           that  was returned by the target in the CREATE_DONE reply to           the original CREATE command. 
  3016.  
  3017.  
  3018.  
  3019.  
  3020.  
  3021.                                                                  Page 75 
  3022.  
  3023.  
  3024.  
  3025.  
  3026.      RFC-909                                                 July 1984 
  3027.  
  3028.  
  3029.  
  3030.      8.4  DELETE_DONE Reply 
  3031.  
  3032.           The target sends a DELETE_DONE reply to the host in response      to  a successful DELETE command.  The reply contains the sequence      number of the DELETE request. 
  3033.  
  3034.  
  3035.  
  3036.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               6               |                       +---------------+---------------+                     1 |   MANAGEMENT  | DELETE_DONE   |                       +---------------+---------------+                     2 |     Delete Sequence Number    |                       +---------------+---------------+ 
  3037.  
  3038.                           DELETE_DONE Reply Format                                  Figure 48 
  3039.  
  3040.  
  3041.  
  3042.      DELETE_DONE FIELDS: 
  3043.  
  3044.      Request Sequence Number 
  3045.  
  3046.           The sequence number of the DELETE command to which  this  is           the reply. 
  3047.  
  3048.  
  3049.  
  3050.  
  3051.  
  3052.      8.5  LIST_ADDRESSES Command 
  3053.  
  3054.           The host sends a LIST_ADDRESSES command to request a list of      valid address ranges for a specified object.  The object is given      by a descriptor.  Typical objects are a target  process,  or  the      target   physical   machine.    The   target   responds  with  an      ADDRESS_LIST reply.  This command is used for obtaining the  size      of dynamic address spaces and for determining dump ranges. 
  3055.  
  3056.  
  3057.  
  3058.  
  3059.  
  3060.  
  3061.  
  3062.      Page 76 
  3063.  
  3064.  
  3065.  
  3066.  
  3067.      LDP Specification                             Management Commands 
  3068.  
  3069.  
  3070.  
  3071.  
  3072.  
  3073.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               10              |                       +---------------+---------------+                     1 |   MANAGEMENT  | LIST_ADDRESSES|                       +---------------+---------------+  +-+                     2 |    Mode       | Mode Argument |   |                       +---------------+---------------+   |  Object                     3 |                               |   |  Descriptor                       +--            ID             --+   |                     4 |              Field            |   |                       +---------------+---------------+  +-+ 
  3074.  
  3075.                         LIST_ADDRESSES Command Format                                  Figure 49 
  3076.  
  3077.  
  3078.  
  3079.      LIST_ADDRESSES FIELDS: 
  3080.  
  3081.           Object Descriptor 
  3082.  
  3083.           Specifies the object whose address ranges are to be  listed.           Valid  modes  include  PHYS_MACRO, PHYS_MICRO, PROCESS_CODE,           and PROCESS_DATA. 
  3084.  
  3085.  
  3086.  
  3087.  
  3088.  
  3089.       8.6  ADDRESS_LIST Reply 
  3090.  
  3091.           The target sends  an  ADDRESS_LIST  reply  to  the  host  in      response  to  a  successful  LIST_ADDRESSES  command.   The reply      contains the sequence number of the LIST_ADDRESSES  request,  the      descriptor  of  the  object being listed, and a list of the valid      address ranges within the  object. 
  3092.  
  3093.  
  3094.  
  3095.  
  3096.  
  3097.  
  3098.  
  3099.                                                                 Page 77 
  3100.  
  3101.  
  3102.  
  3103.  
  3104.      RFC-909                                                 July 1984 
  3105.  
  3106.  
  3107.  
  3108.  
  3109.  
  3110.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |        Command Length         |                       +---------------+---------------+                     1 |   MANAGEMENT  | ADDRESS_LIST  |                       +---------------+---------------+                     2 |      List Sequence Number     |                       +---------------+---------------+                     3 |   Flags     |M| Item Count    |                       +---------------+---------------+                     4 |                               |                       +--                           --+                     5 |          Descriptor           |                       +--                           --+                     6 |                               |                       +---------------+---------------+  +-+                     7 |                               |   |                       +--        First Address      --+   | First                     8 |                               |   | Address                       +-------------------------------+   | Range                     9 |                               |   |                       +--         Last Address      --+   |                     10|                               |   |                       +-------------------------------+  +-+                                       *                                       *                                       *                       +---------------+---------------+  +-+                       |                               |   |                       +--        First Address      --+   | Last                       |                               |   | Address                       +-------------------------------+   | Range                       |                               |   |                       +--         Last Address      --+   |                       |                               |   |                       +-------------------------------+  +-+ 
  3111.  
  3112.                           ADDRESS_LIST Reply Format                                  Figure 50 
  3113.  
  3114.  
  3115.  
  3116.  
  3117.  
  3118.  
  3119.  
  3120.      Page 78 
  3121.  
  3122.  
  3123.  
  3124.  
  3125.      LDP Specification                             Management Commands 
  3126.  
  3127.  
  3128.  
  3129.      ADDRESS_LIST FIELDS: 
  3130.  
  3131.      List Sequence Number 
  3132.  
  3133.           The sequence number of the LIST_ADDRESSES command  to  which           this is the reply. 
  3134.  
  3135.      Flags 
  3136.  
  3137.           If M=1, the  address  list  is  continued  in  one  or  more           subsequent  ADDRESS_LIST replies.  If M=0, this is the final           ADDRESS_LIST. 
  3138.  
  3139.      Item Count 
  3140.  
  3141.           The number of address ranges described in this command. 
  3142.  
  3143.      Descriptor 
  3144.  
  3145.           The descriptor of the object being listed. 
  3146.  
  3147.      Address Range 
  3148.  
  3149.           Each address range is composed of a pair of 32-bit addresses           which  give  the  first and last addresses of the range.  If           there are 'holes' in the address space of the  object,  then           multiple  address  ranges will be used to describe the valid           address space. 
  3150.  
  3151.  
  3152.  
  3153.  
  3154.  
  3155.       8.7  LIST_BREAKPOINTS Command 
  3156.  
  3157.           The host sends a LIST_BREAKPOINTS command to request a  list      of  all  breakpoints associated with the current connection.  The      target replies with BREAKPOINT_LIST. 
  3158.  
  3159.  
  3160.  
  3161.  
  3162.  
  3163.  
  3164.  
  3165.  
  3166.  
  3167.  
  3168.  
  3169.                                                                Page 79 
  3170.  
  3171.  
  3172.  
  3173.  
  3174.      RFC-909                                                 July 1984 
  3175.  
  3176.  
  3177.  
  3178.  
  3179.  
  3180.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               4               |                       +---------------+---------------+                     1 |   MANAGEMENT  |LIST_BREAKPOINTS                       +---------------+---------------+ 
  3181.  
  3182.                        LIST_BREAKPOINTS Command Format                                  Figure 51 
  3183.  
  3184.  
  3185.  
  3186.  
  3187.  
  3188.  
  3189.  
  3190.      8.8  BREAKPOINT_LIST Reply 
  3191.  
  3192.           The target sends a BREAKPOINT_LIST  reply  to  the  host  in      response  to  a LIST_BREAKPOINTS command.  The reply contains the      sequence number of the LIST_BREAKPOINTS request, and  a  list  of      all  breakpoints  associated  with  the  current connection.  The      descriptor and address of each breakpoint are listed. 
  3193.  
  3194.  
  3195.  
  3196.  
  3197.  
  3198.  
  3199.  
  3200.  
  3201.  
  3202.  
  3203.  
  3204.  
  3205.  
  3206.  
  3207.  
  3208.  
  3209.  
  3210.  
  3211.  
  3212.  
  3213.  
  3214.  
  3215.  
  3216.      Page 80 
  3217.  
  3218.  
  3219.  
  3220.  
  3221.      LDP Specification                             Management Commands 
  3222.  
  3223.  
  3224.  
  3225.  
  3226.  
  3227.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |        Command Length         |                       +---------------+---------------+                     1 |   MANAGEMENT  |BREAKPOINT_LIST|                       +---------------+---------------+                     2 |      List Sequence Number     |                       +---------------+---------------+                     3 |   Flags     |M| Item Count    |                       +---------------+---------------+  +-+                     4 |    Mode       |     0         |   |                       +---------------+---------------+   |                     5 |                               |   |  Breakpoint                       +--            ID             --+   |  Descriptor                     6 |              Field            |   |                       +---------------+---------------+  +-+                     7 |    Mode       | Mode Argument |   |                       +---------------+---------------+   |                     8 |                               |   |                       +--            ID             --+   |  Breakpoint                     9 |              Field            |   |  Address                       +-------------------------------+   |                     10|                               |   |                       +--            Offset         --+   |                     11|                               |   |                       +-------------------------------+  +-+                                       *                   |  Additional                                       *                   |  Descriptor-Address                                       *                   |  Pairs                                                          +-+ 
  3228.  
  3229.                         BREAKPOINT_LIST Reply Format                                  Figure 52 
  3230.  
  3231.       BREAKPOINT_LIST FIELDS: 
  3232.  
  3233.      List Sequence Number 
  3234.  
  3235.           The sequence number of the LIST_BREAKPOINTS command to which           this is the reply. 
  3236.  
  3237.      Flags 
  3238.  
  3239.  
  3240.  
  3241.                                                                Page 81 
  3242.  
  3243.  
  3244.  
  3245.  
  3246.      RFC-909                                                 July 1984 
  3247.  
  3248.  
  3249.  
  3250.           If M=1, the breakpoint list is  continued  in  one  or  more           subsequent  BREAKPOINT_LIST  replies.   If  M=0, this is the           final BREAKPOINT_LIST. 
  3251.  
  3252.      Item Count 
  3253.  
  3254.           The number of breakpoints described in this list. 
  3255.  
  3256.      Breakpoint Descriptor 
  3257.  
  3258.           A descriptor assigned by  the  target  to  this  breakpoint.           Used   by   the   host   to   specify   this  breakpoint  in           BREAKPOINT_DATA and DELETE commands. 
  3259.  
  3260.      Breakpoint Address 
  3261.  
  3262.           The address at which this breakpoint is set. 
  3263.  
  3264.  
  3265.  
  3266.  
  3267.  
  3268.       8.9  LIST_PROCESSES Command 
  3269.  
  3270.           The host sends a LIST_PROCESSES command to request a list of      descriptors  for all processes on the target.  The target replies      with PROCESS_LIST. 
  3271.  
  3272.                         0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               4               |                       +---------------+---------------+                     1 |   MANAGEMENT  |LIST_PROCESSES |                       +---------------+---------------+ 
  3273.  
  3274.                         LIST_PROCESSES Command Format                                  Figure 53 
  3275.  
  3276.  
  3277.  
  3278.  
  3279.  
  3280.  
  3281.  
  3282.  
  3283.  
  3284.      Page 82 
  3285.  
  3286.  
  3287.  
  3288.  
  3289.      LDP Specification                             Management Commands 
  3290.  
  3291.  
  3292.  
  3293.      8.10  PROCESS_LIST Reply 
  3294.  
  3295.           The target  sends  a  PROCESS_LIST  reply  to  the  host  in      response  to  a  LIST_PROCESSES  command.  The reply contains the      sequence number of the LIST_PROCESSES request, and a list of  all      processes  in  the  target.  For each process, a descriptor and a      target-dependent amount of process data are given. 
  3296.  
  3297.  
  3298.  
  3299.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |        Command Length         |                       +---------------+---------------+                     1 |   MANAGEMENT  | PROCESS_LIST  |                       +---------------+---------------+                     2 |      List Sequence Number     |                       +---------------+---------------+                     3 |   Flags     |M| Item Count    |                       +---------------+---------------+  +-+                     4 | PROCESS_CODE  |     0         |   |                       +---------------+---------------+   |                     5 |                               |   |  Process                       +--            ID             --+   |  Descriptor                     6 |              Field            |   |                       +---------------+---------------+  +-+                     7 |       Process data count      |   |                       +---------------+---------------+   |                     8 |  Process data |  Process data |   |                       +-------------------------------+   |  Process                                       *                   |  Data                                       *                   |                                       *                   |                       +---------------+---------------+   |                     n |  Process data |  Process data |   |                       +-------------------------------+  +-+                                       *                   |  Additional                                       *                   |  Descriptor-Data                                       *                   |  Pairs                                                          +-+ 
  3300.  
  3301.                           PROCESS_LIST Reply Format                                  Figure 54 
  3302.  
  3303.  
  3304.  
  3305.  
  3306.  
  3307.                                                                Page 83 
  3308.  
  3309.  
  3310.  
  3311.  
  3312.      RFC-909                                                 July 1984 
  3313.  
  3314.  
  3315.  
  3316.      PROCESS_LIST FIELDS: 
  3317.  
  3318.      List Sequence Number 
  3319.  
  3320.           The sequence number of the LIST_PROCESSES command  to  which           this is the reply. 
  3321.  
  3322.      Flags 
  3323.  
  3324.           If M=1, the  process  list  is  continued  in  one  or  more           subsequent  PROCESS_LIST replies.  If M=0, this is the final           PROCESS_LIST. 
  3325.  
  3326.      Item Count 
  3327.  
  3328.           The number of processes described in this  list.   For  each           process  there  is  a  descriptor  and  a variable number of           octets of process data. 
  3329.  
  3330.      Process Descriptor 
  3331.  
  3332.           A descriptor assigned by the target to this  process.   Used           by the host to specify this PROCESS in a DELETE command. 
  3333.  
  3334.      Process Data Count 
  3335.  
  3336.           Number of octets of process data for this process.  Must  be           even. 
  3337.  
  3338.      Process Data 
  3339.  
  3340.           Target-dependent information about this process.  Number  of           octets is given by the process data count. 
  3341.  
  3342.  
  3343.  
  3344.  
  3345.  
  3346.       8.11  LIST_NAMES Command 
  3347.  
  3348.           The host sends a LIST_NAMES command to  request  a  list  of      available names as strings.  The target replies with NAME_LIST. 
  3349.  
  3350.  
  3351.  
  3352.  
  3353.  
  3354.  
  3355.  
  3356.      Page 84 
  3357.  
  3358.  
  3359.  
  3360.  
  3361.      LDP Specification                             Management Commands 
  3362.  
  3363.  
  3364.  
  3365.  
  3366.  
  3367.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               4               |                       +---------------+---------------+                     1 |   MANAGEMENT  | LIST_NAMES    |                       +---------------+---------------+ 
  3368.  
  3369.                           LIST_NAMES Command Format                                  Figure 55 
  3370.  
  3371.  
  3372.  
  3373.  
  3374.  
  3375.  
  3376.  
  3377.      8.12  NAME_LIST Reply 
  3378.  
  3379.           The target sends a NAME_LIST reply to the host  in  response      to  a LIST_NAMES command.  The reply contains the sequence number      of the LIST_NAMES request, and a list of  all  target  names,  as      strings. 
  3380.  
  3381.  
  3382.  
  3383.  
  3384.  
  3385.  
  3386.  
  3387.  
  3388.  
  3389.  
  3390.  
  3391.  
  3392.  
  3393.  
  3394.  
  3395.  
  3396.  
  3397.  
  3398.  
  3399.  
  3400.  
  3401.  
  3402.  
  3403.                                                                 Page 85 
  3404.  
  3405.  
  3406.  
  3407.  
  3408.      RFC-909                                                 July 1984 
  3409.  
  3410.  
  3411.  
  3412.  
  3413.  
  3414.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |        Command Length         |                       +---------------+---------------+                     1 |   MANAGEMENT  | NAME_LIST     |                       +---------------+---------------+                     2 |      List Sequence Number     |                       +---------------+---------------+                     3 |   Flags     |M| Item Count    |                       +---------------+---------------+  +-+                     4 |           Name Size           |   |                       +---------------+---------------+   |                     5 |  Name Char    |   Name Char   |   |  Name                       +---------------+---------------+   |  String                                       *                   |                                       *                   |                                       *                   |                       +---------------+---------------+   |                     n | 0 or Name Char|       0       |   |                       +---------------+---------------+  +-+                                       *                   |  Additional                                       *                   |  Name                                       *                   |  Strings                                                          +-+ 
  3415.  
  3416.                            NAME_LIST Reply Format                                  Figure 56 
  3417.  
  3418.  
  3419.  
  3420.      NAME_LIST FIELDS: 
  3421.  
  3422.      List Sequence Number 
  3423.  
  3424.           The sequence number of the LIST_NAMES command to which  this           is the reply. 
  3425.  
  3426.  
  3427.  
  3428.  
  3429.  
  3430.  
  3431.  
  3432.  
  3433.  
  3434.       Page 86 
  3435.  
  3436.  
  3437.  
  3438.  
  3439.      LDP Specification                             Management Commands 
  3440.  
  3441.  
  3442.  
  3443.      Flags 
  3444.  
  3445.           If M=1, the name list is continued in one or more subsequent           NAME_LIST replies.  If M=0, this is the final NAME_LIST. 
  3446.  
  3447.      Item Count 
  3448.  
  3449.           The number of name strings in this list.  Each  name  string           consists  of  a character count and a null-terminated string           of characters. 
  3450.  
  3451.      Name Size 
  3452.  
  3453.           The number of octets in this name string.  Must be even. 
  3454.  
  3455.      Name Characters 
  3456.  
  3457.           A string of octets composing the name.   Ends  with  a  null           octet.   The  number  of  characters must be even, so if the           terminating null comes on an  odd  octet,  another  null  is           appended. 
  3458.  
  3459.  
  3460.  
  3461.  
  3462.  
  3463.       8.13  GET_PHYS_ADDR Command 
  3464.  
  3465.           The host sends a GET_PHYS_ADDR command to convert an address      into physical form.  The target returns the physical address in a      GOT_PHYS_ADDR  reply.   For  example,  the  host  could  send   a      GET_PHYS_ADDR  command  containing a register-offset address, and      the target would return the physical address derived from this in      a GOT_PHYS_ADDR reply. 
  3466.  
  3467.  
  3468.  
  3469.  
  3470.  
  3471.  
  3472.  
  3473.  
  3474.  
  3475.  
  3476.  
  3477.  
  3478.  
  3479.  
  3480.  
  3481.                                                                Page 87 
  3482.  
  3483.  
  3484.  
  3485.  
  3486.      RFC-909                                                 July 1984 
  3487.  
  3488.  
  3489.  
  3490.  
  3491.  
  3492.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               14              |                       +---------------+---------------+                     1 |   MANAGEMENT  | GET_PHYS_ADDR |                       +---------------+---------------+  +-+                     2 |    Mode       | Mode Argument |   |                       +---------------+---------------+   |                     3 |              ID               |   |                       +--            Field          --+   |                     4 |                               |   |  Address                       +---------------+---------------+   |                     5 |                               |   |                       +--            Offset         --+   |                     6 |                               |   |                       +---------------+---------------+  +-+ 
  3493.  
  3494.                         GET_PHYS_ADDR Command Format                                  Figure 57 
  3495.  
  3496.  
  3497.  
  3498.      GET_PHYS_ADDR FIELDS: 
  3499.  
  3500.      Address 
  3501.  
  3502.           The address to be converted to a physical address.  The mode           may    be   one   of   PHYS_REG_OFFSET,   PHYS_REG_INDIRECT,           PHYS_MACRO_PTR, any OBJECT_* mode, and  any  PROCESS_*  mode           except for PROCESS_REG. 
  3503.  
  3504.  
  3505.  
  3506.  
  3507.  
  3508.       8.14  GOT_PHYS_ADDR Reply 
  3509.  
  3510.           The target sends  a  GOT_PHYS_ADDR  reply  to  the  host  in      response  to  a  successful  GET_PHYS_ADDR  command.   The  reply      contains the sequence number of the  GET_PHYS_ADDR  request,  and      the specified address converted into a physical address. 
  3511.  
  3512.  
  3513.  
  3514.       Page 88 
  3515.  
  3516.  
  3517.  
  3518.  
  3519.      LDP Specification                             Management Commands 
  3520.  
  3521.  
  3522.  
  3523.                         0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               16              |                       +---------------+---------------+                     1 |   MANAGEMENT  | GOT_PHYS_ADDR |                       +---------------+---------------+                     2 |      Get  Sequence Number     |                       +---------------+---------------+  +-+                     3 | PHYS_MACRO    |      0        |   |                       +---------------+---------------+   |                     4 |                               |   |                       +--             0             --+   |                     5 |                               |   |  Address                       +---------------+---------------+   |                     6 |                               |   |                       +--            Offset         --+   |                     7 |                               |   |                       +---------------+---------------+  +-+ 
  3524.  
  3525.                          GOT_PHYS_ADDR Reply Format                                  Figure 58 
  3526.  
  3527.  
  3528.  
  3529.      GOT_PHYS_ADDR FIELDS: 
  3530.  
  3531.      Get Sequence Number 
  3532.  
  3533.           The sequence number of the GET_PHYS_ADDR  command  to  which           this is the reply. 
  3534.  
  3535.      Address 
  3536.  
  3537.           The address resulting from translating the address given  in           the  GET_PHYS_ADDR command into a physical address.  Mode is           always PHYS_MACRO and ID and mode argument are always  zero.           Offset gives the 32-bit physical address. 
  3538.  
  3539.  
  3540.  
  3541.  
  3542.  
  3543.  
  3544.  
  3545.  
  3546.  
  3547.                                                                 Page 89 
  3548.  
  3549.  
  3550.  
  3551.  
  3552.      RFC-909                                                 July 1984 
  3553.  
  3554.  
  3555.  
  3556.      8.15  GET_OBJECT Command 
  3557.  
  3558.           The host sends a GET_OBJECT command to convert a name string      into  a  descriptor.   The  target  returns  the  descriptor in a      GOT_OBJECT reply.  Intended for use in finding control  parameter      objects. 
  3559.  
  3560.  
  3561.  
  3562.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |        Command Length         |                       +---------------+---------------+                     1 |   MANAGEMENT  | GET_OBJECT    |                       +---------------+---------------+  +-+                     2 |           Name Size           |   |                       +---------------+---------------+   |                     3 |  Name Char    |   Name Char   |   |  Name                       +---------------+---------------+   |  String                                       *                   |                                       *                   |                                       *                   |                       +---------------+---------------+   |                     n | 0 or Name Char|       0       |   |                       +---------------+---------------+  +-+ 
  3563.  
  3564.                           GET_OBJECT Command Format                                  Figure 59 
  3565.  
  3566.  
  3567.  
  3568.      GET_OBJECT FIELDS: 
  3569.  
  3570.      Name String 
  3571.  
  3572.           The name of an object. 
  3573.  
  3574.      Name Size 
  3575.  
  3576.           The number of octets in this name string.  Must be even. 
  3577.  
  3578.      Name Characters 
  3579.  
  3580.           A string of octets composing the name.   Ends  with  a  null           octet.   The  number  of  characters must be even, so if the 
  3581.  
  3582.  
  3583.  
  3584.      Page 90 
  3585.  
  3586.  
  3587.  
  3588.  
  3589.      LDP Specification                             Management Commands 
  3590.  
  3591.  
  3592.  
  3593.           terminating null comes on an  odd  octet,  another  null  is           appended. 
  3594.  
  3595.  
  3596.  
  3597.  
  3598.  
  3599.       8.16  GOT_OBJECT Reply 
  3600.  
  3601.           The target sends a GOT_OBJECT reply to the host in  response      to  a  successful  GET_OBJECT  command.   The  reply contains the      sequence number of the  GET_OBJECT  request,  and  the  specified      object name converted into a descriptor. 
  3602.  
  3603.  
  3604.  
  3605.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |               12              |                       +---------------+---------------+                     1 |   MANAGEMENT  | GOT_OBJECT    |                       +---------------+---------------+                     2 |      Get  Sequence Number     |                       +---------------+---------------+  +-+                     3 | Mode          | Mode Argument |   |                       +---------------+---------------+   |                     4 |                               |   |                       +--             ID            --+   |  Object                     5 |                               |   |  Descriptor                       +---------------+---------------+  +-+ 
  3606.  
  3607.                            GOT_OBJECT Reply Format                                  Figure 60 
  3608.  
  3609.  
  3610.  
  3611.      GOT_OBJECT FIELDS: 
  3612.  
  3613.      Get Sequence Number 
  3614.  
  3615.           The sequence number of the GET_OBJECT command to which  this           is the reply. 
  3616.  
  3617.      Descriptor 
  3618.  
  3619.  
  3620.  
  3621.                                                                Page 91 
  3622.  
  3623.  
  3624.  
  3625.  
  3626.      RFC-909                                                 July 1984 
  3627.  
  3628.  
  3629.  
  3630.           The  descriptor  of  the  object  named  in  the  GET_OBJECT           command. 
  3631.  
  3632.  
  3633.  
  3634.  
  3635.  
  3636.  
  3637.  
  3638.  
  3639.  
  3640.  
  3641.  
  3642.  
  3643.  
  3644.  
  3645.  
  3646.  
  3647.  
  3648.  
  3649.  
  3650.  
  3651.  
  3652.  
  3653.  
  3654.  
  3655.  
  3656.  
  3657.  
  3658.  
  3659.  
  3660.  
  3661.  
  3662.  
  3663.  
  3664.  
  3665.  
  3666.  
  3667.  
  3668.  
  3669.  
  3670.  
  3671.  
  3672.  
  3673.  
  3674.  
  3675.  
  3676.  
  3677.  
  3678.       Page 92 
  3679.  
  3680.  
  3681.  
  3682.  
  3683.      LDP Specification                     Breakpoints and Watchpoints 
  3684.  
  3685.  
  3686.  
  3687.                                  CHAPTER 9 
  3688.  
  3689.                          Breakpoints and Watchpoints 
  3690.  
  3691.  
  3692.  
  3693.           Breakpoints  and   watchpoints   are   used   in   debugging      applications.   Each  breakpoint or watchpoint is associated with      one debugger connection and one address.  When  a  breakpoint  or      watchpoint is triggered, the target executes one or more commands      associated with it.  A breakpoint is triggered when  its  address      is  executed.   A  watchpoint  is  triggered  when its address is      modified.  The same mechanism is used for structuring  breakpoint      and  watchpoint  commands.  For brevity's sake, 'breakpoint' will      be used in the remainder of this document to refer  to  either  a      breakpoint or a watchpoint. 
  3694.  
  3695.           The commands used by the host to manipulate breakpoints  are      given in Figure 61, in the order in which they are normally used.      All commands are sent from the  host  to  the  target,  and  each      specifies the descriptor of a breakpoint. 
  3696.  
  3697.        Command               Description      ---------------------+------------------------------------ 
  3698.  
  3699.       CREATE                Create a breakpoint       BREAKPOINT_DATA       Send commands to be executed in an                             FSM breakpoint       START                 Activate a breakpoint, set state                             and initialize breakpoint variables       STOP                  Deactivate a breakpoint       CONTINUE              Activate a breakpoint       LIST_BREAKPOINTS      List all breakpoints       REPORT                Report the status of a breakpoint       DELETE                Delete a breakpoint 
  3700.  
  3701.                      Commands to Manipulate Breakpoints                                  Figure 61 
  3702.  
  3703.  
  3704.  
  3705.  
  3706.  
  3707.  
  3708.  
  3709.  
  3710.  
  3711.                                                                Page 93 
  3712.  
  3713.  
  3714.  
  3715.  
  3716.      RFC-909                                                 July 1984 
  3717.  
  3718.  
  3719.  
  3720.           There are two kinds of breakpoints:  default breakpoints and      finite state machine (FSM) breakpoints.  They differ in their use      of commands. 
  3721.  
  3722.           Default breakpoints  do  not  contain  any  commands.   When      triggered,  a  default  breakpoint stops the target object (i.e.,      target process or application) it is located in.  A STATUS report      on  the  stopped  object is sent to the host.  At this point, the      host may send further commands to debug the target. 
  3723.  
  3724.           An FSM breakpoint has one or more conditional command lists,      organized into a finite state machine.  When an FSM breakpoint is      created, the total number of states is specified.  The host  then      sends commands (using BREAKPOINT_DATA) to be associated with each      state.  The target maintains a state variable for the breakpoint,      which  determines  which  command  list  will  be executed if the      breakpoint is triggered.  When  the  breakpoint  is  created  its      state  variable is initialized to zero (zero is the first state).      A breakpoint command, SET_STATE, may be used within a  breakpoint      to  change  the  value  of  the state variable.  A REPORT command      applied to a breakpoint descriptor returns its  address,  whether      it is armed or disarmed, and the value of its state variable. 
  3725.  
  3726.           Commands valid in breakpoints include all  implemented  data      transfer and control commands, a set of conditional commands, and      a set of breakpoint commands.  The conditional commands  and  the      breakpoint  commands  act on a set of local breakpoint variables.      The  breakpoint  variables  consist  of  the  state  variable,  a      counter,  and  two  pointer  variables.  The conditional commands      control the execution of breakpoint command lists  based  on  the      contents  of  one  of  the  breakpoint variables.  The breakpoint      commands are used to set the value of the  breakpoint  variables:      SET_STATE  sets  the  state  variable,  SET_PTR  sets  one of the      pointer  variables,  and  INC_COUNT  increments  the   breakpoint      counter.   There may be implementation restrictions on the number      of breakpoints, the number of states, the number  of  conditions,      and  the  size  of  the  command  lists.  Management commands and      protocol commands are forbidden in breakpoints. 
  3727.  
  3728.           In FSM breakpoints, the execution of commands is  controlled      as  follows.   When  a  breakpoint is triggered, the breakpoint's      state  variable  selects  a  particular  state.   One   or   more      conditional  command  lists  is  associated  with  this state.  A      conditional  command  list  consists  of  a  list  of  conditions      followed  by  a  list  of  commands  which  are  executed  if the      condition list is satisfied.  The debugger starts a breakpoint by      executing  the  first  of  these lists.  If the condition list is 
  3729.  
  3730.  
  3731.  
  3732.      Page 94 
  3733.  
  3734.  
  3735.  
  3736.  
  3737.      LDP Specification                     Breakpoints and Watchpoints 
  3738.  
  3739.  
  3740.  
  3741.      satisfied, the debugger executes the associated command list  and      leaves the breakpoint.  If the condition list fails, the debugger      skips  to  the  next  conditional  command  list.   This  process      continues  until  the  debugger  either  encounters  a successful      condition list, or exhausts all the conditional command lists for      the  state.   The  relationship  of commands, lists and states is      shown in Figure 62 (IFs,  THENs  and  ELSEs  are  used  below  to      clarify  the  logical structure within a state; they are not part      of the protocol). 
  3742.  
  3743.                      State 0                             IF <condition list 0>                                THEN <command list 0> 
  3744.  
  3745.                             ELSE IF <condition list 1>                                THEN <command list 1> 
  3746.  
  3747.                             *                             *                             * 
  3748.  
  3749.                             ELSE IF <condition list n>                                 THEN <command list n> 
  3750.  
  3751.                             ELSE <exit>                       *                       *                       *                     State n 
  3752.  
  3753.                     Breakpoint Conditional Command Lists                                  Figure 62 
  3754.  
  3755.  
  3756.  
  3757.  
  3758.  
  3759.      9.1  BREAKPOINT_DATA Command 
  3760.  
  3761.           BREAKPOINT_DATA is a data transfer command used by the  host      to  send  commands to be executed in breakpoints and watchpoints.      The command  specifies  the  descriptor  of  the   breakpoint  or      watchpoint, and a stream of commands to be appended to the end of      the  breakpoint's  command  list.   BREAKPOINT_DATA  is   applied      sequentially  to  successive  breakpoint  states,  and successive 
  3762.  
  3763.  
  3764.  
  3765.                                                                Page 95 
  3766.  
  3767.  
  3768.  
  3769.  
  3770.      RFC-909                                                 July 1984 
  3771.  
  3772.  
  3773.  
  3774.      command lists within each state.  Multiple  BREAKPOINT_DATAs  may      be  sent  for a given breakpoint.  Breaks between BREAKPOINT_DATA      commands may occur anywhere within the data stream,  even  within      individual  commands  in the data.  Sufficient space to store the      data must have been allocated by the maximum size  field  in  the      CREATE BREAKPOINT/WATCHPOINT command. 
  3775.  
  3776.                    0             0 0   1         1                   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                  +---------------+---------------+                0 |        Command Length         |                  +---------------+---------------+                1 | DATA_TRANSFER |BREAKPOINT_DATA|                  +---------------+---------------+  +-+                2 |    Mode       | Mode Argument |   |                  +---------------+---------------+   |  Breakpoint or                3 |                               |   |  Watchpoint                  +--            ID             --+   |  Descriptor                4 |              Field            |   |                  +-------------------------------+  +-+                5 |     Data      |  Data         |   |                  +-------------------------------+   |                                  *                   |                                  *                   |  Data                                  *                   |                  +---------------+---------------+   |                n |     Data      |  Data or 0    |   |                  +---------------+---------------+  +-+ 
  3777.  
  3778.                        BREAKPOINT_DATA Command Format                                  Figure 63 
  3779.  
  3780.       BREAKPOINT_DATA FIELDS: 
  3781.  
  3782.      Command Length 
  3783.  
  3784.           Total length of this  command  in  octets,  including  data,           excluding the final padding octet, if any. 
  3785.  
  3786.      Data 
  3787.  
  3788.           A stream of data  to  be  appended  to  the  data  for  this           breakpoint  or  watchpoint.  This stream has the form of one           or more states, each  containing  one  or  more  conditional 
  3789.  
  3790.  
  3791.  
  3792.      Page 96 
  3793.  
  3794.  
  3795.  
  3796.  
  3797.      LDP Specification                     Breakpoints and Watchpoints 
  3798.  
  3799.  
  3800.  
  3801.           command lists.  The first BREAKPOINT_DATA command sent for a           breakpoint contains data starting with state zero.  The data           for  each  state  starts with the state size.  A conditional           command list is composed of two parts: a condition list, and           a command list.  Each list begins with a word that gives its           size in octets. 
  3802.  
  3803.  
  3804.  
  3805.           <state 0 size>                    <condition list 0 size> <condition list 0>                    <command list 0 size>   <command list 0>                               *                               *                               *                    <condition list n size> <condition list n>                    <command list n size>   <command list n>           <state 1 size>                             <etc>                *                *                *           <state n size> 
  3806.  
  3807.                         Breakpoint Data Stream Format                                  Figure 64 
  3808.  
  3809.   
  3810.  
  3811.  
  3812.  
  3813.  
  3814.  
  3815.  
  3816.  
  3817.  
  3818.  
  3819.  
  3820.  
  3821.  
  3822.  
  3823.  
  3824.  
  3825.  
  3826.  
  3827.  
  3828.  
  3829.                                                                 Page 97 
  3830.  
  3831.  
  3832.  
  3833.  
  3834.      RFC-909                                                 July 1984 
  3835.  
  3836.  
  3837.  
  3838.      Sizes 
  3839.  
  3840.           All sizes are stored in 16-bit words, and include their  own           length.   The state size gives the total number of octets of           breakpoint data for the  state.   The  condition  list  size           gives  the total octets of breakpoint data for the following           condition list.  A condition list size  of  2  indicates  an           empty  condition  list:  in  this case the following command           list is executed unconditionally.   The  command  list  size           gives  the total octets of breakpoint data for the following           command list. 
  3841.  
  3842.      Lists 
  3843.  
  3844.           Condition  and  command  lists  come  in  pairs.   When  the           breakpoint  occurs,  the condition list controls whether the           following command list should be executed.  A condition list           consists  of one or more commands from the CONDITION command           class.  A command list consists one or  more  LDP  commands.           Valid   commands  are  any  commands  from  the  BREAKPOINT,           DATA_TRANSFER or CONTROL command classes. 
  3845.  
  3846.  
  3847.  
  3848.  
  3849.  
  3850.  
  3851.  
  3852.  
  3853.  
  3854.  
  3855.  
  3856.  
  3857.  
  3858.  
  3859.  
  3860.  
  3861.  
  3862.  
  3863.  
  3864.  
  3865.  
  3866.  
  3867.  
  3868.  
  3869.  
  3870.  
  3871.  
  3872.  
  3873.  
  3874.      Page 98 
  3875.  
  3876.  
  3877.  
  3878.  
  3879.      LDP Specification                            Conditional Commands 
  3880.  
  3881.  
  3882.  
  3883.                                 CHAPTER 10 
  3884.  
  3885.                             Conditional Commands 
  3886.  
  3887.  
  3888.  
  3889.           Conditional commands are used in breakpoints to control  the      execution  of  breakpoint  commands.   One  or more conditions in      sequence form a condition list.  If a condition list is satisfied      (evaluates  to  TRUE),  the  breakpoint  command list immediately      following it is  executed.   (See  Breakpoints  and  Watchpoints,      above,  for a discussion of the logic flow in conditional/command      lists.) Conditional commands perform tests  on  local  breakpoint      variables,  and  other  locations.   Each  condition evaluates to      either  TRUE  or  FALSE.   Figure  65  contains  a   summary   of      conditional commands: 
  3890.  
  3891.        Command                       Description      -----------------------------+------------------------------------ 
  3892.  
  3893.      CHANGED <loc>                  Determine if a location has changed      COMPARE <loc1> <mask> <loc2>   Compare two locations, using a mask      COUNT_[EQ | GT | LT] <value>   Compare the counter to a value      TEST  <loc> <mask> <value>     Compare a location to a value 
  3894.  
  3895.                          Conditional Command Summary                                  Figure 65 
  3896.  
  3897.       The rules for forming and evaluating condition lists are: 
  3898.  
  3899.       o   consecutive conditions have an implicit logical  AND  between          them.  A sequence of such conditions is called an 'and_list'.          and_lists are delimited by an OR command and by  the  end  of          the condition list. 
  3900.  
  3901.      o   the breakpoint OR command may be inserted between any pair of          conditions 
  3902.  
  3903.      o   AND takes precedence over OR 
  3904.  
  3905.      o   nested condition lists are not supported.  A  condition  list          is simply one or more and_lists, separated by ORs. 
  3906.  
  3907.  
  3908.  
  3909.                                                                Page 99 
  3910.  
  3911.  
  3912.  
  3913.  
  3914.      RFC-909                                                 July 1984 
  3915.  
  3916.  
  3917.  
  3918.      o   the condition list is evaluated in sequence  until  either  a          TRUE  and_list  is found (condition list <- TRUE), or the end          of the condition list is reached (condition list  <-  FALSE).          An and_list is TRUE if all its conditions are TRUE. 
  3919.  
  3920.      The distillation of these rules into BNF is: 
  3921.  
  3922.          <condition_list> :== <and_list>  [OR <and_list>]*          <and_list>       :== <condition> [AND <condition>]*          <condition>      :== CHANGED | COMPARE | COUNT | TEST 
  3923.  
  3924.          where:  OR  is a breakpoint command                  AND is implicit for any pair of consecutive conditions 
  3925.  
  3926.      For example, the following condition list, with one  command  per      line, 
  3927.  
  3928.          COUNT_EQ 1          OR          COUNT_GT 10          COUNT_LT 20 
  3929.  
  3930.      evaluates to: 
  3931.  
  3932.          (COUNT = 1) OR (COUNT > 10  AND COUNT < 20) 
  3933.  
  3934.      and will cause the command list that follows it to be executed if      the counter is equal to one, or is between 10 and 20. 
  3935.  
  3936.  
  3937.  
  3938.       10.1  Condition Command Format 
  3939.  
  3940.           Condition  commands  start  with  the  standard   four-octet      command  header.   The high-order bit of the command type byte is      used as a negate flag:  if this bit is set, the boolean value  of      the  condition  is  negated.   This flag applies to one condition      only, and not to other conditions in the condition list. 
  3941.  
  3942.  
  3943.  
  3944.  
  3945.  
  3946.  
  3947.  
  3948.  
  3949.  
  3950.  
  3951.  
  3952.      Page 100 
  3953.  
  3954.  
  3955.  
  3956.  
  3957.      LDP Specification                            Conditional Commands 
  3958.  
  3959.  
  3960.  
  3961.  
  3962.  
  3963.                   0             0 0   1         1                   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                  +---------------+---------------+                0 |        Command Length         |                  +---------------+---------------+                1 | CONDITION     |N|    Type     |                  +---------------+---------------+ 
  3964.  
  3965.                           Condition Command Header                                  Figure 66 
  3966.  
  3967.  
  3968.  
  3969.  
  3970.  
  3971.       10.2  COUNT Conditions 
  3972.  
  3973.           The COUNT conditions (COUNT_EQ, COUNT_GT and  COUNT_LT)  are      used to compare the breakpoint counter to a specified value.  The      counter is set to zero when the breakpoint  is  STARTed,  and  is      incremented  by  the INC_COUNT breakpoint command.  The format is      the same for the COUNT_EQ, COUNT_GT and COUNT_LT conditions. 
  3974.  
  3975.                    0             0 0   1         1                   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                  +---------------+---------------+                0 |               8               |                  +---------------+---------------+                1 | CONDITION     |N|  Type       |                  +---------------+---------------+                2 |                               |                  +--          Value            --+                3 |                               |                  +---------------+---------------+ 
  3976.  
  3977.                            COUNT Condition Format                                  Figure 67 
  3978.  
  3979.       COUNT_* Condition FIELDS: 
  3980.  
  3981.  
  3982.  
  3983.                                                                Page 101 
  3984.  
  3985.  
  3986.  
  3987.  
  3988.      RFC-909                                                 July 1984 
  3989.  
  3990.  
  3991.  
  3992.      Type 
  3993.  
  3994.           One of COUNT_EQ, COUNT_LT and COUNT_GT.   The  condition  is           TRUE  if  the  breakpoint  counter  is  [EQ  |  LT | GT] the           specified value. 
  3995.  
  3996.      Value 
  3997.  
  3998.           A 32-bit value to be compared to the counter. 
  3999.  
  4000.  
  4001.  
  4002.  
  4003.  
  4004.      10.3  CHANGED Condition 
  4005.  
  4006.           The CHANGED  condition  is  TRUE  if  the  contents  of  the      specified   location  have  changed  since  the  last  time  this      breakpoint occurred.  Only one location may be specified  as  the      object   of  CHANGED  conditions  per  breakpoint.   The  CHANGED      condition is always FALSE the first time the breakpoint occurs. 
  4007.  
  4008.                    0             0 0   1         1                   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                  +---------------+---------------+                0 |              14               |                  +---------------+---------------+                1 | CONDITION     |N|  CHANGED    |                  +---------------+---------------+                2 |                               |                  +--                           --+                3 |            Address            |                  +--                           --+                4 |                               |                  +--                           --+                5 |                               |                  +--                           --+                6 |                               |                  +---------------+---------------+ 
  4009.  
  4010.                               CHANGED Condition                                  Figure 68 
  4011.  
  4012.  
  4013.  
  4014.  
  4015.  
  4016.       Page 102 
  4017.  
  4018.  
  4019.  
  4020.  
  4021.      LDP Specification                            Conditional Commands 
  4022.  
  4023.  
  4024.  
  4025.      CHANGED FIELDS: 
  4026.  
  4027.      Address 
  4028.  
  4029.           The full 5-word address of the location to be tested by  the           CHANGED command. 
  4030.  
  4031.  
  4032.  
  4033.       10.4  COMPARE Condition 
  4034.  
  4035.           The COMPARE condition compares two locations using  a  mask.      The condition is TRUE if (<loc1> & <mask>) = (<loc2> & <mask>). 
  4036.  
  4037.  
  4038.  
  4039.  
  4040.  
  4041.  
  4042.  
  4043.  
  4044.  
  4045.  
  4046.  
  4047.  
  4048.  
  4049.  
  4050.  
  4051.  
  4052.  
  4053.  
  4054.  
  4055.  
  4056.  
  4057.  
  4058.  
  4059.  
  4060.  
  4061.  
  4062.  
  4063.  
  4064.  
  4065.  
  4066.  
  4067.  
  4068.  
  4069.  
  4070.  
  4071.                                                                Page 103 
  4072.  
  4073.  
  4074.  
  4075.  
  4076.      RFC-909                                                 July 1984 
  4077.  
  4078.  
  4079.  
  4080.  
  4081.  
  4082.                   0             0 0   1         1                   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                  +---------------+---------------+                0 |              28               |                  +---------------+---------------+                1 | CONDITION     |N|  COMPARE    |                  +---------------+---------------+                2 |                               |                  +--                           --+                3 |            Address 1          |                  +--                           --+                4 |                               |                  +--                           --+                5 |                               |                  +--                           --+                6 |                               |                  +---------------+---------------+                7 |                               |                  +--          Mask             --+                8 |                               |                  +-------------------------------+                9 |                               |                  +--                           --+                10|            Address 2          |                  +--                           --+                11|                               |                  +--                           --+                12|                               |                  +--                           --+                13|                               |                  +-------------------------------+ 
  4083.  
  4084.                              COMPARE Condition                                  Figure 69 
  4085.  
  4086.  
  4087.  
  4088.  
  4089.  
  4090.  
  4091.  
  4092.  
  4093.  
  4094.  
  4095.  
  4096.  
  4097.  
  4098.       Page 104 
  4099.  
  4100.  
  4101.  
  4102.  
  4103.      LDP Specification                            Conditional Commands 
  4104.  
  4105.  
  4106.  
  4107.      COMPARE FIELDS: 
  4108.  
  4109.      Address 1      Address 2 
  4110.  
  4111.           The 5-word addresses of the locations to be compared. 
  4112.  
  4113.      Mask 
  4114.  
  4115.           A 32-bit mask specifying which bits in the locations  should           be compared. 
  4116.  
  4117.  
  4118.  
  4119.  
  4120.  
  4121.       10.5  TEST Condition 
  4122.  
  4123.           The TEST condition is used to compare a location to a value,      using  a  mask.   The  condition  is  TRUE  if (<loc> & <mask>) =      <value>. 
  4124.  
  4125.  
  4126.  
  4127.  
  4128.  
  4129.  
  4130.  
  4131.  
  4132.  
  4133.  
  4134.  
  4135.  
  4136.  
  4137.  
  4138.  
  4139.  
  4140.  
  4141.  
  4142.  
  4143.  
  4144.  
  4145.  
  4146.  
  4147.  
  4148.  
  4149.  
  4150.  
  4151.                                                                Page 105 
  4152.  
  4153.  
  4154.  
  4155.  
  4156.      RFC-909                                                 July 1984 
  4157.  
  4158.  
  4159.  
  4160.  
  4161.  
  4162.                   0             0 0   1         1                   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                  +---------------+---------------+                0 |              22               |                  +---------------+---------------+                1 | CONDITION     |N|  TEST       |                  +---------------+---------------+                2 |                               |                  +--                           --+                3 |            Address            |                  +--                           --+                4 |                               |                  +--                           --+                5 |                               |                  +--                           --+                6 |                               |                  +---------------+---------------+                7 |                               |                  +--          Mask             --+                8 |                               |                  +-------------------------------+                9 |                               |                  +--          Value            --+                10|                               |                  +-------------------------------+ 
  4163.  
  4164.                               TEST Condition                                  Figure 70 
  4165.  
  4166.       TEST FIELDS: 
  4167.  
  4168.      Address 
  4169.  
  4170.           The 5-word address of the location to  be  compared  to  the           value. 
  4171.  
  4172.      Mask 
  4173.  
  4174.           A 32-bit mask specifying which bits in the  location  should           be compared. 
  4175.  
  4176.      Value 
  4177.  
  4178.           A 32-bit value to compare to the masked location. 
  4179.  
  4180.  
  4181.  
  4182.      Page 106 
  4183.  
  4184.  
  4185.        LDP Specification                            Conditional Commands 
  4186.  
  4187.  
  4188.  
  4189.  
  4190.  
  4191.  
  4192.  
  4193.  
  4194.  
  4195.  
  4196.  
  4197.  
  4198.  
  4199.  
  4200.  
  4201.  
  4202.  
  4203.  
  4204.  
  4205.  
  4206.  
  4207.  
  4208.  
  4209.  
  4210.  
  4211.  
  4212.  
  4213.  
  4214.  
  4215.  
  4216.  
  4217.  
  4218.  
  4219.  
  4220.  
  4221.  
  4222.  
  4223.  
  4224.  
  4225.  
  4226.  
  4227.  
  4228.  
  4229.  
  4230.  
  4231.  
  4232.  
  4233.  
  4234.  
  4235.  
  4236.  
  4237.  
  4238.  
  4239.                                                               Page 107 
  4240.  
  4241.  
  4242.  
  4243.  
  4244.      RFC-909                                                 July 1984 
  4245.  
  4246.  
  4247.  
  4248.  
  4249.  
  4250.  
  4251.  
  4252.  
  4253.  
  4254.  
  4255.  
  4256.  
  4257.  
  4258.  
  4259.  
  4260.  
  4261.  
  4262.  
  4263.  
  4264.  
  4265.  
  4266.  
  4267.  
  4268.  
  4269.  
  4270.  
  4271.  
  4272.  
  4273.  
  4274.  
  4275.  
  4276.  
  4277.  
  4278.  
  4279.  
  4280.  
  4281.  
  4282.  
  4283.  
  4284.  
  4285.  
  4286.  
  4287.  
  4288.  
  4289.  
  4290.  
  4291.  
  4292.  
  4293.  
  4294.  
  4295.  
  4296.  
  4297.  
  4298.      Page 108 
  4299.  
  4300.  
  4301.  
  4302.  
  4303.      LDP Specification                             Breakpoint Commands 
  4304.  
  4305.  
  4306.  
  4307.                                 CHAPTER 11 
  4308.  
  4309.                              Breakpoint Commands 
  4310.  
  4311.  
  4312.  
  4313.           Breakpoint commands are used to set the value of  breakpoint      variables.   These commands are only valid within breakpoints and      watchpoints.  They are sent from the host to the target  as  data      in  BREAKPOINT_DATA  commands.   Figure  71 contains a summary of      breakpoint commands: 
  4314.  
  4315.        Command                  Description      ------------------------+------------------------------------- 
  4316.  
  4317.      INCREMENT <location>      Increment the specified location      INC_COUNT                 Increment the breakpoint counter      OR                        OR two breakpoint condition lists      SET_PTR <n> <location>    Set pointer <n> to the contents of                                <location>      SET_STATE <n>             Set the breakpoint state variable                                to <n> 
  4318.  
  4319.                          Breakpoint Command Summary                                  Figure 71 
  4320.  
  4321.  
  4322.  
  4323.  
  4324.  
  4325.       11.1  INCREMENT Command 
  4326.  
  4327.           The INCREMENT command increments the contents of a specified      location.  The location may be in any address space writable from      LDP. 
  4328.  
  4329.  
  4330.  
  4331.  
  4332.  
  4333.  
  4334.  
  4335.  
  4336.  
  4337.  
  4338.  
  4339.                                                               Page 109 
  4340.  
  4341.  
  4342.  
  4343.  
  4344.      RFC-909                                                 July 1984 
  4345.  
  4346.  
  4347.  
  4348.  
  4349.  
  4350.                   0             0 0   1         1                   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                  +---------------+---------------+                0 |               14              |                  +---------------+---------------+                1 | BREAKPOINT    |  INCREMENT    |                  +---------------+---------------+                2 |                               |                  +--                           --+                3 |            Address            |                  +--                           --+                4 |                               |                  +--                           --+                5 |                               |                  +--                           --+                6 |                               |                  +---------------+---------------+ 
  4351.  
  4352.                           INCREMENT Command Format                                  Figure 72 
  4353.  
  4354.       INCREMENT FIELDS: 
  4355.  
  4356.      Address 
  4357.  
  4358.           The full address of the location whose contents  are  to  be           incremented. 
  4359.  
  4360.  
  4361.  
  4362.       11.2  INC_COUNT Command 
  4363.  
  4364.           The INC_COUNT command  increments  the  breakpoint  counter.      There  is  one  counter  variable  for  each   breakpoint.  It is      initialized to zero when the breakpoint is created,  when  it  is      armed  with  the START command, and whenever the breakpoint state      changes.  The counter is tested by the COUNT_* conditions. 
  4365.  
  4366.  
  4367.  
  4368.  
  4369.  
  4370.  
  4371.  
  4372.       Page 110 
  4373.  
  4374.  
  4375.  
  4376.  
  4377.      LDP Specification                             Breakpoint Commands 
  4378.  
  4379.  
  4380.  
  4381.  
  4382.  
  4383.                   0             0 0   1         1                   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                  +---------------+---------------+                0 |               4               |                  +---------------+---------------+                1 | BREAKPOINT    |  INC_COUNT    |                  +---------------+---------------+ 
  4384.  
  4385.                           INC_COUNT Command Format                                  Figure 73 
  4386.  
  4387.  
  4388.  
  4389.  
  4390.  
  4391.       11.3  OR Command 
  4392.  
  4393.           The OR command delineates  two  and_lists  in  a  breakpoint      condition  list.   A  condition  list  is  TRUE  if any of the OR      separated and_lists in it are TRUE.  A breakpoint condition  list      may  contain  zero,  one  or,  many  OR commands.  See 'Condition      Commands' for an explanation of condition lists. 
  4394.  
  4395.  
  4396.  
  4397.                   0             0 0   1         1                   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                  +---------------+---------------+                0 |               4               |                  +---------------+---------------+                1 | BREAKPOINT    |      OR       |                  +---------------+---------------+ 
  4398.  
  4399.                               OR Command Format                                  Figure 74 
  4400.  
  4401.  
  4402.  
  4403.  
  4404.  
  4405.  
  4406.  
  4407.  
  4408.  
  4409.                                                                Page 111 
  4410.  
  4411.  
  4412.  
  4413.  
  4414.      RFC-909                                                 July 1984 
  4415.  
  4416.  
  4417.  
  4418.      11.4  SET_PTR Command 
  4419.  
  4420.           The SET_PTR command loads the specified  breakpoint  pointer      with  the  contents of a location.  The pointer variables and the      SET_PTR command are intended to provide a primitive but unlimited      indirect    addressing   capability.    Two   addressing   modes,      BPT_PTR_OFFSET and BPT_PTR_INDIRECT, are used for referencing the      breakpoint  pointers.   For example, to follow a linked list, use      SET_PTR to load a pointer with the start of the  list,  then  use      successive  SET_PTR  commands with addressing mode BPT_PTR_OFFSET      to get successive elements. 
  4421.  
  4422.  
  4423.  
  4424.                   0             0 0   1         1                   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                  +---------------+---------------+                0 |               16              |                  +---------------+---------------+                1 | BREAKPOINT    |  SET_PTR      |                  +---------------+---------------+                2 |            Pointer            |                  +---------------+---------------+                3 |                               |                  +--                           --+                4 |            Address            |                  +--                           --+                5 |                               |                  +--                           --+                6 |                               |                  +--                           --+                7 |                               |                  +---------------+---------------+ 
  4425.  
  4426.                            SET_PTR Command Format                                  Figure 75 
  4427.  
  4428.       SET_PTR FIELDS: 
  4429.  
  4430.      Pointer 
  4431.  
  4432.           The pointer to be changed.  Allowable values are 0 and 1. 
  4433.  
  4434.      Address 
  4435.  
  4436.  
  4437.  
  4438.       Page 112 
  4439.  
  4440.  
  4441.  
  4442.  
  4443.      LDP Specification                             Breakpoint Commands 
  4444.  
  4445.  
  4446.  
  4447.           The full address of the location whose contents  are  to  be           loaded into the given pointer variable. 
  4448.  
  4449.  
  4450.  
  4451.  
  4452.  
  4453.      11.5  SET_STATE Command 
  4454.  
  4455.           The SET_STATE command sets the breakpoint state variable  to      the  specified  value.   This  is  the  only method of changing a      breakpoint's state from within  a  breakpoint.  The  breakpoint's      state  may  be  also be changed by a START command from the host.      The state variable is initialized to zero when the breakpoint  is      created. 
  4456.  
  4457.                    0             0 0   1         1                   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                  +---------------+---------------+                0 |               6               |                  +---------------+---------------+                1 | BREAKPOINT    |  SET_STATE    |                  +---------------+---------------+                2 |         State Value           |                  +-------------------------------+ 
  4458.  
  4459.                           SET_STATE Command Format                                  Figure 76 
  4460.  
  4461.       SET_STATE FIELDS: 
  4462.  
  4463.      State Value 
  4464.  
  4465.           The new value for the breakpoint state variable.   Must  not           be  greater  than  the  maximum state value specified in the           CREATE BREAKPOINT command that created this breakpoint. 
  4466.  
  4467.  
  4468.  
  4469.  
  4470.  
  4471.  
  4472.  
  4473.  
  4474.  
  4475.  
  4476.  
  4477.                                                               Page 113 
  4478.  
  4479.  
  4480.  
  4481.  
  4482.      RFC-909                                                 July 1984 
  4483.  
  4484.  
  4485.  
  4486.  
  4487.  
  4488.  
  4489.  
  4490.  
  4491.  
  4492.  
  4493.  
  4494.  
  4495.  
  4496.  
  4497.  
  4498.  
  4499.  
  4500.  
  4501.  
  4502.  
  4503.  
  4504.  
  4505.  
  4506.  
  4507.  
  4508.  
  4509.  
  4510.  
  4511.  
  4512.  
  4513.  
  4514.  
  4515.  
  4516.  
  4517.  
  4518.  
  4519.  
  4520.  
  4521.  
  4522.  
  4523.  
  4524.  
  4525.  
  4526.  
  4527.  
  4528.  
  4529.  
  4530.  
  4531.  
  4532.  
  4533.  
  4534.  
  4535.  
  4536.      Page 114 
  4537.  
  4538.  
  4539.  
  4540.  
  4541.      LDP Specification                             Diagram Conventions 
  4542.  
  4543.  
  4544.  
  4545.                                 APPENDIX A 
  4546.  
  4547.                              Diagram Conventions 
  4548.  
  4549.  
  4550.  
  4551.           Command and message diagrams are used in  this  document  to      illustrate  the  format  of these entities.   Words are listed in      order of transmission down the page.   The  first  word  is  word      zero.   Bits within a word run left to right, most significant to      least.   However,   following  a  convention  observed  in  other      protocol  documents,  bits are numbered in order of transmission;      the most significant bit in a word is transmitted first.  The bit      labelled '0' is the most significant bit. 
  4552.  
  4553.  
  4554.  
  4555.                        0             0 0   1         1                        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5                       +---------------+---------------+                     0 |M|                           |L|                       +---------------+---------------+                     1 | Most Sig Octet| Least S. Octet|                       +---------------+---------------+ 
  4556.  
  4557.                       M = most significant bit in word zero,                           transmitted first                       L = least significant bit in word zero,                           transmitted last 
  4558.  
  4559.                                Sample Diagram                                  Figure 77 
  4560.  
  4561.  
  4562.  
  4563.  
  4564.  
  4565.  
  4566.  
  4567.  
  4568.  
  4569.  
  4570.  
  4571.  
  4572.  
  4573.  
  4574.  
  4575.                                                                Page 115 
  4576.  
  4577.  
  4578.  
  4579.  
  4580.      RFC-909                                                 July 1984 
  4581.  
  4582.  
  4583.  
  4584.  
  4585.  
  4586.  
  4587.  
  4588.  
  4589.  
  4590.  
  4591.  
  4592.  
  4593.  
  4594.  
  4595.  
  4596.  
  4597.  
  4598.  
  4599.  
  4600.  
  4601.  
  4602.  
  4603.  
  4604.  
  4605.  
  4606.  
  4607.  
  4608.  
  4609.  
  4610.  
  4611.  
  4612.  
  4613.  
  4614.  
  4615.  
  4616.  
  4617.  
  4618.  
  4619.  
  4620.  
  4621.  
  4622.  
  4623.  
  4624.  
  4625.  
  4626.  
  4627.  
  4628.  
  4629.  
  4630.  
  4631.  
  4632.  
  4633.  
  4634.      Page 116 
  4635.  
  4636.  
  4637.  
  4638.  
  4639.      LDP Specification                                 Command Summary 
  4640.  
  4641.  
  4642.  
  4643.                                 APPENDIX B 
  4644.  
  4645.                                Command Summary 
  4646.  
  4647.  
  4648.  
  4649.           The following table lists all non-breakpoint LDP commands in      alphabetical order, with a brief description of each. 
  4650.  
  4651.  
  4652.  
  4653.  
  4654.  
  4655.  
  4656.  
  4657.  
  4658.  
  4659.  
  4660.  
  4661.  
  4662.  
  4663.  
  4664.  
  4665.  
  4666.  
  4667.  
  4668.  
  4669.  
  4670.  
  4671.  
  4672.  
  4673.  
  4674.  
  4675.  
  4676.  
  4677.  
  4678.  
  4679.  
  4680.  
  4681.  
  4682.  
  4683.  
  4684.  
  4685.  
  4686.  
  4687.  
  4688.  
  4689.  
  4690.  
  4691.                                                               Page 117 
  4692.  
  4693.  
  4694.  
  4695.  
  4696.      RFC-909                                                 July 1984 
  4697.  
  4698.  
  4699.  
  4700.  
  4701.  
  4702.                             Sender      Command            | Host Target | Function      -------------------+-------------+--------------------------- 
  4703.  
  4704.      ABORT                 X            Abort outstanding commands      ABORT_DONE                  X      Acknowledge ABORT      ADDRESS_LIST                X      Return valid address ranges      BREAKPOINT_DATA       X            Send breakpoint commands      BREAKPOINT_LIST             X      Return list of breakpoints      CONTINUE              X            Resume execution      CREATE                X            Create target object      CREATE_DONE                 X      Acknowledge CREATE      DELETE                X            Delete target object      DELETE_DONE                 X      Acknowledge DELETE      EXCEPTION                   X      Report target exception      ERROR                       X      Report error with a host command      ERRACK                X            Acknowledge ERROR      GET_OBJECT            X            Get object descriptor from name      GET_PHYS_ADDRESS      X            Get address in physical form      GOT_OBJECT                  X      Return object descriptor      GOT_PHYS_ADDRESS            X      Return physical address      HELLO                 X            Initiate LDP session      HELLO_REPLY                 X      Return LDP parameters      LIST_ADDRESSES        X            Request valid address ranges      LIST_BREAKPOINTS      X            Request breakpoint list      LIST_NAMES            X            Request name list      LIST_PROCESSES        X            Request process list      MOVE                  X            Read data from target      MOVE_DONE                   X      Acknowledge MOVE completion      MOVE_DATA                   X      Send data request by MOVE      NAME_LIST                   X      Return name list      PROCESS_LIST                X      Return process list      READ                  X            Read data from target      READ_DATA                   X      Return data requested by READ      READ_DONE                   X      Acknowledge READ completion      REPEAT_DATA           X            Write copies of data      REPORT                X            Request status of object      START                 X            Start target object      STATUS                      X      Return status of object      STEP                  X            Step execution of target object      STOP                  X            Stop target object      SYNCH                 X            Check sequence number      SYNCH_REPLY                 X      Confirm sequence number      WRITE                 X            Write data      WRITE_MASK            X            Write data with mask 
  4705.  
  4706.  
  4707.  
  4708.      Page 118 
  4709.  
  4710.  
  4711.  
  4712.  
  4713.      LDP Specification                                 Command Summary 
  4714.  
  4715.  
  4716.  
  4717.                               Command Summary                                  Figure 78 
  4718.  
  4719.  
  4720.  
  4721.  
  4722.  
  4723.  
  4724.  
  4725.  
  4726.  
  4727.  
  4728.  
  4729.  
  4730.  
  4731.  
  4732.  
  4733.  
  4734.  
  4735.  
  4736.  
  4737.  
  4738.  
  4739.  
  4740.  
  4741.  
  4742.  
  4743.  
  4744.  
  4745.  
  4746.  
  4747.  
  4748.  
  4749.  
  4750.  
  4751.  
  4752.  
  4753.  
  4754.  
  4755.  
  4756.  
  4757.  
  4758.  
  4759.  
  4760.  
  4761.  
  4762.  
  4763.  
  4764.  
  4765.                                                                Page 119 
  4766.  
  4767.  
  4768.  
  4769.  
  4770.      RFC-909                                                 July 1984 
  4771.  
  4772.  
  4773.  
  4774.  
  4775.  
  4776.  
  4777.  
  4778.  
  4779.  
  4780.  
  4781.  
  4782.  
  4783.  
  4784.  
  4785.  
  4786.  
  4787.  
  4788.  
  4789.  
  4790.  
  4791.  
  4792.  
  4793.  
  4794.  
  4795.  
  4796.  
  4797.  
  4798.  
  4799.  
  4800.  
  4801.  
  4802.  
  4803.  
  4804.  
  4805.  
  4806.  
  4807.  
  4808.  
  4809.  
  4810.  
  4811.  
  4812.  
  4813.  
  4814.  
  4815.  
  4816.  
  4817.  
  4818.  
  4819.  
  4820.  
  4821.  
  4822.  
  4823.  
  4824.      Page 120 
  4825.  
  4826.  
  4827.  
  4828.  
  4829.      LDP Specification                 Commands, Responses and Replies 
  4830.  
  4831.  
  4832.  
  4833.                                 APPENDIX C 
  4834.  
  4835.                        Commands, Responses and Replies 
  4836.  
  4837.  
  4838.  
  4839.           The following table shows the relationship between commands,      responses  and  replies.   Commands are sent from the host to the      target.  Some commands elicit responses and/or replies  from  the      target.   Responses  and  replies are sent from the target to the      host.  The distinction between them is that the target sends only      one  reply  to  a  command,  but  may  send  multiple  responses.      Responses always contain data, whereas replies may or may not. 
  4840.  
  4841.  
  4842.  
  4843.  
  4844.  
  4845.  
  4846.  
  4847.  
  4848.  
  4849.  
  4850.  
  4851.  
  4852.  
  4853.  
  4854.  
  4855.  
  4856.  
  4857.  
  4858.  
  4859.  
  4860.  
  4861.  
  4862.  
  4863.  
  4864.  
  4865.  
  4866.  
  4867.  
  4868.  
  4869.  
  4870.  
  4871.  
  4872.  
  4873.  
  4874.  
  4875.                                                                Page 121 
  4876.  
  4877.  
  4878.  
  4879.  
  4880.      RFC-909                                                 July 1984 
  4881.  
  4882.  
  4883.  
  4884.  
  4885.  
  4886.            Command            | Response     | Reply           -------------------+--------------+------------------ 
  4887.  
  4888.           ABORT                               ABORT_DONE           BREAKPOINT_DATA           CONTINUE           CREATE                              CREATE_DONE           DELETE                              DELETE_DONE           GET_OBJECT                          GOT_OBJECT           GET_PHYS_ADDRESS                    GOT_PHYS_ADDRESS           HELLO                               HELLO_REPLY           LIST_ADDRESSES                      ADDRESS_LIST           LIST_BREAKPOINTS                    BREAKPOINT_LIST           LIST_NAMES                          NAME_LIST           LIST_PROCESSES                      PROCESS_LIST           MOVE               MOVE_DATA        MOVE_DONE           READ               READ_DATA        READ_DONE           REPEAT_DATA           REPORT                              STATUS           START           STEP           STOP           SYNCH                               SYNCH_REPLY           WRITE           WRITE_MASK 
  4889.  
  4890.                        Commands, Responses and Replies                                  Figure 79 
  4891.  
  4892.  
  4893.  
  4894.  
  4895.  
  4896.  
  4897.  
  4898.  
  4899.  
  4900.  
  4901.  
  4902.  
  4903.  
  4904.  
  4905.  
  4906.  
  4907.  
  4908.       Page 122 
  4909.  
  4910.  
  4911.  
  4912.  
  4913.      LDP Specification                                        Glossary 
  4914.  
  4915.  
  4916.  
  4917.                                 APPENDIX D 
  4918.  
  4919.                                   Glossary 
  4920.  
  4921.  
  4922.  
  4923.       FSM 
  4924.  
  4925.           Finite  state  machine.   Commands  of  each  breakpoint  or           watchpoint   are  implemented  as  part  of  a  finite state           machine.  A list of breakpoint commands is  associated  with           each state.  There are several breakpoint commands to change           from one state to another.      host 
  4926.  
  4927.           The 'host' in an LDP session is the  timesharing  system  on           which the user process runs. 
  4928.  
  4929.       long 
  4930.  
  4931.           A long is a 32-bit quantity. 
  4932.  
  4933.      octet 
  4934.  
  4935.           An octet is an eight-bit quantity. 
  4936.  
  4937.      RDP 
  4938.  
  4939.           The  Reliable  Data  Protocol  (RDP) is  a  transport  layer           protocol designed as a low-overhead alternative to TCP.  RDP           is a connection oriented protocol  that  provides  reliable,           sequenced message delivery. 
  4940.  
  4941.      server process 
  4942.  
  4943.           The LDP server process is the passive participant in an  LDP           session.   The  server  process  usually resides on a target           machine such as a PAD, PSN or gateway.  The  server  process           waits for a user process to initiate a session, and responds           to commands from the user  process.   In  response  to  user           commands, the server may perform services on the target like           reading and writing memory locations or setting breakpoints.           'Server'  is  sometimes  employed as a shorthand for 'server           process'. 
  4944.  
  4945.  
  4946.  
  4947.                                                               Page 123 
  4948.  
  4949.  
  4950.  
  4951.  
  4952.      RFC-909                                                 July 1984 
  4953.  
  4954.  
  4955.  
  4956.      target 
  4957.  
  4958.           The 'target' in an LDP session is the PSN,  PAD  or  gateway           that  is  being  loaded,  dumped  or  debugged  by the host.           Normally, LDP will be implemented in the target as a  server           process.     However,   in   some   targets   with   strange           requirements, notably the Butterfly, the target LDP may be a           user process. 
  4959.  
  4960.       user process 
  4961.  
  4962.           The LDP user process is the active  participant  in  an  LDP           session.   The  user  process  initiates  and terminates the           session and sends commands  to  the  server  process   which           control  the session.  The user process usually resides on a           timesharing host and is  driven  by  a  higher-level  entity           (e.g., an application program like an interactive debugger).           'User' is  sometimes  employed  as  a  shorthand  for  'user           process'. 
  4963.  
  4964.       word 
  4965.  
  4966.           A word is a sixteen-bit quantity. 
  4967.  
  4968.  
  4969.  
  4970.  
  4971.  
  4972.  
  4973.  
  4974.  
  4975.  
  4976.  
  4977.  
  4978.  
  4979.  
  4980.  
  4981.  
  4982.  
  4983.  
  4984.  
  4985.  
  4986.  
  4987.  
  4988.  
  4989.  
  4990.        Page 124 
  4991.  
  4992.  
  4993.  
  4994.  
  4995.  
  4996.  
  4997.  
  4998.  
  4999.                                    INDEX 
  5000.  
  5001.  
  5002.  
  5003.  
  5004.  
  5005.      ABORT command............................................ 35      ABORT_DONE reply......................................... 36      address.............................................. 60, 66      address descriptor....................................... 20      address format................................... 19, 25, 31      address ID............................................... 22      address mode......................................... 20, 22      address mode argument.................................... 21      address offset........................................... 20      addressing............................................... 19      ADDRESS_LIST reply................................... 76, 77      BASIC_DEBUGGER....................................... 12, 32      breakpoint... 9, 13, 57, 60, 71, 79, 92, 93, 95, 96, 99, 107      breakpoint commands.......................... 9, 94, 95, 107      breakpoint counter........................ 94, 100, 101, 110      breakpoint data...................................... 97, 99      breakpoint state variable........................... 94, 107      breakpoint variables..................................... 94      BREAKPOINT_DATA command..................... 73, 94, 95, 107      BREAKPOINT_LIST reply................................ 79, 80      CHANGED condition....................................... 102      command class............................................ 16      command length field..................................... 16      COMPARE Condition....................................... 103      condition command header................................ 101      conditional commands................................. 94, 99      CONTINUE command......................................... 62      control commands...................................... 9, 57      COUNT condition.................................... 110, 111      COUNT_EQ condition...................................... 101      COUNT_GT condition...................................... 101      COUNT_LT condition...................................... 101      CREATE command............................... 69, 70, 73, 75      create types............................................. 70      CREATE_DONE reply.................................... 73, 75      data octets...................................... 43, 47, 52      data packing............................................. 10      data transfer commands................................ 9, 41      data transmission........................................ 10      datagrams................................................. 5      debugging.............................................. 1, 3 
  5006.  
  5007.  
  5008.  
  5009.                                                               Page 125 
  5010.  
  5011.  
  5012.  
  5013.  
  5014.  
  5015.  
  5016.  
  5017.  
  5018.      default breakpoint................................... 71, 92      DELETE command....................................... 73, 75      DELETE_DONE reply........................................ 75      descriptor........... 20, 57, 61, 62, 63, 64, 65, 73, 75, 93      dumping................................................... 3      ERRACK............................................... 10, 39      ERROR codes.............................................. 38      ERROR reply.......................................... 37, 67      EXCEPTION trap........................................... 66      finite state machine................................. 60, 93      FSM breakpoint................................... 71, 92, 94      FULL-DEBUGGER............................................ 12      FULL_DEBUGGER............................................ 32      gateway................................................ 3, 9      GET_OBJECT command................................... 89, 91      GET_PHYS_ADDR command................................ 87, 88      GOT_OBJECT reply..................................... 89, 91      GOT_PHYS_ADDR reply.................................. 87, 88      HELLO command......................................... 9, 29      HELLO_REPLY....................................... 9, 19, 30      host descriptor.......................................... 41      implementation....................................... 12, 31      INC_COUNT command......................... 94, 107, 110, 111      INCREMENT command....................................... 109      internet.................................................. 5      internet protocols........................................ 4      IP........................................................ 5      LDP command formats...................................... 15      LDP header........................................... 15, 16      LDP Version.............................................. 30      LIST commands............................................ 73      LIST_ADDRESSES command............................... 76, 77      LIST_BREAKPOINTS command............................. 79, 80      LIST_NAMES command................................... 84, 85      LIST_PROCESSES command................................... 82      LOADER_DUMPER........................................ 12, 32      loading................................................ 1, 3      long address format...................................... 20      management commands...................................... 67      memory object............................................ 73      MOVE command................................. 22, 41, 47, 49      MOVE sequence number..................................... 52      MOVE_DATA response................................... 22, 51      MOVE_DONE reply.......................................... 52      NAME_LIST reply...................................... 84, 85      offset............................................... 20, 22      OR command.............................................. 111 
  5019.  
  5020.  
  5021.  
  5022.      Page 126 
  5023.  
  5024.  
  5025.  
  5026.  
  5027.  
  5028.  
  5029.  
  5030.  
  5031.      PAD.................................................... 3, 9      pattern.................................................. 54      PHYS_ADDRESS............................................. 57      PHYS_MACRO............................................... 60      PROCESS.................................................. 57      PROCESS_CODE............................................. 60      PROCESS_LIST reply....................................... 82      protocol commands......................................... 9      PSN.................................................... 3, 9      RDP................................................... 5, 15      READ command..................................... 41, 43, 44      READ sequence number..................................... 47      READ_DATA response................................... 45, 46      READ_DONE reply.......................................... 47      repeat count............................................. 54      REPEAT_DATA command.................................. 41, 53      REPORT command................................... 63, 64, 94      sequence number...................................... 10, 39      session................................................... 9      SET_PTR command................................ 94, 111, 112      SET_STATE command.............................. 94, 107, 113      short address format..................................... 25      START command........................................ 59, 60      STATUS reply..................................... 64, 65, 94      STEP command......................................... 62, 63      STOP command......................................... 60, 61      SYNCH.................................................... 10      SYNCH command............................................ 33      SYNCH_REPLY.............................................. 34      system type.............................................. 30      target start address......................... 43, 44, 46, 54      transport................................................. 9      watchpoint.......... 13, 57, 60, 71, 92, 93, 95, 96, 99, 107      WRITE command........................................ 41, 42      WRITE_MASK command....................................... 56 
  5032.  
  5033.  
  5034.  
  5035.  
  5036.  
  5037.  
  5038.  
  5039.  
  5040.  
  5041.  
  5042.  
  5043.  
  5044.  
  5045.  
  5046.  
  5047.                                                               Page 127 
  5048.  
  5049.  
  5050.  
  5051.  
  5052.  
  5053.  
  5054.  
  5055.  
  5056.  
  5057.  
  5058.  
  5059.  
  5060.  
  5061.  
  5062.  
  5063.  
  5064.  
  5065.  
  5066.  
  5067.  
  5068.  
  5069.  
  5070.  
  5071.  
  5072.  
  5073.  
  5074.  
  5075.  
  5076.  
  5077.  
  5078.  
  5079.  
  5080.  
  5081.  
  5082.  
  5083.  
  5084.  
  5085.  
  5086.  
  5087.  
  5088.  
  5089.  
  5090.  
  5091.  
  5092.  
  5093.  
  5094.  
  5095.  
  5096.  
  5097.  
  5098.  
  5099.  
  5100.  
  5101.  
  5102.  
  5103.  
  5104.  
  5105.  
  5106.      Page 128 
  5107.  
  5108.  
  5109.