changeset 3fc243687abb in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=3fc243687abb
description:
        More minor gdb-related cleanup.
        Found several more stale includes and forward decls.

diffstat:

 src/arch/alpha/ev5.cc    |  2 --
 src/arch/alpha/system.cc |  1 -
 src/arch/mips/system.cc  |  1 -
 src/arch/sparc/system.cc |  1 -
 src/arch/x86/system.cc   |  1 -
 src/sim/process.cc       |  1 -
 src/sim/process.hh       |  2 --
 7 files changed, 0 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r f056e1b65c13 -r 3fc243687abb src/arch/alpha/ev5.cc
--- a/src/arch/alpha/ev5.cc     Thu Jun 03 16:54:28 2010 -0700
+++ b/src/arch/alpha/ev5.cc     Thu Jun 03 19:41:34 2010 -0700
@@ -34,10 +34,8 @@
 #include "arch/alpha/kernel_stats.hh"
 #include "arch/alpha/osfpal.hh"
 #include "arch/alpha/tlb.hh"
-#include "arch/alpha/kgdb.h"
 #include "base/cp_annotate.hh"
 #include "base/debug.hh"
-#include "base/remote_gdb.hh"
 #include "base/stats/events.hh"
 #include "config/full_system.hh"
 #include "cpu/base.hh"
diff -r f056e1b65c13 -r 3fc243687abb src/arch/alpha/system.cc
--- a/src/arch/alpha/system.cc  Thu Jun 03 16:54:28 2010 -0700
+++ b/src/arch/alpha/system.cc  Thu Jun 03 19:41:34 2010 -0700
@@ -33,7 +33,6 @@
 
 #include "arch/alpha/ev5.hh"
 #include "arch/alpha/system.hh"
-#include "arch/alpha/remote_gdb.hh"
 #include "arch/vtophys.hh"
 #include "base/loader/object_file.hh"
 #include "base/loader/symtab.hh"
diff -r f056e1b65c13 -r 3fc243687abb src/arch/mips/system.cc
--- a/src/arch/mips/system.cc   Thu Jun 03 16:54:28 2010 -0700
+++ b/src/arch/mips/system.cc   Thu Jun 03 19:41:34 2010 -0700
@@ -33,7 +33,6 @@
 
 #include "arch/mips/system.hh"
 #include "arch/vtophys.hh"
-#include "base/remote_gdb.hh"
 #include "base/loader/object_file.hh"
 #include "base/loader/hex_file.hh"
 #include "base/loader/symtab.hh"
diff -r f056e1b65c13 -r 3fc243687abb src/arch/sparc/system.cc
--- a/src/arch/sparc/system.cc  Thu Jun 03 16:54:28 2010 -0700
+++ b/src/arch/sparc/system.cc  Thu Jun 03 19:41:34 2010 -0700
@@ -30,7 +30,6 @@
 
 #include "arch/sparc/system.hh"
 #include "arch/vtophys.hh"
-#include "base/remote_gdb.hh"
 #include "base/loader/object_file.hh"
 #include "base/loader/symtab.hh"
 #include "base/trace.hh"
diff -r f056e1b65c13 -r 3fc243687abb src/arch/x86/system.cc
--- a/src/arch/x86/system.cc    Thu Jun 03 16:54:28 2010 -0700
+++ b/src/arch/x86/system.cc    Thu Jun 03 19:41:34 2010 -0700
@@ -45,7 +45,6 @@
 #include "base/intmath.hh"
 #include "base/loader/object_file.hh"
 #include "base/loader/symtab.hh"
-#include "base/remote_gdb.hh"
 #include "base/trace.hh"
 #include "cpu/thread_context.hh"
 #include "mem/physical.hh"
diff -r f056e1b65c13 -r 3fc243687abb src/sim/process.cc
--- a/src/sim/process.cc        Thu Jun 03 16:54:28 2010 -0700
+++ b/src/sim/process.cc        Thu Jun 03 19:41:34 2010 -0700
@@ -36,7 +36,6 @@
 #include <cstdio>
 #include <string>
 
-#include "arch/remote_gdb.hh"
 #include "base/intmath.hh"
 #include "base/loader/object_file.hh"
 #include "base/loader/symtab.hh"
diff -r f056e1b65c13 -r 3fc243687abb src/sim/process.hh
--- a/src/sim/process.hh        Thu Jun 03 16:54:28 2010 -0700
+++ b/src/sim/process.hh        Thu Jun 03 19:41:34 2010 -0700
@@ -51,8 +51,6 @@
 #include "sim/sim_object.hh"
 #include "sim/syscallreturn.hh"
 
-class BaseRemoteGDB;
-class GDBListener;
 class PageTable;
 class ProcessParams;
 class LiveProcessParams;
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to