rtos_type::ps_command is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

rtos_type::ps_command field

Syntax

char * (*ps_command)(struct target *target);

References

LocationReferrerScopeText
rtos.h:72
char * (*ps_command)(struct target *target);
linux.c:250linux_ps_command()linux_rtos
const struct rtos_type linux_rtos = {
linux.c:259
.ps_command = linux_ps_command,
target.c:6420handle_ps_command()
&& (target->rtos->type->ps_command)) {
target.c:6421handle_ps_command()
display = target->rtos->type->ps_command(target);

Call Tree

Functions calling rtos_type::ps_command
all items filtered out
rtos_type::ps_command
Functions reading rtos_type::ps_command
rtos_type::ps_command
all items filtered out
Implementations
all items filtered out
rtos_type::ps_command