singrdk/base/Kernel/Native/DebugStub.cpp

18 lines
388 B
C++
Raw Normal View History

2008-11-17 18:29:00 -05:00
//////////////////////////////////////////////////////////////////////////////
//
// Microsoft Research Singularity
2008-03-05 09:52:00 -05:00
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
2008-11-17 18:29:00 -05:00
// File: DebugStub.cpp: runtime support for debugging
2008-03-05 09:52:00 -05:00
//
2008-11-17 18:29:00 -05:00
// Note: Process Only
2008-03-05 09:52:00 -05:00
//
2008-11-17 18:29:00 -05:00
2008-03-05 09:52:00 -05:00
#include "hal.h"
void Class_Microsoft_Singularity_DebugStub::g_Break()
{
2008-11-17 18:29:00 -05:00
__debugbreak();
2008-03-05 09:52:00 -05:00
}