CPU: Separate out native trace into ISA (in)dependent code and SimObjects.
--HG-- rename : src/cpu/nativetrace.cc => src/arch/sparc/nativetrace.cc rename : src/cpu/nativetrace.hh => src/arch/sparc/nativetrace.hh rename : src/cpu/NativeTrace.py => src/arch/x86/X86NativeTrace.py
This commit is contained in:
@@ -35,11 +35,14 @@ if env['TARGET_ISA'] == 'sparc':
|
||||
Source('asi.cc')
|
||||
Source('faults.cc')
|
||||
Source('isa.cc')
|
||||
Source('nativetrace.cc')
|
||||
Source('pagetable.cc')
|
||||
Source('remote_gdb.cc')
|
||||
Source('tlb.cc')
|
||||
Source('utility.cc')
|
||||
|
||||
SimObject('SparcNativeTrace.py')
|
||||
|
||||
SimObject('SparcTLB.py')
|
||||
TraceFlag('Sparc', "Generic SPARC ISA stuff")
|
||||
TraceFlag('RegisterWindows', "Register window manipulation")
|
||||
|
||||
Reference in New Issue
Block a user