Issue 261/262: 64-bit bug fix when iterating through load commands of a 64-bit binary, and added new test case for ReadImageInfoForTask

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@266 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
nealsid
2008-05-05 18:20:04 +00:00
parent d6f0f92de3
commit 47df365bf8
4 changed files with 21 additions and 140 deletions

View File

@@ -46,6 +46,7 @@ class DynamicImagesTests : public TestCase {
virtual ~DynamicImagesTests();
void ReadTaskMemoryTest();
void ReadLibrariesFromLocalTaskTest();
};
#endif /* _CLIENT_MAC_HANDLER_TESTCASES_DYNAMICIMAGESTESTS_H__ */