show¶
Generic command for showing things about the debugger.
show VARIABLE
- VARIABLE – a gdb variable to show.
List of show subcommands:
- show module – Generic command for showing module parameters
- show rtp – Generic command for showing thread parameters
- show task – Generic command for showing thread parameters
- show thread – Generic command for showing thread parameters
Type “help show” followed by showsubcommand name for full documentation. Command name abbreviations are allowed if unambiguous.
show module – Generic command for showing module parameters¶
Generic command for showing module parameters.
show module [COMMAND [OPTION]]
- COMMAND – One of the module commands. May be “load” or “unload”.
- OPTION – One of the module load/unload options.
Show module load/unload options values.
List of show subcommands:
- show module load – Show the specified module load option
- show module unload – Show the specified module unload option
Type “help show module” followed by showsubcommand name for full documentation. Command name abbreviations are allowed if unambiguous.
show module load – Show the specified module load option¶
Show a module load option.
show module load OPTION
- OPTION is module load option name.
See “help set module load” for a full description of module load options.
show module unload – Show the specified module unload option¶
Show a module unload option.
show module unload OPTION
- OPTION is module unload option name.
See “help set module unload” for a full description of module unload options.
show rtp – Generic command for showing thread parameters¶
Generic command for showing VxWorks RTP parameters.
show rtp [COMMAND [OPTION]]
- COMMAND – One of the rtp commands. For now, may only be “create”.
- OPTION – One of the rtp create options.
Show rtp create options values.
List of show rtp subcommands:
Type “help show rtp” followed by rtp subcommand name for full documentation. Command name abbreviations are allowed if unambiguous.
show rtp create – Show a RTP create option¶
Show a VxWorks RTP create option.
show rtp create OPTION
- OPTION is RTP option name.
See “help set rtp create” for a full description of task options.
show task – Generic command for showing thread parameters¶
Generic command for showing VxWorks task parameters.
show task [COMMAND [OPTION]]
- COMMAND – One of the task commands. For now, may only be “create”.
- OPTION – One of the task create options.
Show task create options values.
List of show task subcommands:
Type “help show task” followed by task subcommand name for full documentation. Command name abbreviations are allowed if unambiguous.
show task create – Show a VxWorks kernel task create option¶
Show a VxWorks kernel task create option.
show task create OPTION
- OPTION is task option name.
See “help set task create” for a full description of task options.
show thread – Generic command for showing thread parameters¶
Generic command for showing thread parameters.
show thread [COMMAND [OPTION]]
- COMMAND – One of the thread commands. For now, may only be “create”.
- OPTION – One of the thread create options.
Show thread create options values.
List of show thread subcommands:
Type “help show thread” followed by thread subcommand name for full documentation. Command name abbreviations are allowed if unambiguous.
show thread create – Show a thread option¶
Show a thread option.
show thread create OPTION
- OPTION is thread option name.
See “help set thread create” for a full description of thread options.