aboutsummaryrefslogtreecommitdiff
path: root/src/google/stack_frame.h
diff options
context:
space:
mode:
authorbryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-09-07 17:26:17 +0000
committerbryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-09-07 17:26:17 +0000
commit39716226cf6ffcfaa37c991f82c3f2b19354413f (patch)
tree6319a6aa5f32e275db8f615e1d77385e7336f591 /src/google/stack_frame.h
parentConform to style guidelines. (diff)
downloadbreakpad-39716226cf6ffcfaa37c991f82c3f2b19354413f.tar.xz
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
Diffstat (limited to 'src/google/stack_frame.h')
-rw-r--r--src/google/stack_frame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/google/stack_frame.h b/src/google/stack_frame.h
index e625aee3..8ede113c 100644
--- a/src/google/stack_frame.h
+++ b/src/google/stack_frame.h
@@ -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