kerneltest/e32test/rm_debug/basic_tests/t_rmdebug2.h
branchRCL_3
changeset 89 1df514389a47
parent 87 2f92ad2dc5db
child 258 880ff05ad710
equal deleted inserted replaced
87:2f92ad2dc5db 89:1df514389a47
    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();