RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Functions | Variables
main_mdump.c File Reference

MDUMP Shell Command Implementation. More...

#include <ctype.h>
#include <stdio.h>
#include <inttypes.h>
#include <string.h>
#include <rtems.h>
#include <rtems/shell.h>
#include <rtems/stringto.h>
#include "internal.h"

Functions

int rtems_mdump (void *addr, int max, int sz)
 

Variables

rtems_shell_cmd_t rtems_shell_MDUMP_Command
 
rtems_shell_cmd_t rtems_shell_WDUMP_Command
 
rtems_shell_cmd_t rtems_shell_LDUMP_Command
 

Detailed Description

MDUMP Shell Command Implementation.

Variable Documentation

◆ rtems_shell_LDUMP_Command

rtems_shell_cmd_t rtems_shell_LDUMP_Command
Initial value:
= {
.name = "ldump",
.usage = "ldump [address [length]]",
.topic = "mem",
.command = rtems_shell_main_ldump,
.alias = NULL,
.next = NULL
}

◆ rtems_shell_MDUMP_Command

rtems_shell_cmd_t rtems_shell_MDUMP_Command
Initial value:
= {
.name = "mdump",
.usage = "mdump [address [length [size]]]",
.topic = "mem",
.command = rtems_shell_main_mdump,
.alias = NULL,
.next = NULL
}

◆ rtems_shell_WDUMP_Command

rtems_shell_cmd_t rtems_shell_WDUMP_Command
Initial value:
= {
.name = "wdump",
.usage = "wdump [address [length]]",
.topic = "mem",
.command = rtems_shell_main_wdump,
.alias = NULL,
.next = NULL
}