Initial work to make remote gdb available in SE mode. This is completely untested.

--HG--
extra : convert_revision : 3ad9a3368961d5e9e71f702da84ffe293fe8adc8
This commit is contained in:
Gabe Black
2006-12-20 18:39:40 -05:00
parent 841d76d37b
commit f13155393d
12 changed files with 48 additions and 45 deletions

View File

@@ -52,6 +52,7 @@ base_sources = Split('''
intregfile.cc
miscregfile.cc
regfile.cc
remote_gdb.cc
''')
# Full-system sources
@@ -66,7 +67,6 @@ full_system_sources = Split('''
osfpal.cc
pagetable.cc
stacktrace.cc
remote_gdb.cc
system.cc
tlb.cc
tru64/system.cc