Skip to content

Commit c9dc29e

Browse files
author
Julio Guerra
committed
Update the Alpha help message
1 parent 69b3eeb commit c9dc29e

File tree

1 file changed

+32
-21
lines changed

1 file changed

+32
-21
lines changed

README.md

Lines changed: 32 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -282,30 +282,41 @@ loop and quit GDB.
282282

283283
```text
284284
(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+
287288
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+
303312
gdb/wcet [yes|no]
304-
- Print or set Alpha WCET mode
313+
Print or set Alpha WCET mode
314+
305315
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
309320
```
310321

311322

0 commit comments

Comments
 (0)