Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.7 KiB

  1. ;--------------------------------------------------------------------
  2. ;
  3. ; when modifying this file please be aware that the exports are
  4. ; organized so that maintanence is as easy as possible. put your
  5. ; extension in the correct section and in alphabetical order. also,
  6. ; remember to update the other def files in the parallell directories
  7. ; to contain your new extension. all extension names must be in
  8. ; lower case!
  9. ;
  10. ;--------------------------------------------------------------------
  11. EXPORTS
  12. ;--------------------------------------------------------------------
  13. ;
  14. ; Extension commands
  15. ;
  16. ;--------------------------------------------------------------------
  17. analyze
  18. analyzeuexception
  19. cpuid
  20. cxr ;legacy message
  21. dbaddcrash
  22. dblookupcrash
  23. dumpfa
  24. elog_str
  25. error
  26. exchain
  27. exr ;legacy message
  28. gle
  29. help
  30. imggp
  31. imgreloc
  32. net_send
  33. obja
  34. owner
  35. sel ;legacy message
  36. str
  37. ticket
  38. trap ;legacy message
  39. tss ;legacy message
  40. ustr
  41. ;--------------------------------------------------------------------
  42. ;
  43. ; these are the extension functions exporting dlls code interfaces to
  44. ; other extensions and debugger
  45. ;
  46. ;--------------------------------------------------------------------
  47. _EFN_DbAddCrashDirect
  48. _EFN_FindSrInfo
  49. _EFN_GetTargetInfo
  50. _EFN_GetFailureAnalysis
  51. _EFN_GetTriageFollowupFromSymbol
  52. ;--------------------------------------------------------------------
  53. ;
  54. ; these are the extension service functions provided for the debugger
  55. ;
  56. ;--------------------------------------------------------------------
  57. DebugExtensionNotify
  58. DebugExtensionInitialize
  59. DebugExtensionUninitialize