– Allows viewing and manipulation of the network routing table.
| Category | Key Commands | What They Do | When to Use | |---|---|---|---| | | i , sp , td , ts , tr , ti , checkStack | Create/delete/suspend/resume tasks, view status | System hangs, task not responding, performance analysis | | Memory Debugging | d , m , lkup , memShow | View/modify memory, search symbols, check allocation | Pointer errors, memory leaks, driver debugging | | System Information | version , devs , help , timex | Get version, list devices, measure performance | System verification, resource checking | | File Operations | ls , cd , pwd , copy , rm | Navigate filesystem, copy/delete files | Configuration changes, log analysis | | Network Debugging | ifShow , ping , routeShow , inetstatShow | Check interfaces, test connectivity, view routes | TCP/IP stack issues, connectivity problems | vxworks command cheat sheet
tw – Displays what resource (semaphore, message queue) a blocked task is waiting on. Task Control – Allows viewing and manipulation of the network
: Breakpoint . Sets a breakpoint at a function name or address. bd(func) : Breakpoint Delete . Deletes a specific breakpoint. bdall : Breakpoint Delete All . Deletes all breakpoints. c : Continue . Resumes execution from a breakpoint. Sets a breakpoint at a function name or address