@@ -282,30 +282,41 @@ loop and quit GDB.
282
282
283
283
``` text
284
284
(gdb) monitor help
285
- help [command name]
286
- - Print help of all or help of command in parameter
285
+ help [COMMAND]
286
+ Print help of all or help of COMMAND in parameter
287
+
287
288
version
288
- - Print version of Alpha Target
289
- mr8 address [count]
290
- - Read count or 1 8bit word at address
291
- mr16 address [count]
292
- - Read count or 1 16bit word at address
293
- mr32 address [count]
294
- - Read count or 1 32bit word at address
295
- mw8 address value
296
- - Write the 8bit word value at address
297
- mw16 address value
298
- - Write the 16bit word value at address
299
- mw32 address value
300
- - Write the 32bit word value at address
301
- fill32 address count value
302
- - Fill at address count 32bit word with value
289
+ Print version of Alpha Target
290
+
291
+ mr8 ADDRESS [COUNT]
292
+ Read COUNT or 1 8bit word at ADDRESS
293
+
294
+ mr16 ADDRESS [COUNT]
295
+ Read COUNT or 1 16bit word at ADDRESS
296
+
297
+ mr32 ADDRESS [COUNT]
298
+ Read COUNT or 1 32bit word at ADDRESS
299
+
300
+ mw8 ADDRESS VALUE
301
+ Write the 8bit word VALUE at ADDRESS
302
+
303
+ mw16 ADDRESS VALUE
304
+ Write the 16bit word VALUE at ADDRESS
305
+
306
+ mw32 ADDRESS VALUE
307
+ Write the 32bit word VALUE at ADDRESS
308
+
309
+ fill32 ADDRESS COUNT VALUE
310
+ Fill at ADDRESS COUNT 32bit word with VALUE
311
+
303
312
gdb/wcet [yes|no]
304
- - Print or set Alpha WCET mode
313
+ Print or set Alpha WCET mode
314
+
305
315
gdb/catch
306
- - Print the Alpha catch state of all exceptions
307
- gdb/catch exception [yes|no]
308
- - Print or set Alpha catch state for 1 exception
316
+ Print the list of exceptions that can be caught by Alpha
317
+
318
+ gdb/catch EXCEPTION [yes|no]
319
+ Print or set/unset the catching of EXCEPTION
309
320
```
310
321
311
322
0 commit comments