gohome1984 / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Test coverage for readtaskmemory #258

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should have some unit testing for ReadTaskMemory

---

As part of this fix I've created separate targets for 64 & 32-bit unit
tests, did some renaming of the plist files, and updated some comments

Original issue reported on code.google.com by neal...@gmail.com on 23 Apr 2008 at 11:48

Attachments:

GoogleCodeExporter commented 9 years ago
I also modified ReadTaskMemory to take a pointer of type kern_return_t that the
caller can use for more information in the case of an error

Original comment by neal...@gmail.com on 23 Apr 2008 at 11:49

GoogleCodeExporter commented 9 years ago
Modified ReadTaskMemory to have kern_Return_t output parameter be optional.

Original comment by neal...@gmail.com on 24 Apr 2008 at 10:25

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by neal...@gmail.com on 17 Jun 2008 at 4:41