mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-12-03 15:24:15 +01:00
e19413dd5b
--HG-- rename : sourcemm/IPluginManager.h => core/IPluginManager.h rename : sourcemm/ISmmAPI.h => core/ISmmAPI.h rename : sourcemm/ISmmPlugin.h => core/ISmmPlugin.h rename : sourcemm/ISmmPluginExt.h => core/ISmmPluginExt.h rename : sourcemm/LICENSE.txt => core/LICENSE.txt rename : sourcemm/Makefile => core/Makefile rename : sourcemm/changelog.txt => core/changelog.txt rename : sourcemm/episode1/console.cpp => core/episode1/console.cpp rename : sourcemm/episode1/console.h => core/episode1/console.h rename : sourcemm/episode1/convar_smm.h => core/episode1/convar_smm.h rename : sourcemm/episode1/msvc8/sourcemm.sln => core/episode1/msvc8/sourcemm.sln rename : sourcemm/episode1/msvc8/sourcemm.vcproj => core/episode1/msvc8/sourcemm.vcproj rename : sourcemm/episode1/provider_ep1.cpp => core/episode1/provider_ep1.cpp rename : sourcemm/episode1/provider_ep1.h => core/episode1/provider_ep1.h rename : sourcemm/episode1/vsp_listener.cpp => core/episode1/vsp_listener.cpp rename : sourcemm/episode1/vsp_listener.h => core/episode1/vsp_listener.h rename : sourcemm/metamod.cpp => core/metamod.cpp rename : sourcemm/metamod.h => core/metamod.h rename : sourcemm/metamod_console.cpp => core/metamod_console.cpp rename : sourcemm/metamod_console.h => core/metamod_console.h rename : sourcemm/metamod_oslink.cpp => core/metamod_oslink.cpp rename : sourcemm/metamod_oslink.h => core/metamod_oslink.h rename : sourcemm/metamod_plugins.cpp => core/metamod_plugins.cpp rename : sourcemm/metamod_plugins.h => core/metamod_plugins.h rename : sourcemm/metamod_provider.h => core/metamod_provider.h rename : sourcemm/metamod_util.cpp => core/metamod_util.cpp rename : sourcemm/metamod_util.h => core/metamod_util.h rename : sourcemm/episode2/console.cpp => core/provider/console.cpp rename : sourcemm/episode2/console.h => core/provider/console.h rename : sourcemm/episode2/msvc8/sourcemm.sln => core/provider/msvc8/sourcemm.sln rename : sourcemm/episode2/msvc8/sourcemm.vcproj => core/provider/msvc8/sourcemm.vcproj rename : sourcemm/episode2/msvc9/sourcemm.sln => core/provider/msvc9/sourcemm.sln rename : sourcemm/episode2/msvc9/sourcemm.vcproj => core/provider/msvc9/sourcemm.vcproj rename : sourcemm/episode2/provider_ep2.cpp => core/provider/provider_ep2.cpp rename : sourcemm/episode2/provider_ep2.h => core/provider/provider_ep2.h rename : sourcemm/episode2/vsp_listener.cpp => core/provider/vsp_listener.cpp rename : sourcemm/episode2/vsp_listener.h => core/provider/vsp_listener.h rename : sourcehook/FastDelegate.h => core/sourcehook/FastDelegate.h rename : sourcehook/generate/FastDelegate.h => core/sourcehook/generate/FastDelegate.h rename : sourcehook/generate/FastDelegate.hxx => core/sourcehook/generate/FastDelegate.hxx rename : sourcehook/generate/generate => core/sourcehook/generate/generate rename : sourcehook/generate/generate.bat => core/sourcehook/generate/generate.bat rename : sourcehook/generate/sh_memfuncinfo.h => core/sourcehook/generate/sh_memfuncinfo.h rename : sourcehook/generate/sh_memfuncinfo.hxx => core/sourcehook/generate/sh_memfuncinfo.hxx rename : sourcehook/generate/shworker.bin => core/sourcehook/generate/shworker.bin rename : sourcehook/generate/shworker.exe => core/sourcehook/generate/shworker.exe rename : sourcehook/generate/shworker/Makefile => core/sourcehook/generate/shworker/Makefile rename : sourcehook/generate/shworker/fd_hopter.cpp => core/sourcehook/generate/shworker/fd_hopter.cpp rename : sourcehook/generate/shworker/msvc7/shworker.vcproj => core/sourcehook/generate/shworker/msvc7/shworker.vcproj rename : sourcehook/generate/shworker/msvc8/shworker.vcproj => core/sourcehook/generate/shworker/msvc8/shworker.vcproj rename : sourcehook/generate/shworker/shworker.cpp => core/sourcehook/generate/shworker/shworker.cpp rename : sourcehook/generate/sourcehook.h => core/sourcehook/generate/sourcehook.h rename : sourcehook/generate/sourcehook.hxx => core/sourcehook/generate/sourcehook.hxx rename : sourcehook/sh_list.h => core/sourcehook/sh_list.h rename : sourcehook/sh_memfuncinfo.h => core/sourcehook/sh_memfuncinfo.h rename : sourcehook/sh_memory.h => core/sourcehook/sh_memory.h rename : sourcehook/sh_pagealloc.h => core/sourcehook/sh_pagealloc.h rename : sourcehook/sh_stack.h => core/sourcehook/sh_stack.h rename : sourcehook/sh_string.h => core/sourcehook/sh_string.h rename : sourcehook/sh_tinyhash.h => core/sourcehook/sh_tinyhash.h rename : sourcehook/sh_vector.h => core/sourcehook/sh_vector.h rename : sourcehook/sourcehook.cpp => core/sourcehook/sourcehook.cpp rename : sourcehook/sourcehook.h => core/sourcehook/sourcehook.h rename : sourcehook/sourcehook_hookmangen.cpp => core/sourcehook/sourcehook_hookmangen.cpp rename : sourcehook/sourcehook_hookmangen.h => core/sourcehook/sourcehook_hookmangen.h rename : sourcehook/sourcehook_hookmangen_x86.h => core/sourcehook/sourcehook_hookmangen_x86.h rename : sourcehook/sourcehook_impl.h => core/sourcehook/sourcehook_impl.h rename : sourcehook/sourcehook_impl_chook.h => core/sourcehook/sourcehook_impl_chook.h rename : sourcehook/sourcehook_impl_chookidman.h => core/sourcehook/sourcehook_impl_chookidman.h rename : sourcehook/sourcehook_impl_chookmaninfo.h => core/sourcehook/sourcehook_impl_chookmaninfo.h rename : sourcehook/sourcehook_impl_ciface.h => core/sourcehook/sourcehook_impl_ciface.h rename : sourcehook/sourcehook_impl_cproto.h => core/sourcehook/sourcehook_impl_cproto.h rename : sourcehook/sourcehook_impl_cvfnptr.h => core/sourcehook/sourcehook_impl_cvfnptr.h rename : sourcehook/sourcehook_pibuilder.h => core/sourcehook/sourcehook_pibuilder.h rename : sourcehook/test/Makefile => core/sourcehook/test/Makefile rename : sourcehook/test/generate.bat => core/sourcehook/test/generate.bat rename : sourcehook/test/main.cpp => core/sourcehook/test/main.cpp rename : sourcehook/test/msvc7/test.vcproj => core/sourcehook/test/msvc7/test.vcproj rename : sourcehook/test/msvc8/test.vcproj => core/sourcehook/test/msvc8/test.vcproj rename : sourcehook/test/sourcehook_test.h => core/sourcehook/test/sourcehook_test.h rename : sourcehook/test/test1.cpp => core/sourcehook/test/test1.cpp rename : sourcehook/test/test2.cpp => core/sourcehook/test/test2.cpp rename : sourcehook/test/test3.cpp => core/sourcehook/test/test3.cpp rename : sourcehook/test/test4.cpp => core/sourcehook/test/test4.cpp rename : sourcehook/test/testbail.cpp => core/sourcehook/test/testbail.cpp rename : sourcehook/test/testbail.h => core/sourcehook/test/testbail.h rename : sourcehook/test/testbail2.cpp => core/sourcehook/test/testbail2.cpp rename : sourcehook/test/testevents.h => core/sourcehook/test/testevents.h rename : sourcehook/test/testhookmangen.cpp => core/sourcehook/test/testhookmangen.cpp rename : sourcehook/test/testhookmangen.h => core/sourcehook/test/testhookmangen.h rename : sourcehook/test/testhookmangen.hxx => core/sourcehook/test/testhookmangen.hxx rename : sourcehook/test/testlist.cpp => core/sourcehook/test/testlist.cpp rename : sourcehook/test/testmanual.cpp => core/sourcehook/test/testmanual.cpp rename : sourcehook/test/testmulti.cpp => core/sourcehook/test/testmulti.cpp rename : sourcehook/test/testrecall.cpp => core/sourcehook/test/testrecall.cpp rename : sourcehook/test/testreentr.cpp => core/sourcehook/test/testreentr.cpp rename : sourcehook/test/testref.cpp => core/sourcehook/test/testref.cpp rename : sourcehook/test/testrefret.cpp => core/sourcehook/test/testrefret.cpp rename : sourcehook/test/testvphooks.cpp => core/sourcehook/test/testvphooks.cpp rename : sourcemm/svn_version.h => core/svn_version.h rename : sourcemm/svn_version.tpl => core/svn_version.tpl rename : sourcemm/version.rc => core/version.rc
585 lines
18 KiB
C++
585 lines
18 KiB
C++
struct CAutoReleaseHookMan
|
|
{
|
|
SourceHook::HookManagerPubFunc m_Ptr;
|
|
CAutoReleaseHookMan(SourceHook::HookManagerPubFunc ptr) : m_Ptr(ptr)
|
|
{
|
|
}
|
|
~CAutoReleaseHookMan()
|
|
{
|
|
g_HMAGPtr->ReleaseHookMan(m_Ptr);
|
|
}
|
|
};
|
|
|
|
// Strip &
|
|
template <class T> struct StripRef
|
|
{
|
|
typedef T type;
|
|
};
|
|
|
|
template <class T> struct StripRef<T&>
|
|
{
|
|
typedef T type;
|
|
};
|
|
|
|
// Address of constructor/destructor
|
|
// (using wrappers)
|
|
template <class T>
|
|
class Ctor_Thunk
|
|
{
|
|
public:
|
|
void NormalConstructor()
|
|
{
|
|
new(this) T;
|
|
}
|
|
|
|
void CopyConstructor(const T &other)
|
|
{
|
|
new(this) T(other);
|
|
}
|
|
|
|
void Destructor()
|
|
{
|
|
reinterpret_cast<T*>(this)->~T();
|
|
}
|
|
|
|
const T& AssignOp(const T &other)
|
|
{
|
|
return (*reinterpret_cast<T*>(this) = other);
|
|
}
|
|
};
|
|
|
|
|
|
template <class T>
|
|
void *FindFuncAddr(T mfp)
|
|
{
|
|
union
|
|
{
|
|
T a;
|
|
void *b;
|
|
} u;
|
|
u.a = mfp;
|
|
return u.b;
|
|
}
|
|
|
|
// Reference carrier
|
|
template <class T> struct MyRefCarrier
|
|
{
|
|
typedef T type;
|
|
};
|
|
|
|
template <class T> struct MyRefCarrier<T&>
|
|
{
|
|
class type
|
|
{
|
|
T *m_StoredRef;
|
|
public:
|
|
type() : m_StoredRef(NULL)
|
|
{
|
|
}
|
|
type(T& ref) : m_StoredRef(&ref)
|
|
{
|
|
}
|
|
|
|
T& operator= (T& ref)
|
|
{
|
|
m_StoredRef = &ref;
|
|
return ref;
|
|
}
|
|
|
|
operator T& () const
|
|
{
|
|
return *m_StoredRef;
|
|
}
|
|
|
|
bool operator== (const typename MyRefCarrier<T&>::type &other)
|
|
{
|
|
return m_StoredRef == other.m_StoredRef;
|
|
}
|
|
|
|
friend std::ostream& operator <<(std::ostream &os,const typename MyRefCarrier<T&>::type &obj)
|
|
{
|
|
os << *obj.m_StoredRef;
|
|
return os;
|
|
}
|
|
};
|
|
};
|
|
|
|
#if SH_COMP==SH_COMP_GCC
|
|
#define NO_OPTIMIZE __attribute__((noinline))
|
|
#else
|
|
#define NO_OPTIMIZE
|
|
#endif
|
|
|
|
// Return value maker
|
|
template <class T>
|
|
struct MakeRet
|
|
{
|
|
static T Do(int a)
|
|
{
|
|
return a;
|
|
}
|
|
};
|
|
|
|
template <int SIZE>
|
|
struct MakeRet< POD<SIZE> >
|
|
{
|
|
static POD<SIZE> Do(int a)
|
|
{
|
|
POD<SIZE> x;
|
|
memset(reinterpret_cast<void*>(x.x), a, SIZE);
|
|
return x;
|
|
}
|
|
};
|
|
|
|
// Stores parameter status
|
|
template <class T>
|
|
bool EqualToMyFmtString(T sth)
|
|
{
|
|
return false;
|
|
}
|
|
|
|
bool EqualToMyFmtString(std::string &sth)
|
|
{
|
|
if (sth == "Hello %s%d%s")
|
|
sth = "Hello BA1L!";
|
|
return true;
|
|
}
|
|
|
|
|
|
@[$1,0,$a:
|
|
|
|
template<int dummy@[$2,1,$1:, class p$2@]>
|
|
struct ParamState$1
|
|
{
|
|
@[$2,1,$1:typename MyRefCarrier<p$2>::type m_$2; @]
|
|
|
|
bool operator==(const ParamState$1<dummy@[$2,1,$1:, p$2@]> &other)
|
|
{
|
|
return true
|
|
@[$2,1,$1: && m_$1 == other.m_$1@]
|
|
;
|
|
}
|
|
ParamState$1(@[$2,1,$1:p$2 a$2, @]...) @[$1!=0::@] @[$2,1,$1|, :m_$2(a$2)@]
|
|
{
|
|
@[$2,1,$1:
|
|
EqualToMyFmtString(m_$2);
|
|
@]
|
|
}
|
|
|
|
ParamState$1<dummy@[$2,1,$1:, p$2@]> & operator() (int incrsteps)
|
|
{
|
|
@[$1!=0:int i;@]
|
|
@[$2,1,$1:
|
|
for (i = 0; i < incrsteps; ++i)
|
|
Increment<typename StripRef< p$2 >::type >::Incr(m_$2);
|
|
@]
|
|
|
|
return *this;
|
|
}
|
|
};
|
|
|
|
@[$1!=0:template<@[$2,1,$1|, :class p$2@]>@]
|
|
std::ostream& operator <<(std::ostream &os,const ParamState$1<0@[$2,1,$1:, p$2@]> &obj)
|
|
{
|
|
@[$1!=0:os@] @[$2,1,$1:<< obj.m_$2@];
|
|
return os;
|
|
}
|
|
|
|
@]
|
|
|
|
#define CAT2(a, b) a##b
|
|
#define CAT3(a, b, c) a##b##c
|
|
#define CAT4(a, b, c, d) a##b##c##d
|
|
|
|
// hook1: pre ignore
|
|
// hook2: pre supercede
|
|
// hook3: post ignore
|
|
// hook4: post supercede
|
|
|
|
|
|
@[$1,0,$a:
|
|
|
|
#define THGM_MAKE_TEST$1_void(id@[$2,1,$1:, param$2@]) \
|
|
struct TestClass##id; \
|
|
typedef ParamState$1<0@[$2,1,$1:, param$2@] > ParamState_m##id; \
|
|
MAKE_STATE_2(State_Func##id, TestClass##id* /*thisptr*/, ParamState_m##id ); \
|
|
MAKE_STATE_4(State_Deleg_##id, int /*delegnumber*/, TestClass##id* /*ifptr*/, int /*deleg thisptr*/, ParamState_m##id ); \
|
|
\
|
|
struct TestClass##id \
|
|
{ \
|
|
static bool ms_DoRecall; \
|
|
\
|
|
virtual void Func(@[$2,1,$1|, :param$2 p$2@]) \
|
|
{ \
|
|
g_Inside_LeafFunc = true; \
|
|
ADD_STATE(State_Func##id(this, ParamState_m##id(@[$2,1,$1|, :p$2@]))); \
|
|
g_Inside_LeafFunc = false; \
|
|
} \
|
|
\
|
|
struct Delegate : public MyDelegate \
|
|
{ \
|
|
int m_DelegNumber; \
|
|
Delegate(int num) : m_DelegNumber(num) { } \
|
|
\
|
|
virtual void Call(@[$2,1,$1|, :param$2 p$2@]) \
|
|
{ \
|
|
g_Inside_LeafFunc = true; \
|
|
ADD_STATE(State_Deleg_##id(m_DelegNumber, META_IFACEPTR(TestClass##id), PtrBuf(this), ParamState_m##id(@[$2,1,$1|, :p$2@]))); \
|
|
g_Inside_LeafFunc = false; \
|
|
if (ms_DoRecall) \
|
|
{ \
|
|
@[$2,1,$1:Increment<StripRef< param$2 >::type>::Incr(p$2);@] \
|
|
RETURN_META_NEWPARAMS((m_DelegNumber & 1) ? MRES_IGNORED : MRES_SUPERCEDE, &TestClass##id::Func, (@[$2,1,$1|, :p$2@])); \
|
|
} \
|
|
else \
|
|
RETURN_META((m_DelegNumber & 1) ? MRES_IGNORED : MRES_SUPERCEDE); \
|
|
} \
|
|
}; \
|
|
}; \
|
|
\
|
|
bool TestClass##id::ms_DoRecall = false; \
|
|
SourceHook::CProtoInfoBuilder protoinfo_##id(SourceHook::ProtoInfo::CallConv_ThisCall);
|
|
|
|
|
|
#define THGM_MAKE_TEST$1(id, ret_type@[$2,1,$1:, param$2@]) \
|
|
struct TestClass##id; \
|
|
typedef ret_type RetType##id; \
|
|
typedef ParamState$1<0@[$2,1,$1:, param$2@] > ParamState_m##id; \
|
|
MAKE_STATE_2(State_Func##id, TestClass##id* /*thisptr*/, ParamState_m##id ); \
|
|
MAKE_STATE_4(State_Deleg_##id, int /*delegnumber*/, TestClass##id* /*ifptr*/, int /*deleg thisptr*/, ParamState_m##id ); \
|
|
\
|
|
struct TestClass##id \
|
|
{ \
|
|
static bool ms_DoRecall; \
|
|
\
|
|
virtual ret_type Func(@[$2,1,$1|, :param$2 p$2@]) \
|
|
{ \
|
|
g_Inside_LeafFunc = true; \
|
|
ADD_STATE(State_Func##id(this, ParamState_m##id(@[$2,1,$1|, :p$2@]))); \
|
|
g_Inside_LeafFunc = false; \
|
|
\
|
|
return MakeRet< ret_type >::Do(0); \
|
|
} \
|
|
\
|
|
struct Delegate : public MyDelegate \
|
|
{ \
|
|
int m_DelegNumber; \
|
|
Delegate(int num) : m_DelegNumber(num) { } \
|
|
\
|
|
virtual ret_type Call(@[$2,1,$1|, :param$2 p$2@]) \
|
|
{ \
|
|
g_Inside_LeafFunc = true; \
|
|
ADD_STATE(State_Deleg_##id(m_DelegNumber, META_IFACEPTR(TestClass##id), PtrBuf(this), ParamState_m##id(@[$2,1,$1|, :p$2@]))); \
|
|
g_Inside_LeafFunc = false; \
|
|
if (ms_DoRecall) \
|
|
{ \
|
|
@[$2,1,$1:Increment<StripRef< param$2 >::type>::Incr(p$2);@] \
|
|
RETURN_META_VALUE_NEWPARAMS((m_DelegNumber & 1) ? MRES_IGNORED : MRES_SUPERCEDE, MakeRet< ret_type >::Do(m_DelegNumber), &TestClass##id::Func, (@[$2,1,$1|, :p$2@])); \
|
|
} \
|
|
else \
|
|
RETURN_META_VALUE((m_DelegNumber & 1) ? MRES_IGNORED : MRES_SUPERCEDE, MakeRet< ret_type >::Do(m_DelegNumber)); \
|
|
} \
|
|
}; \
|
|
}; \
|
|
\
|
|
bool TestClass##id::ms_DoRecall = false; \
|
|
SourceHook::CProtoInfoBuilder protoinfo_##id(SourceHook::ProtoInfo::CallConv_ThisCall);
|
|
|
|
#define THGM_MAKE_TEST$1_vafmt_void(id@[$2,1,$1:, param$2@]) \
|
|
struct TestClass##id; \
|
|
typedef ParamState@($1+1)<0@[$2,1,$1:, param$2@], std::string > ParamState_m##id; \
|
|
MAKE_STATE_2(State_Func##id, TestClass##id* /*thisptr*/, ParamState_m##id ); \
|
|
MAKE_STATE_4(State_Deleg_##id, int /*delegnumber*/, TestClass##id* /*ifptr*/, int /*deleg thisptr*/, ParamState_m##id ); \
|
|
\
|
|
struct TestClass##id \
|
|
{ \
|
|
static bool ms_DoRecall; \
|
|
\
|
|
virtual void Func(@[$2,1,$1:param$2 p$2, @]const char *fmt, ...) \
|
|
{ \
|
|
g_Inside_LeafFunc = true; \
|
|
\
|
|
char buf[9999]; \
|
|
va_list ap; \
|
|
va_start(ap, fmt); \
|
|
vsnprintf(buf, 9998, fmt, ap); \
|
|
buf[9998] = 0; \
|
|
va_end(ap); \
|
|
\
|
|
ADD_STATE(State_Func##id(this, ParamState_m##id(@[$2,1,$1:p$2, @]std::string(buf)))); \
|
|
g_Inside_LeafFunc = false; \
|
|
} \
|
|
\
|
|
struct Delegate : public MyDelegate \
|
|
{ \
|
|
int m_DelegNumber; \
|
|
Delegate(int num) : m_DelegNumber(num) { } \
|
|
\
|
|
virtual void Call(@[$2,1,$1:param$2 p$2, @]const char *buf) \
|
|
{ \
|
|
g_Inside_LeafFunc = true; \
|
|
ADD_STATE(State_Deleg_##id(m_DelegNumber, META_IFACEPTR(TestClass##id), PtrBuf(this), ParamState_m##id(@[$2,1,$1:p$2, @]buf))); \
|
|
g_Inside_LeafFunc = false; \
|
|
if (ms_DoRecall) \
|
|
{ \
|
|
@[$2,1,$1:Increment<StripRef< param$2 >::type>::Incr(p$2);@] \
|
|
RETURN_META_NEWPARAMS((m_DelegNumber & 1) ? MRES_IGNORED : MRES_SUPERCEDE, &TestClass##id::Func, (@[$2,1,$1:p$2, @]"%s!", buf)); \
|
|
} \
|
|
else \
|
|
RETURN_META((m_DelegNumber & 1) ? MRES_IGNORED : MRES_SUPERCEDE); \
|
|
} \
|
|
}; \
|
|
}; \
|
|
\
|
|
bool TestClass##id::ms_DoRecall = false; \
|
|
SourceHook::CProtoInfoBuilder protoinfo_##id(SourceHook::ProtoInfo::CallConv_ThisCall | SourceHook::ProtoInfo::CallConv_HasVafmt);
|
|
|
|
#define THGM_MAKE_TEST$1_vafmt(id, ret_type@[$2,1,$1:, param$2@]) \
|
|
struct TestClass##id; \
|
|
typedef ret_type RetType##id; \
|
|
typedef ParamState@($1+1)<0@[$2,1,$1:, param$2@], std::string > ParamState_m##id; \
|
|
MAKE_STATE_2(State_Func##id, TestClass##id* /*thisptr*/, ParamState_m##id ); \
|
|
MAKE_STATE_4(State_Deleg_##id, int /*delegnumber*/, TestClass##id* /*ifptr*/, int /*deleg thisptr*/, ParamState_m##id ); \
|
|
\
|
|
struct TestClass##id \
|
|
{ \
|
|
static bool ms_DoRecall; \
|
|
\
|
|
virtual ret_type Func(@[$2,1,$1:param$2 p$2, @]const char *fmt, ...) \
|
|
{ \
|
|
g_Inside_LeafFunc = true; \
|
|
\
|
|
char buf[9999]; \
|
|
va_list ap; \
|
|
va_start(ap, fmt); \
|
|
vsnprintf(buf, 9998, fmt, ap); \
|
|
buf[9998] = 0; \
|
|
va_end(ap); \
|
|
\
|
|
ADD_STATE(State_Func##id(this, ParamState_m##id(@[$2,1,$1:p$2, @]std::string(buf)))); \
|
|
\
|
|
return MakeRet< ret_type >::Do(0); \
|
|
} \
|
|
\
|
|
struct Delegate : public MyDelegate \
|
|
{ \
|
|
int m_DelegNumber; \
|
|
Delegate(int num) : m_DelegNumber(num) { } \
|
|
\
|
|
virtual ret_type Call(@[$2,1,$1:param$2 p$2, @]const char *buf) \
|
|
{ \
|
|
g_Inside_LeafFunc = true; \
|
|
ADD_STATE(State_Deleg_##id(m_DelegNumber, META_IFACEPTR(TestClass##id), PtrBuf(this), ParamState_m##id(@[$2,1,$1:p$2, @]buf))); \
|
|
g_Inside_LeafFunc = false; \
|
|
if (ms_DoRecall) \
|
|
{ \
|
|
@[$2,1,$1:Increment<StripRef< param$2 >::type>::Incr(p$2);@] \
|
|
RETURN_META_VALUE_NEWPARAMS((m_DelegNumber & 1) ? MRES_IGNORED : MRES_SUPERCEDE, MakeRet< ret_type >::Do(m_DelegNumber), &TestClass##id::Func, (@[$2,1,$1:p$2, @]"%s!", buf)); \
|
|
} \
|
|
else \
|
|
RETURN_META_VALUE((m_DelegNumber & 1) ? MRES_IGNORED : MRES_SUPERCEDE, MakeRet< ret_type >::Do(m_DelegNumber)); \
|
|
} \
|
|
}; \
|
|
}; \
|
|
\
|
|
bool TestClass##id::ms_DoRecall = false; \
|
|
SourceHook::CProtoInfoBuilder protoinfo_##id(SourceHook::ProtoInfo::CallConv_ThisCall | SourceHook::ProtoInfo::CallConv_HasVafmt);
|
|
|
|
#define THGM_SETUP_PI$1(id@[$2,1,$1:, p$2_type, p$2_passtype, p$2_flags@]) \
|
|
void setuppi_##id() \
|
|
{ \
|
|
@[$2,1,$1: \
|
|
protoinfo_##id.AddParam(sizeof(p$2_type), p$2_passtype, p$2_flags, \
|
|
(p$2_flags & SourceHook::PassInfo::PassFlag_OCtor) ? FindFuncAddr(&Ctor_Thunk<StripRef< p$2_type >::type>::NormalConstructor) : NULL, \
|
|
(p$2_flags & SourceHook::PassInfo::PassFlag_CCtor) ? FindFuncAddr(&Ctor_Thunk<StripRef< p$2_type >::type>::CopyConstructor) : NULL, \
|
|
(p$2_flags & SourceHook::PassInfo::PassFlag_ODtor) ? FindFuncAddr(&Ctor_Thunk<StripRef< p$2_type >::type>::Destructor) : NULL, \
|
|
(p$2_flags & SourceHook::PassInfo::PassFlag_AssignOp) ? FindFuncAddr(&Ctor_Thunk<StripRef< p$2_type >::type>::AssignOp) : NULL \
|
|
); \
|
|
@] \
|
|
}
|
|
|
|
@]
|
|
|
|
#define THGM_SETUP_RI(id, ret_type, ret_passtype, ret_flags) \
|
|
void setupri_##id() \
|
|
{ \
|
|
protoinfo_##id.SetReturnType(sizeof(ret_type), ret_passtype, ret_flags, \
|
|
(ret_flags & SourceHook::PassInfo::PassFlag_OCtor) ? FindFuncAddr(&Ctor_Thunk<StripRef< ret_type >::type>::NormalConstructor) : NULL, \
|
|
(ret_flags & SourceHook::PassInfo::PassFlag_CCtor) ? FindFuncAddr(&Ctor_Thunk<StripRef< ret_type >::type>::CopyConstructor) : NULL, \
|
|
(ret_flags & SourceHook::PassInfo::PassFlag_ODtor) ? FindFuncAddr(&Ctor_Thunk<StripRef< ret_type >::type>::Destructor) : NULL, \
|
|
(ret_flags & SourceHook::PassInfo::PassFlag_AssignOp) ? FindFuncAddr(&Ctor_Thunk<StripRef< ret_type >::type>::AssignOp) : NULL \
|
|
); \
|
|
}
|
|
|
|
#define THGM_ADD_HOOK(id, num) \
|
|
CAT4(hook, num, _, id) = g_SHPtr->AddHook(g_PLID, SourceHook::ISourceHook::Hook_Normal, reinterpret_cast<void*>(pTest##id), \
|
|
0, myhookman##id, PtrBufPtr(new TestClass##id::Delegate(num)), num >= 3);
|
|
|
|
#define THGM_REMOVE_HOOK(id, num) \
|
|
g_SHPtr->RemoveHookByID(CAT4(hook, num, _, id));
|
|
|
|
#define THGM_CALLS_void(id, call_params) \
|
|
pTest##id->Func call_params; \
|
|
SH_CALL(pTest##id, &TestClass##id::Func) call_params;
|
|
|
|
#define THGM_DO_TEST_void(id, call_params) \
|
|
setuppi_##id(); \
|
|
SourceHook::HookManagerPubFunc myhookman##id = g_HMAGPtr->MakeHookMan(protoinfo_##id, 0, 0); \
|
|
CAutoReleaseHookMan arhm_##id(myhookman##id); \
|
|
int hook1_##id, hook2_##id, hook3_##id, hook4_##id; \
|
|
\
|
|
TestClass##id::ms_DoRecall = false; \
|
|
TestClass##id *pTest##id = new TestClass##id; \
|
|
CAutoPtrDestruction<TestClass##id> apd##id(pTest##id); \
|
|
\
|
|
/* no hooks - no hooks */ \
|
|
PtrBuf_Clear(); \
|
|
THGM_CALLS_void(id, call_params); \
|
|
CHECK_STATES((&g_States, \
|
|
new State_Func##id(pTest##id, ParamState_m##id call_params), \
|
|
new State_Func##id(pTest##id, ParamState_m##id call_params), \
|
|
NULL), "Test" #id " Part1"); \
|
|
\
|
|
/* hook1 - hook3 */ \
|
|
PtrBuf_Clear(); \
|
|
THGM_ADD_HOOK(id, 1); \
|
|
THGM_ADD_HOOK(id, 3); \
|
|
THGM_CALLS_void(id, call_params); \
|
|
CHECK_STATES((&g_States, \
|
|
new State_Deleg_##id(1, pTest##id, 0, ParamState_m##id call_params), \
|
|
new State_Func##id(pTest##id, ParamState_m##id call_params), \
|
|
new State_Deleg_##id(3, pTest##id, 1, ParamState_m##id call_params), \
|
|
new State_Func##id(pTest##id, ParamState_m##id call_params), \
|
|
NULL), "Test" #id " Part4"); \
|
|
THGM_REMOVE_HOOK(id, 1); \
|
|
THGM_REMOVE_HOOK(id, 3); \
|
|
\
|
|
/* hook1, hook2 - hook3 */ \
|
|
PtrBuf_Clear(); \
|
|
THGM_ADD_HOOK(id, 1); \
|
|
THGM_ADD_HOOK(id, 2); \
|
|
THGM_ADD_HOOK(id, 3); \
|
|
THGM_CALLS_void(id, call_params); \
|
|
CHECK_STATES((&g_States, \
|
|
new State_Deleg_##id(1, pTest##id, 0, ParamState_m##id call_params), \
|
|
new State_Deleg_##id(2, pTest##id, 1, ParamState_m##id call_params), \
|
|
new State_Deleg_##id(3, pTest##id, 2, ParamState_m##id call_params), \
|
|
new State_Func##id(pTest##id, ParamState_m##id call_params), \
|
|
NULL), "Test" #id " Part5"); \
|
|
/* hook1, hook2 - hook3, hook4 */ \
|
|
THGM_ADD_HOOK(id, 4); \
|
|
THGM_CALLS_void(id, call_params); \
|
|
CHECK_STATES((&g_States, \
|
|
new State_Deleg_##id(1, pTest##id, 0, ParamState_m##id call_params), \
|
|
new State_Deleg_##id(2, pTest##id, 1, ParamState_m##id call_params), \
|
|
new State_Deleg_##id(3, pTest##id, 2, ParamState_m##id call_params), \
|
|
new State_Deleg_##id(4, pTest##id, 3, ParamState_m##id call_params), \
|
|
new State_Func##id(pTest##id, ParamState_m##id call_params), \
|
|
NULL), "Test" #id " Part6"); \
|
|
\
|
|
/* hook1 - hook3, hook4, with recalls! */ \
|
|
\
|
|
TestClass##id::ms_DoRecall = true; \
|
|
THGM_REMOVE_HOOK(id, 2); \
|
|
THGM_CALLS_void(id, call_params); \
|
|
CHECK_STATES((&g_States, \
|
|
new State_Deleg_##id(1, pTest##id, 0, ParamState_m##id call_params(0)), \
|
|
new State_Func##id(pTest##id, ParamState_m##id call_params(1)), \
|
|
new State_Deleg_##id(3, pTest##id, 2, ParamState_m##id call_params(1)), \
|
|
new State_Deleg_##id(4, pTest##id, 3, ParamState_m##id call_params(2)), \
|
|
/* sh_call one */ \
|
|
new State_Func##id(pTest##id, ParamState_m##id call_params), \
|
|
NULL), "Test" #id " Part7"); \
|
|
THGM_REMOVE_HOOK(id, 1); \
|
|
THGM_REMOVE_HOOK(id, 3); \
|
|
THGM_REMOVE_HOOK(id, 4);
|
|
|
|
template<class T>
|
|
T ComparableRef(T x)
|
|
{
|
|
return x;
|
|
}
|
|
|
|
template <class T>
|
|
T* ComparableRef(T& x)
|
|
{
|
|
return &x;
|
|
}
|
|
|
|
#define THGM_CALLS(id, call_params, exp_ret_norm, exp_ret_shcall, err) \
|
|
CHECK_COND(ComparableRef<RetType##id>(pTest##id->Func call_params) == ComparableRef<RetType##id>(MakeRet< RetType##id >::Do(exp_ret_norm)), err " /retcallnorm"); \
|
|
CHECK_COND(ComparableRef<RetType##id>(SH_CALL(pTest##id, &TestClass##id::Func) call_params) == ComparableRef<RetType##id>(MakeRet< RetType##id >::Do(exp_ret_shcall)), err " /retcallshcall");
|
|
|
|
#define THGM_DO_TEST(id, call_params) \
|
|
setuppi_##id(); \
|
|
setupri_##id(); \
|
|
SourceHook::HookManagerPubFunc myhookman##id = g_HMAGPtr->MakeHookMan(protoinfo_##id, 0, 0); \
|
|
CAutoReleaseHookMan arhm_##id(myhookman##id); \
|
|
int hook1_##id, hook2_##id, hook3_##id, hook4_##id; \
|
|
\
|
|
TestClass##id::ms_DoRecall = false; \
|
|
TestClass##id *pTest##id = new TestClass##id; \
|
|
CAutoPtrDestruction<TestClass##id> apd##id(pTest##id); \
|
|
\
|
|
/* no hooks - no hooks */ \
|
|
PtrBuf_Clear(); \
|
|
THGM_CALLS(id, call_params, 0, 0, "Part1"); \
|
|
CHECK_STATES((&g_States, \
|
|
new State_Func##id(pTest##id, ParamState_m##id call_params), \
|
|
new State_Func##id(pTest##id, ParamState_m##id call_params), \
|
|
NULL), "Test" #id " Part1"); \
|
|
\
|
|
/* hook1 - hook3 */ \
|
|
PtrBuf_Clear(); \
|
|
THGM_ADD_HOOK(id, 1); \
|
|
THGM_ADD_HOOK(id, 3); \
|
|
THGM_CALLS(id, call_params, 0, 0, "Part4"); \
|
|
CHECK_STATES((&g_States, \
|
|
new State_Deleg_##id(1, pTest##id, 0, ParamState_m##id call_params), \
|
|
new State_Func##id(pTest##id, ParamState_m##id call_params), \
|
|
new State_Deleg_##id(3, pTest##id, 1, ParamState_m##id call_params), \
|
|
new State_Func##id(pTest##id, ParamState_m##id call_params), \
|
|
NULL), "Test" #id " Part4"); \
|
|
THGM_REMOVE_HOOK(id, 1); \
|
|
THGM_REMOVE_HOOK(id, 3); \
|
|
\
|
|
/* hook1, hook2 - hook3 */ \
|
|
PtrBuf_Clear(); \
|
|
THGM_ADD_HOOK(id, 1); \
|
|
THGM_ADD_HOOK(id, 2); \
|
|
THGM_ADD_HOOK(id, 3); \
|
|
THGM_CALLS(id, call_params, 2, 0, "Part5"); \
|
|
CHECK_STATES((&g_States, \
|
|
new State_Deleg_##id(1, pTest##id, 0, ParamState_m##id call_params), \
|
|
new State_Deleg_##id(2, pTest##id, 1, ParamState_m##id call_params), \
|
|
new State_Deleg_##id(3, pTest##id, 2, ParamState_m##id call_params), \
|
|
new State_Func##id(pTest##id, ParamState_m##id call_params), \
|
|
NULL), "Test" #id " Part5"); \
|
|
/* hook1, hook2 - hook3, hook4 */ \
|
|
THGM_ADD_HOOK(id, 4); \
|
|
THGM_CALLS(id, call_params, 4, 0, "Part6"); \
|
|
CHECK_STATES((&g_States, \
|
|
new State_Deleg_##id(1, pTest##id, 0, ParamState_m##id call_params), \
|
|
new State_Deleg_##id(2, pTest##id, 1, ParamState_m##id call_params), \
|
|
new State_Deleg_##id(3, pTest##id, 2, ParamState_m##id call_params), \
|
|
new State_Deleg_##id(4, pTest##id, 3, ParamState_m##id call_params), \
|
|
new State_Func##id(pTest##id, ParamState_m##id call_params), \
|
|
NULL), "Test" #id " Part6"); \
|
|
\
|
|
/* hook1 - hook3, hook4, with recalls! */ \
|
|
\
|
|
TestClass##id::ms_DoRecall = true; \
|
|
THGM_REMOVE_HOOK(id, 2); \
|
|
THGM_CALLS(id, call_params, 4, 0, "Part7"); \
|
|
CHECK_STATES((&g_States, \
|
|
new State_Deleg_##id(1, pTest##id, 0, ParamState_m##id call_params(0)), \
|
|
new State_Func##id(pTest##id, ParamState_m##id call_params(1)), \
|
|
new State_Deleg_##id(3, pTest##id, 2, ParamState_m##id call_params(1)), \
|
|
new State_Deleg_##id(4, pTest##id, 3, ParamState_m##id call_params(2)), \
|
|
/* sh_call one */ \
|
|
new State_Func##id(pTest##id, ParamState_m##id call_params), \
|
|
NULL), "Test" #id " Part7"); \
|
|
THGM_REMOVE_HOOK(id, 1); \
|
|
THGM_REMOVE_HOOK(id, 3); \
|
|
THGM_REMOVE_HOOK(id, 4);
|