Cloosen-Calories / google-breakpad

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

IosExceptionMinidumpGenerator::WriteThreadStream() should be refactored for clarity #548

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The |stack_memory| array that it uses should be an array of {frame_pointer, 
link_register} pairs that is later treated as bytes. Only complicating factor 
is that there's one extra pointer value sticking off the end; this could likely 
just be stored separately.

Original issue reported on code.google.com by blundell@chromium.org on 18 Nov 2013 at 3:50