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:
parent
bcc8389ae8
commit
a67a964142
2 changed files with 31 additions and 21 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue