OpenOCD
jimcmd_is_oocd_command()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
jimcmd_is_oocd_command()
jimcmd_is_oocd_command() function
Return true if the command @c cmd is registered by OpenOCD.
Syntax
Show:
Summary
Declaration
Definition
from
command.h:89
bool
jimcmd_is_oocd_command
(
Jim_Cmd
*
cmd
)
;
Implemented in
command.c:51
Arguments
Argument
cmd
Related Functions
Found 16 other functions taking a
Jim_Cmd
argument:
Function
Description
jimcmd_privdata()
Return the pointer to the command's private data specified during the registration of command @a cmd .
jimcmd_is_proc()
JimUpdateProcNamespace()
If the command is a proc, sets/updates the cached namespace (nsObj) based on the command name.
JimCreateCommand()
Add the command to the commands hash table
JimCreateProcedureStatics()
JimSetProcWrongArgs()
Sets the interp result to be an error message indicating the required proc args.
JimCallProcedure()
JimIncrCmdRefCount()
JimDecrCmdRefCount()
JimSetProcWrongArgs()
JimCallProcedure()
JimIncrCmdRefCount()
JimDecrCmdRefCount()
JimCreateCommand()
JimCreateProcedureStatics()
JimUpdateProcNamespace()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out