Pyrogenesis
13997
|
#include "precompiled.h"
#include "DebuggingServer.h"
#include "ThreadDebugger.h"
#include "ps/CLogger.h"
#include "ps/Filesystem.h"
#include "scripting/JSConversions.h"
Go to the source code of this file.
Functions | |
static Status | AddFileResponse (const VfsPath &pathname, const CFileInfo &fileInfo, const uintptr_t cbData) |
static void * | MgDebuggingServerCallback_ (mg_event event, struct mg_connection *conn, const struct mg_request_info *request_info) |
Variables | |
CDebuggingServer * | g_DebuggingServer = NULL |
|
static |
Definition at line 177 of file DebuggingServer.cpp.
|
static |
Definition at line 219 of file DebuggingServer.cpp.
CDebuggingServer* g_DebuggingServer = NULL |
Definition at line 26 of file DebuggingServer.cpp.