kerneltest/e32test/rm_debug/basic_tests/t_rmdebug2.h
changeset 102 ef2a444a7410
parent 90 947f0dc9f7a8
equal deleted inserted replaced
90:947f0dc9f7a8 102:ef2a444a7410
    69 	void TestGetThreadList();
    69 	void TestGetThreadList();
    70 	void TestGetCodeSegsList();
    70 	void TestGetCodeSegsList();
    71 	void TestGetXipLibrariesList();
    71 	void TestGetXipLibrariesList();
    72 	void TestGetListInvalidData();
    72 	void TestGetListInvalidData();
    73 
    73 
    74 	void DoTestGetThreadList(const TBool aShouldPass, const Debug::TListScope aListScope, const TUint64 aTargetId=0);
    74 	TBool DoTestGetThreadList(const TBool aShouldPass, const Debug::TListScope aListScope, const TUint64 aTargetId=0);
    75 	void DoTestGetCodeSegsList(const TBool aShouldPass, const Debug::TListScope aListScope, const TUint64 aTargetId=0);
    75 	void DoTestGetCodeSegsList(const TBool aShouldPass, const Debug::TListScope aListScope, const TUint64 aTargetId=0);
    76 
    76 
    77 	void DoGetList(const Debug::TListId aListId, const Debug::TListScope aListScope, RBuf8& aBuffer, TUint32& aSize, const TUint64 aTargetId=0);
    77 	void DoGetList(const Debug::TListId aListId, const Debug::TListScope aListScope, RBuf8& aBuffer, TUint32& aSize, const TUint64 aTargetId=0);
    78 
    78 
    79 	void TestMemoryAccess();
    79 	void TestMemoryAccess();