diff options
author | Steve Reinhardt <steve.reinhardt@amd.com> | 2010-06-03 16:54:26 -0700 |
---|---|---|
committer | Steve Reinhardt <steve.reinhardt@amd.com> | 2010-06-03 16:54:26 -0700 |
commit | f92e91e85309e9dcfd0b3c5a8e4faa460d921b7f (patch) | |
tree | b0b0362e50679e753bbd7db4aafce8376d8571e2 /src/cpu/checker | |
parent | 4a3ce94386da669e82e1fd32fb201e2c9385938e (diff) | |
download | gem5-f92e91e85309e9dcfd0b3c5a8e4faa460d921b7f.tar.xz |
Minor remote GDB cleanup.
Expand the help text on the --remote-gdb-port option so
people know you can use it to disable remote gdb without
reading the source code, and thus don't waste any time
trying to add a separate option to do that.
Clean up some gdb-related cruft I found while looking
for where one would add a gdb disable option, before
I found the comment that told me that I didn't need
to do that.
Diffstat (limited to 'src/cpu/checker')
-rw-r--r-- | src/cpu/checker/cpu.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/checker/cpu.hh b/src/cpu/checker/cpu.hh index 450ce6228..73b27161a 100644 --- a/src/cpu/checker/cpu.hh +++ b/src/cpu/checker/cpu.hh @@ -54,9 +54,6 @@ namespace TheISA class Processor; class PhysicalMemory; -class RemoteGDB; -class GDBListener; - #else class Process; |