RTEMS  5.1
Functions
rtl-shell.h File Reference

RTEMS Run-Time Linker ELF Shell Support. More...

#include <rtems/print.h>

Go to the source code of this file.

Functions

int rtems_rtl_shell_command (int argc, char *argv[])
 
int rtems_rtl_shell_list (const rtems_printer *printer, int argc, char *argv[])
 
int rtems_rtl_shell_sym (const rtems_printer *printer, int argc, char *argv[])
 
int rtems_rtl_shell_object (const rtems_printer *printer, int argc, char *argv[])
 
int rtems_rtl_shell_archive (const rtems_printer *printer, int argc, char *argv[])
 
int rtems_rtl_shell_call (const rtems_printer *printer, int argc, char *argv[])
 

Detailed Description

RTEMS Run-Time Linker ELF Shell Support.

Function Documentation

◆ rtems_rtl_shell_archive()

int rtems_rtl_shell_archive ( const rtems_printer printer,
int  argc,
char *  argv[] 
)

Archive files.

◆ rtems_rtl_shell_call()

int rtems_rtl_shell_call ( const rtems_printer printer,
int  argc,
char *  argv[] 
)

Call text symbol.

◆ rtems_rtl_shell_command()

int rtems_rtl_shell_command ( int  argc,
char *  argv[] 
)

The RTL single shell command contains sub-commands.

Parameters
argcThe argument count.
argvArray of argument strings.
Return values
0No error.
Returns
int The exit code.

◆ rtems_rtl_shell_list()

int rtems_rtl_shell_list ( const rtems_printer printer,
int  argc,
char *  argv[] 
)

List object files.

◆ rtems_rtl_shell_object()

int rtems_rtl_shell_object ( const rtems_printer printer,
int  argc,
char *  argv[] 
)

Object files.

◆ rtems_rtl_shell_sym()

int rtems_rtl_shell_sym ( const rtems_printer printer,
int  argc,
char *  argv[] 
)

Symbols.