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:
bryner
2006-09-07 17:26:17 +00:00
parent 53d0f69d35
commit 39716226cf
4 changed files with 57 additions and 66 deletions

View File

@@ -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