WTX C Library : Routines

 

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

 

W

wtxAgentModeGet( )get the mode of the target agent
wtxAgentModeSet( )set the mode of the target agent
wtxAsyncEventGet( )get an event from the asynchronous event list
wtxAsyncNotifyDisable( )stop the asynchronous event notification
wtxAsyncNotifyEnable( )start the asynchronous event notification
wtxAsyncResultFree( )free memory used by a wtxAsyncEventGet() call result
wtxBreakpointAdd( )create a new WTX eventpoint of type breakpoint
wtxCacheTextUpdate( )synchronize the instruction and data caches.
wtxClientDataGet( )get the client data associated with the WTX handle
wtxClientDataSet( )set the client data associated with the WTX handle
wtxCommandSend( )Pass a string to be interpreted by the target server
wtxConsoleCreate( )create a console window (UNIX only)
wtxConsoleKill( )destroy a console (UNIX only)
wtxContextCont( )continue execution of a target context
wtxContextCreate( )create a new context on the target
wtxContextExitNotifyAdd( )add a context exit notification eventpoint
wtxContextKill( )kill a target context
wtxContextResume( )resume execution of a target context
wtxContextStatusGet( )get the status of a context on the target
wtxContextStep( )single step execution of a target context
wtxContextSuspend( )suspend a target context
wtxCpuInfoGet( )gets cpu related information from architecturedb file
wtxDirectCall( )call a function on the target within the agent
wtxEach( )call a routine to examine each WTX-registered service
wtxErrClear( )explicitly clear any error status for the tool
wtxErrDispatch( )dispatch an error with supplied code for the given handle
wtxErrExceptionFunc( )a function to handle an error using longjmp()
wtxErrGet( )return the last error for a handle
wtxErrHandlerAdd( )add an error handler for the WTX handle
wtxErrHandlerRemove( )remove an error handler from the WTX handle
wtxErrMsgGet( )fetch the last network WTX API error string
wtxErrSet( )set the error code for the handle
wtxErrToMsg( )convert an WTX error code to a descriptive string
wtxEventAdd( )send an event to the target server
wtxEventGet( )get an event from the target
wtxEventListGet( )get all the events in one call.
wtxEventpointAdd( )create a new WTX eventpoint
wtxEventpointDelete( )delete an eventpoint from the target
wtxEventpointList( )list eventpoints on the target server
wtxEventpointListGet( )list eventpoints on the target server
wtxEventToStrType( )convert a WTX event enumeration type to a string
wtxFileClose( )close a file on the target server
wtxFileOpen( )open a file on the target server
wtxFuncCall( )call a function on the target
wtxGopherEval( )evaluate a Gopher string on the target
wtxHwBreakpointAdd( )create a new WTX eventpoint of type hardware breakpoint
wtxInfo( )allocate and return a descriptor for the named service
wtxInfoQ( )return a list of all services registered with the Tornado registry
wtxInitialize( )initialization routine to be called by the WTX client
wtxLogging( )WDB / WTX requests logging controls
wtxMemAddToPool( )add memory to the agent pool
wtxMemAlign( )allocate aligned target memory
wtxMemAlloc( )allocate a block of memory to the TS-managed target memory pool
wtxMemChecksum( )perform a checksum on target memory
wtxMemDisassemble( )get disassembled instructions matching the given address
wtxMemFree( )free a block of target memory
wtxMemInfoGet( )get information about the target-server-managed memory pool
wtxMemMove( )move a block of target memory
wtxMemRead( )read memory from the target
wtxMemRealloc( )reallocate a block of target memory
wtxMemScan( )scan target memory for the presence or absence of a pattern
wtxMemSet( )set target memory to a given value
wtxMemWidthRead( )read memory from the target
wtxMemWidthWrite( )write memory on the target
wtxMemWrite( )write memory on the target
wtxObjModuleByNameUnload( )unload an object module from the target
wtxObjModuleChecksum( )checks validity of target memory.
wtxObjModuleFindId( )find the ID of an object module given its name
wtxObjModuleFindName( )find object module name given its ID
wtxObjModuleInfoAndPathGet( )return information on a module given its ID
wtxObjModuleInfoGet( )return information on a module given its module ID
wtxObjModuleList( )fetch a list of loaded object modules from the target
wtxObjModuleLoad( )Load a multiple section object file
wtxObjModuleLoadCancel( )Stop an asynchronous load request
wtxObjModuleLoadProgressReport( )get the asynchronous load status
wtxObjModuleLoadStart( )Load a multiple section object file asynchronously
wtxObjModuleUnload( )unload an object module from the target
wtxProbe( )probe to see if the registry service is running
wtxRegister( )register the target server with the Tornado registry service
wtxRegisterForEvent( )ask the WTX server to send events matching a regexp
wtxRegsGet( )read register data from the target
wtxRegsSet( )write to registers on the target
wtxResultFree( )free the memory used by a WTX API call result
wtxServiceAdd( )add a new service to the agent
wtxStrToContextId( )convert a string argument to a WTX_CONTEXT_ID_T
wtxStrToContextType( )convert a string argument to a WTX_CONTEXT_TYPE value
wtxStrToEventType( )convert a string to a WTX event enumeration type
wtxStrToInt32( )convert a string argument to an INT32 value
wtxStrToTgtAddr( )convert a string argument to a TGT_ADDR_T value
wtxSymAdd( )add a symbol with the given name, value, and type
wtxSymAddWithGroup( )add a symbol with the given name, value, type and group
wtxSymFind( )find information on a symbol given its name or value
wtxSymListByModuleIdGet( )get a list of symbols given a module Id
wtxSymListByModuleNameGet( )get a list of symbols given a module name
wtxSymListFree( )free memory used to store symbols in a list
wtxSymListGet( )get a list of symbols matching the given search criteria
wtxSymRemove( )remove a symbol from the default target server symbol table
wtxSymTblInfoGet( )return information about the target server symbol table
wtxTargetAttach( )reattach to the target
wtxTargetBootlineGet( )get the target bootline information string
wtxTargetBspNameGet( )get the target board-support-package name string
wtxTargetCpuTypeGet( )get the target CPU type code
wtxTargetEndianGet( )get the endianness of the target CPU
wtxTargetHasFppGet( )check if the target has a floating point processor
wtxTargetIpAddressGet( )gets target IP address.
wtxTargetReset( )reset the target
wtxTargetRtTypeGet( )get the target-runtime-type information
wtxTargetRtVersionGet( )get the target-runtime-version information
wtxTerminate( )terminate the use of a WTX client handle
wtxTimeoutGet( )get the current timeout for completion of WTX calls
wtxTimeoutSet( )set the timeout for completion of WTX calls
wtxToolAttach( )connect a WTX client to the target server
wtxToolConnected( )check to see if a tool is connected to a target server
wtxToolDetach( )detach from the target server
wtxToolIdGet( )return the tool identifier of the current tool
wtxToolNameGet( )return the name of the current tool
wtxTsInfoGet( )get information about the target server, the target, and the link to the target
wtxTsKill( )kill the target server
wtxTsLock( )lock the connected target server for exclusive access
wtxTsNameGet( )get the full name of the currently attached target server
wtxTsRestart( )restart the target server
wtxTsTimedLock( )lock the connected target server a limited time
wtxTsUnlock( )unlock the connected target server
wtxTsVersionGet( )return the Tornado version
wtxUnregister( )unregister the server with the Tornado registry
wtxUnregisterForEvent( )ask the target server to not send events matching
wtxVerify( )verify that a WTX handle is valid for use
wtxVioChanGet( )get a virtual I/O channel number
wtxVioChanRelease( )release a virtual I/O channel
wtxVioCtl( )perform a control operation on a virtual I/O channel
wtxVioFileList( )list the files managed by the target server
wtxVioWrite( )write data to a VIO channel