dbgRpcLib.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* dbgRpcLib.h - header file for remote debugging via rpc */
  2. /* Copyright 1984-1992 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01f,22sep92,rrr  added support for c++
  7. 01e,04jul92,jcf  cleaned up.
  8. 01d,26may92,rrr  the tree shuffle
  9. 01c,04oct91,rrr  passed through the ansification filter
  10.   -changed copyright notice
  11. 01b,05oct90,shl  added copyright notice.
  12.                  made #endif ANSI style.
  13. 01a,05jun90,llk  extracted from xdr_dbx.h.
  14. */
  15. #ifndef __INCdbgRpcLibh
  16. #define __INCdbgRpcLibh
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20. #define PROCESS_START 50
  21. #define PROCESS_WAIT 51
  22. #define VX_STATE_INQ 60
  23. #define VX_LOAD 61
  24. #define VX_SYMBOL_INQ 62
  25. #define VX_BREAK_ADD 63
  26. #define VX_BREAK_DELETE 64
  27. #define VX_FP_INQUIRE 65
  28. #define VX_TASK_SUSPEND 66
  29. #define VX_CALL_FUNC 67
  30. #define VX_CONV_FROM_68881 68
  31. #define VX_CONV_TO_68881 69
  32. #ifdef __cplusplus
  33. }
  34. #endif
  35. #endif /* __INCdbgRpcLibh */