mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Make GDB available for release builds
svn path=/trunk/; revision=18008
This commit is contained in:
parent
d735771108
commit
7a74eefb29
2 changed files with 2 additions and 6 deletions
|
@ -43,7 +43,6 @@ KdpGetWrapperDebugMode(PCHAR Currentp2,
|
||||||
{
|
{
|
||||||
PCHAR p2 = Currentp2;
|
PCHAR p2 = Currentp2;
|
||||||
|
|
||||||
#ifdef DBG
|
|
||||||
/* Check for BOCHS Debugging */
|
/* Check for BOCHS Debugging */
|
||||||
if (!_strnicmp(p2, "BOCHS", 5))
|
if (!_strnicmp(p2, "BOCHS", 5))
|
||||||
{
|
{
|
||||||
|
@ -75,7 +74,6 @@ KdpGetWrapperDebugMode(PCHAR Currentp2,
|
||||||
/* Enable Debugging */
|
/* Enable Debugging */
|
||||||
KdDebuggerEnabled = TRUE;
|
KdDebuggerEnabled = TRUE;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef KDBG
|
#ifdef KDBG
|
||||||
/* Get the KDBG Settings and enable it */
|
/* Get the KDBG Settings and enable it */
|
||||||
|
|
|
@ -201,10 +201,8 @@
|
||||||
</directory>
|
</directory>
|
||||||
<directory name="kd">
|
<directory name="kd">
|
||||||
<directory name="wrappers">
|
<directory name="wrappers">
|
||||||
<if property="DBG" value="1">
|
|
||||||
<file>bochs.c</file>
|
<file>bochs.c</file>
|
||||||
<file>gdbstub.c</file>
|
<file>gdbstub.c</file>
|
||||||
</if>
|
|
||||||
</directory>
|
</directory>
|
||||||
<file>kdinit.c</file>
|
<file>kdinit.c</file>
|
||||||
<file>kdio.c</file>
|
<file>kdio.c</file>
|
||||||
|
|
Loading…
Reference in a new issue