Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
DebuggingServer.cpp File Reference
#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

CDebuggingServerg_DebuggingServer = NULL
 

Function Documentation

static Status AddFileResponse ( const VfsPath pathname,
const CFileInfo fileInfo,
const uintptr_t  cbData 
)
static

Definition at line 177 of file DebuggingServer.cpp.

static void* MgDebuggingServerCallback_ ( mg_event  event,
struct mg_connection conn,
const struct mg_request_info request_info 
)
static

Definition at line 219 of file DebuggingServer.cpp.

Variable Documentation

CDebuggingServer* g_DebuggingServer = NULL

Definition at line 26 of file DebuggingServer.cpp.