ecos_kernel_test: transfer instr_count, lowest- and highest_addr between STEP 2 and 3

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1477 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
chb
2012-08-08 14:20:53 +00:00
parent 829b08c31c
commit b5b06a0448
4 changed files with 66 additions and 13 deletions

View File

@ -15,5 +15,7 @@ class EcosKernelTestCampaign : public fail::Campaign {
public:
virtual bool run();
static bool readMemoryMap(fail::MemoryMap &mm, char const * const filename);
static bool writeTraceInfo(unsigned instr_counter, unsigned lowest_addr, unsigned highest_addr);
static bool readTraceInfo(unsigned &instr_counter, unsigned &lowest_addr, unsigned &highest_addr);
};