Lines Matching full:command
46 .Nd Extends the ddb command set
84 is a sub-command of the ddb
86 command and
88 command, respectively.
94 but adds the new command as a sub-command of the ddb command
105 under the alternative command name
111 field of the command structure.
117 The general command syntax:
118 .Cm command Ns Op Li \&/ Ns Ar modifier
124 The address passed to the command as an argument.
130 that the command must process.
133 That is, a series of symbols used to pass some options to the command.
136 command will display words in decimal form if it is passed the modifier "d".
141 macro adds a new command
143 as a sub-command of the existing command table
145 The new command defines a table named
152 In your module, the command is declared as:
157 db_printf("Calling my command with address %p\\n", addr);
161 An alias for this command is declared as:
170 Calling my command with address 0x1000
172 Calling my command with address 0x2500