Update of /cvsroot/wxlua/wxLua/modules/wxlua/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24710/wxLua/modules/wxlua/include
Modified Files:
internal.h
Log Message:
Make wxLuaDebugData have functions to BuildStack, BuildStackList, BuildTableList
These replace the same functions in wxLuaInterface
Replaces EnumerateStack, EnumerateStackEntry, EnumerateTable in wxLuaTarget and wxLuaDebugee
moved helper functions MakeNumber, MakeBoolean, GetTableInfo, GetUserDataInfo as well
Index: internal.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/internal.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** internal.h 30 Nov 2005 04:46:17 -0000 1.13
--- internal.h 1 Dec 2005 06:43:53 -0000 1.14
***************
*** 319,323 ****
static void DumpType(lua_State *L, int index, wxString& type, wxString& value, wxString& info);
static int GetTableInfo(lua_State *L, int index, wxString& address, wxString& info);
- static wxString MakeNumber(double dnum);
static wxString GetUserDataInfo(lua_State *L, int index);
--- 319,322 ----
|