From 49e05d8cfe09713f7b911de6a88f0f93e0cc8a57 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Wed, 18 Jan 2017 09:02:56 +0100 Subject: Debuggers: Added a deadlock simulation command. --- Server/Plugins/Debuggers/Info.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Server/Plugins/Debuggers/Info.lua') diff --git a/Server/Plugins/Debuggers/Info.lua b/Server/Plugins/Debuggers/Info.lua index a29ab5995..028f7a70b 100644 --- a/Server/Plugins/Debuggers/Info.lua +++ b/Server/Plugins/Debuggers/Info.lua @@ -266,6 +266,12 @@ g_PluginInfo = HelpString = "Performs cBoundingBox API tests", }, + ["deadlock"] = + { + Handler = HandleConsoleDeadlock, + HelpString = "Simulates a deadlock, either on the command execution thread, or on a world tick thread", + }, + ["download"] = { Handler = HandleConsoleDownload, -- cgit v1.2.3