mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-24 04:42:57 +00:00
Make SourceLineResolver fill a StackFrame rather than using its own struct (#16), r=mmentovai.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@17 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -59,7 +59,8 @@ struct StackFrame {
|
||||
// The source file name, may be omitted if debug symbols are not available
|
||||
string source_file_name;
|
||||
|
||||
// The source line number, may be omitted if debug symbols are not available
|
||||
// The (1-based) source line number,
|
||||
// may be omitted if debug symbols are not available
|
||||
int source_line;
|
||||
|
||||
// TODO(bryner): saved registers
|
||||
|
||||
Reference in New Issue
Block a user