Version 1.01/1.0

vxWork

  • The Help command
  • help                           Print this list
    dbgHelp                        Print debugger help info
    nfsHelp                        Print nfs help info
    netHelp                        Print network help info
    spyHelp                        Print task histogrammer help info
    timexHelp                      Print execution timer help info
    h         [n]                  Print (or set) shell history
    i         [task]               Summary of tasks' TCBs
    ti        task                 Complete info on TCB for task
    sp        adr,args...          Spawn a task, pri=100, opt=0, stk=20000
    taskSpawn name,pri,opt,stk,adr,args... Spawn a task
    td        task                 Delete a task
    ts        task                 Suspend a task
    tr        task                 Resume a task
    d         [adr[,nunits[,width]]] Display memory
    m         adr[,width]          Modify memory
    mRegs     [reg[,task]]         Modify a task's registers interactively
    pc        [task]               Return task's program counter
    version                        Print VxWorks version info, and boot line
    iam       "user"[,"passwd"]     Set user name and passwd
    whoami                         Print user name
    devs                           List devices
    cd        "path"             Set current working path
    pwd                            Print working path
    ls        ["path"[,long]]    List contents of directory
    ll        ["path"]           List contents of directory - long format
    rename    "old","new"      Change name of file
    copy      ["in"][,"out"]   Copy in file to out file (0 = std in/out)
    ld        [syms[,noAbort][,"name"]] Load stdin, or file, into memory
                                   (syms = add symbols to table:
                                   -1 = none, 0 = globals, 1 = all)
    lkup      ["substr"]         List symbols in system symbol table
    lkAddr    address              List symbol table entries near address
    checkStack  [task]             List task stack sizes and usage
    printErrno  value              Print the name of a status value
    period    secs,adr,args... Spawn task to call function periodically
    repeat    n,adr,args...    Spawn task to call function n times (0=forever)
    diskFormat  "device"         Format disk
    diskInit  "device"           Initialize file system on disk
    squeeze   "device"           Squeeze free space on RT-11 device
    
    NOTE:  Arguments specifying 'task' can be either task ID or name.
    
    
    dbgHelp                         Print this list
    dbgInit                         Install debug facilities
    b                               Display breakpoints
    b         addr[,task[,count]]   Set breakpoint
    bd        addr[,task]           Delete breakpoint
    bdall     [task]                Delete all breakpoints
    c         [task[,addr[,addr1]]] Continue from breakpoint
    cret      [task]                Continue to subroutine return
    s         [task[,addr[,addr1]]] Single step
    so        [task]                Single step/step over subroutine
    l         [adr[,nInst]]         List disassembled memory
    tt        [task]                Do stack trace on task
    value = 0 = 0x0