1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Working around undocumented 0x1609 leaf type (and others)

This commit is contained in:
Brian Fiete 2020-11-17 07:52:51 -08:00
parent bcc8389ae8
commit a67a964142
2 changed files with 31 additions and 21 deletions

View file

@ -621,6 +621,12 @@ void SleepTest()
void WdAllocTest();
namespace BeefyDbg64
{
class WinDebugger;
void TestPDB(const StringImpl& fileName, WinDebugger* debugger);
}
#ifdef BF_PLATFORM_WINDOWS
static _CrtMemState gStartMemCheckpoint;
#endif
@ -653,6 +659,8 @@ BF_EXPORT void BF_CALLTYPE Debugger_Create()
#ifdef BF_PLATFORM_WINDOWS
::AllowSetForegroundWindow(ASFW_ANY);
#endif
//BeefyDbg64::TestPDB("c:\\temp\\dedkeni.pdb", (BeefyDbg64::WinDebugger*)gDebugManager->mDebugger64);
}
BF_EXPORT void BF_CALLTYPE Debugger_SetCallbacks(void* callback)