aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker.h
diff options
context:
space:
mode:
authorbryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-09-08 04:05:46 +0000
committerbryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-09-08 04:05:46 +0000
commit512511a895dbe51493b11ff8680fa1f5d4ebecee (patch)
tree4cd7f483327746cb9b5ceeb0216b170bf9b8ab35 /src/processor/stackwalker.h
parentAdd support to the StackWalker for resolving symbols, using a (diff)
downloadbreakpad-512511a895dbe51493b11ff8680fa1f5d4ebecee.tar.xz
addressing follow-up review comments from mark (#17)
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@19 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/processor/stackwalker.h')
-rw-r--r--src/processor/stackwalker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/processor/stackwalker.h b/src/processor/stackwalker.h
index 34d9a3f4..07a78ca2 100644
--- a/src/processor/stackwalker.h
+++ b/src/processor/stackwalker.h
@@ -45,8 +45,8 @@ class Stackwalker {
virtual ~Stackwalker() {}
// Fills the given vector of StackFrames by calling GetContextFrame and
- // GetCallerFrame, and populating the returned frames with module
- // offset and name information if possible.
+ // GetCallerFrame, and populating the returned frames with all available
+ // data.
void Walk(StackFrames *frames);
protected: