On 2012/01/27 12:40:20, Ted Mielczarek wrote:
> Mark, do you want to take a look at this? It's based on some code I wrote
> originally in https://bugzilla.mozilla.org/show_bug.cgi?id=548035 .
currently this patch not support information about register restoring from stack
(unwind info provide it), but only for stackwalking this is enough.
after creating this review, I have found two extra lines, they can be removed
(baseOffs variable) from patch.
another point: need check debug identifier of pdb in binary file
Can you make this follow the style guide? Use C++<style>(casts) instead of
(original_C)style, this_style variable names instead of thisStyle, and not
writing lines longer than 80 characters?
On 2012/01/27 18:55:20, Mark Mentovai wrote:
> Can you make this follow the style guide? Use C++<style>(casts) instead of
> (original_C)style, this_style variable names instead of thisStyle, and not
> writing lines longer than 80 characters?
Ok, I will try, thanks.
On 2012/01/27 19:08:15, izmmisha wrote:
> On 2012/01/27 18:55:20, Mark Mentovai wrote:
> > Can you make this follow the style guide? Use C++<style>(casts) instead of
> > (original_C)style, this_style variable names instead of thisStyle, and not
> > writing lines longer than 80 characters?
>
> Ok, I will try, thanks.
Here it is.
I'm sorry I let this sit so long! http://breakpad.appspot.com/345002/diff/9001/windows/pdb_source_line_writer.cc File windows/pdb_source_line_writer.cc (right): http://breakpad.appspot.com/345002/diff/9001/windows/pdb_source_line_writer.cc#newcode54 windows/pdb_source_line_writer.cc:54: #define ...
Issue 345002: Add win64 unwind info
Created 12 years, 10 months ago by izmmisha
Modified 10 years, 8 months ago
Reviewers: Ted Mielczarek, Mark Mentovai
Base URL: http://google-breakpad.googlecode.com/svn/trunk/src/common/
Comments: 12