home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gdb-4.16-base.tgz / gdb-4.16-base.tar / fsf / gdb / utils / amd-udi / udi / tip_test.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-23  |  2.3 KB  |  62 lines

  1. /******************************************************************************
  2. * Copyright 1991 Advanced Micro Devices, Inc.
  3. * This software is the property of Advanced Micro Devices, Inc  (AMD)  which
  4. * specifically  grants the user the right to modify, use and distribute this
  5. * software provided this notice is not removed or altered.  All other rights
  6. * are reserved by AMD.
  7. *
  8. * AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS
  9. * SOFTWARE.  IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL
  10. * DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR
  11. * USE OF THIS SOFTWARE.
  12. *
  13. * So that all may benefit from your experience, please report  any  problems
  14. * or  suggestions about this software to the 29K Technical Support Center at
  15. * 800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131  in  the  UK,  or
  16. * 0031-11-1129 in Japan, toll free.  The direct dial number is 512-462-4118.
  17. *
  18. * Advanced Micro Devices, Inc.
  19. * 29K Support Products
  20. * Mail Stop 573
  21. * 5900 E. Ben White Blvd.
  22. * Austin, TX 78741
  23. * 800-292-9263
  24. *****************************************************************************
  25. *       NAME    @(#)tip_test.c    1.1 91/07/24  Daniel Mann
  26. *    This module is used for testing of TIP services.
  27. ********************************************************************** HISTORY
  28. */
  29. #include <stdio.h>
  30. #include "udiproc.h"
  31.  
  32. UDIError UDIConnect() {return;}
  33. UDIError UDIDisconnect() {return;}
  34. UDIError UDISetCurrentConnection() {return;}
  35. UDIError UDICapabilities() {return;}
  36. UDIError UDIEnumerateTIPs() {return;}
  37. UDIError UDIGetErrorMsg() {return;}
  38. UDIError UDIGetTargetConfig() {return;}
  39. UDIError UDICreateProcess() {return;}
  40. UDIError UDISetCurrentProcess() {return;}
  41. UDIError UDIDestroyProcess() {return;}
  42. UDIError UDIInitializeProcess() {return;}
  43. UDIError UDIRead() {return;}
  44. UDIError UDIWrite() {return;}
  45. UDIError UDICopy() {return;}
  46. UDIError UDIExecute() {return;}
  47. UDIError UDIStep() {return;}
  48. UDIError UDIStop() {return;}
  49. UDIError UDIWait() {return;}
  50. UDIError UDISetBreakpoint() {return;}
  51. UDIError UDIQueryBreakpoint() {return;}
  52. UDIError UDIClearBreakpoint() {return;}
  53. UDIError UDIGetStdout() {return;}
  54. UDIError UDIGetStderr() {return;}
  55. UDIError UDIPutStdin() {return;}
  56. UDIError UDIStdinMode() {return;}
  57. UDIError UDIPutTrans() {return;}
  58. UDIError UDIGetTrans() {return;}
  59. UDIError UDITransMode() {return;}
  60.