ldump.cpp File Reference

#include <stddef.h>
#include "lua.h"
#include "lobject.h"
#include "lstate.h"
#include "lundump.h"

Go to the source code of this file.

Classes

struct  DumpState

Defines

#define ldump_c
#define LUA_CORE
#define DumpMem(b, n, size, D)   DumpBlock(b,(n)*(size),D)
#define DumpVar(x, D)   DumpMem(&x,1,sizeof(x),D)
#define DumpCode(f, D)   DumpVector(f->code,f->sizecode,sizeof(Instruction),D)

Functions

static void DumpBlock (const void *b, size_t size, DumpState *D)
static void DumpChar (int y, DumpState *D)
static void DumpInt (int x, DumpState *D)
static void DumpNumber (lua_Number x, DumpState *D)
static void DumpVector (const void *b, int n, size_t size, DumpState *D)
static void DumpString (const TString *s, DumpState *D)
static void DumpFunction (const Proto *f, const TString *p, DumpState *D)
static void DumpConstants (const Proto *f, DumpState *D)
static void DumpDebug (const Proto *f, DumpState *D)
static void DumpHeader (DumpState *D)
int luaU_dump (lua_State *L, const Proto *f, lua_Writer w, void *data, int strip)


Define Documentation

#define DumpCode ( f,
 )     DumpVector(f->code,f->sizecode,sizeof(Instruction),D)

Definition at line 76 of file ldump.cpp.

Referenced by DumpFunction().

#define DumpMem ( b,
n,
size,
 )     DumpBlock(b,(n)*(size),D)

Definition at line 26 of file ldump.cpp.

Referenced by DumpVector().

#define DumpVar ( x,
 )     DumpMem(&x,1,sizeof(x),D)

Definition at line 27 of file ldump.cpp.

Referenced by DumpChar(), DumpInt(), DumpNumber(), and DumpString().

#define ldump_c

Definition at line 9 of file ldump.cpp.

#define LUA_CORE

Definition at line 10 of file ldump.cpp.


Function Documentation

static void DumpBlock ( const void *  b,
size_t  size,
DumpState D 
) [static]

Definition at line 29 of file ldump.cpp.

References DumpState::data, DumpState::L, lua_lock, lua_unlock, DumpState::status, and DumpState::writer.

Referenced by DumpHeader(), and DumpString().

static void DumpChar ( int  y,
DumpState D 
) [static]

Definition at line 39 of file ldump.cpp.

References DumpVar.

Referenced by DumpConstants(), and DumpFunction().

static void DumpConstants ( const Proto f,
DumpState D 
) [static]

Definition at line 80 of file ldump.cpp.

References bvalue, DumpChar(), DumpFunction(), DumpInt(), DumpNumber(), DumpString(), Proto::k, lua_assert, LUA_TBOOLEAN, LUA_TNIL, LUA_TNUMBER, LUA_TSTRING, nvalue, Proto::p, rawtsvalue, Proto::sizek, Proto::sizep, Proto::source, and ttype.

Referenced by DumpFunction().

static void DumpDebug ( const Proto f,
DumpState D 
) [static]

Definition at line 111 of file ldump.cpp.

References DumpInt(), DumpString(), DumpVector(), LocVar::endpc, Proto::lineinfo, Proto::locvars, Proto::sizelineinfo, Proto::sizelocvars, Proto::sizeupvalues, LocVar::startpc, DumpState::strip, Proto::upvalues, and LocVar::varname.

Referenced by DumpFunction().

static void DumpFunction ( const Proto f,
const TString p,
DumpState D 
) [static]

Definition at line 129 of file ldump.cpp.

References DumpChar(), DumpCode, DumpConstants(), DumpDebug(), DumpInt(), DumpString(), Proto::is_vararg, Proto::lastlinedefined, Proto::linedefined, Proto::maxstacksize, NULL, Proto::numparams, Proto::nups, Proto::source, and DumpState::strip.

Referenced by DumpConstants(), and luaU_dump().

static void DumpHeader ( DumpState D  )  [static]

Definition at line 143 of file ldump.cpp.

References DumpBlock(), LUAC_HEADERSIZE, and luaU_header().

Referenced by luaU_dump().

static void DumpInt ( int  x,
DumpState D 
) [static]

Definition at line 45 of file ldump.cpp.

References DumpVar.

Referenced by DumpConstants(), DumpDebug(), DumpFunction(), and DumpVector().

static void DumpNumber ( lua_Number  x,
DumpState D 
) [static]

Definition at line 50 of file ldump.cpp.

References DumpVar.

Referenced by DumpConstants().

static void DumpString ( const TString s,
DumpState D 
) [static]

Definition at line 61 of file ldump.cpp.

References DumpBlock(), DumpVar, getstr, TString::len, NULL, and TString::tsv.

Referenced by DumpConstants(), DumpDebug(), and DumpFunction().

static void DumpVector ( const void *  b,
int  n,
size_t  size,
DumpState D 
) [static]

Definition at line 55 of file ldump.cpp.

References DumpInt(), and DumpMem.

Referenced by DumpDebug().

int luaU_dump ( lua_State L,
const Proto f,
lua_Writer  w,
void *  data,
int  strip 
)

Definition at line 153 of file ldump.cpp.

Referenced by lua_dump(), and pmain().


Generated on Mon Feb 16 15:14:58 2009 for Scorched3D by  doxygen 1.5.3