diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-12-20 18:39:40 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-12-20 18:39:40 -0500 |
commit | f13155393df010665b468db5e2e64131a7b2c5da (patch) | |
tree | 09a0ee16d3be4a53c2c275f7f403665bd644707b /src/arch/sparc/system.cc | |
parent | 841d76d37bb86b2ad05ce378282605a748c314eb (diff) | |
download | gem5-f13155393df010665b468db5e2e64131a7b2c5da.tar.xz |
Initial work to make remote gdb available in SE mode. This is completely untested.
--HG--
extra : convert_revision : 3ad9a3368961d5e9e71f702da84ffe293fe8adc8
Diffstat (limited to 'src/arch/sparc/system.cc')
-rw-r--r-- | src/arch/sparc/system.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/sparc/system.cc b/src/arch/sparc/system.cc index da83d86fc..2600213fd 100644 --- a/src/arch/sparc/system.cc +++ b/src/arch/sparc/system.cc @@ -191,12 +191,6 @@ SparcSystem::~SparcSystem() delete partition_desc; } -bool -SparcSystem::breakpoint() -{ - panic("Need to implement"); -} - void SparcSystem::serialize(std::ostream &os) { |