Reveer back changes for debug.h removal from bochs.h

This commit is contained in:
Stanislav Shwartsman 2006-09-26 19:16:10 +00:00
parent fb762477fa
commit 925ae93e22
8 changed files with 9 additions and 15 deletions

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: bochs.h,v 1.200 2006-09-25 20:13:51 sshwarts Exp $
// $Id: bochs.h,v 1.201 2006-09-26 19:16:09 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2002 MandrakeSoft S.A.
@ -93,6 +93,7 @@ extern "C" {
#endif
#include "osdep.h" /* platform dependent includes and defines */
#include "bx_debug/debug.h"
#include "bxversion.h"
#include "gui/siminterface.h"

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: dbg_main.cc,v 1.79 2006-09-25 20:13:51 sshwarts Exp $
// $Id: dbg_main.cc,v 1.80 2006-09-26 19:16:09 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 MandrakeSoft S.A.
@ -30,7 +30,6 @@ extern "C" {
}
#include "bochs.h"
#include "debug.h"
#include "cpu/cpu.h"
#include "iodev/iodev.h"
#if BX_DEBUGGER

View File

@ -1,11 +1,10 @@
/////////////////////////////////////////////////////////////////////////
// $Id: linux.cc,v 1.6 2006-09-25 20:13:51 sshwarts Exp $
// $Id: linux.cc,v 1.7 2006-09-26 19:16:10 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
#include <stdio.h>
#include "bochs.h"
#include "bx_debug/debug.h"
#include "cpu/cpu.h"
#if BX_DEBUGGER

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: symbols.cc,v 1.5 2006-09-25 20:13:51 sshwarts Exp $
// $Id: symbols.cc,v 1.6 2006-09-26 19:16:10 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 MandrakeSoft S.A.
@ -26,7 +26,6 @@
/////////////////////////////////////////////////////////////////////////
#include "bochs.h"
#include "debug.h"
#include "cpu/cpu.h"
#if !((BX_HAVE_HASH_MAP || BX_HAVE_HASH_MAP_H) && (BX_HAVE_SET || BX_HAVE_SET_H))

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: cpu.cc,v 1.167 2006-09-25 20:13:51 sshwarts Exp $
// $Id: cpu.cc,v 1.168 2006-09-26 19:16:10 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 MandrakeSoft S.A.
@ -27,7 +27,6 @@
#define NEED_CPU_REG_SHORTCUTS 1
#include "bochs.h"
#include "bx_debug/debug.h"
#include "cpu.h"
#define LOG_THIS BX_CPU_THIS_PTR

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: debugstuff.cc,v 1.75 2006-09-25 20:13:51 sshwarts Exp $
// $Id: debugstuff.cc,v 1.76 2006-09-26 19:16:10 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 MandrakeSoft S.A.
@ -27,7 +27,6 @@
#define NEED_CPU_REG_SHORTCUTS 1
#include "bochs.h"
#include "bx_debug/debug.h"
#include "cpu.h"
#define LOG_THIS BX_CPU_THIS_PTR

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: exception.cc,v 1.84 2006-09-25 20:13:51 sshwarts Exp $
// $Id: exception.cc,v 1.85 2006-09-26 19:16:10 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 MandrakeSoft S.A.
@ -27,7 +27,6 @@
#define NEED_CPU_REG_SHORTCUTS 1
#include "bochs.h"
#include "bx_debug/debug.h"
#include "cpu.h"
#define LOG_THIS BX_CPU_THIS_PTR

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: siminterface.cc,v 1.170 2006-09-25 20:13:52 sshwarts Exp $
// $Id: siminterface.cc,v 1.171 2006-09-26 19:16:10 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// See siminterface.h for description of the siminterface concept.
@ -7,7 +7,6 @@
// the configuration user interface, and allows them to talk to each other.
#include "bochs.h"
#include "bx_debug/debug.h"
#include "iodev.h"
bx_simulator_interface_c *SIM = NULL;