source: nscp/modules/CauseCrashes/CauseCrashes.def @ c74d7b6

0.4.00.4.10.4.2
Last change on this file since c74d7b6 was c74d7b6, checked in by Michael Medin <michael@…>, 15 months ago
  • Added new module CauseCrash? which has a single command CrashClient? to allow the service to be crashed remotly *WARNING* Dont use this command, it is for debugging and testing purpouses only
  • Fixed issue with BreakPad? which was disabled
  • Fixed some unix issues (sorry but hudson's stopped emailing me again:( )
  • Fixed service --install (now sets correct options)
  • Fixed service --install (now sets description correctly)
  • Fixed log level defined in protobuf (now same as rest of the system)
  • Fixed some issues with the check_nscp command
  • Property mode set to 100644
File size: 264 bytes
Line 
1LIBRARY CauseCrashes
2
3EXPORTS
4        NSModuleHelperInit
5        NSLoadModule
6        NSLoadModuleEx
7        NSGetModuleName
8        NSGetModuleVersion
9        NSHasCommandHandler
10        NSHasMessageHandler
11        NSHandleMessage
12        NSHandleCommand
13        NSUnloadModule
14        NSGetModuleDescription
15        NSDeleteBuffer
Note: See TracBrowser for help on using the repository browser.