aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/stackwalker_ppc.h')
-rw-r--r--src/processor/stackwalker_ppc.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/processor/stackwalker_ppc.h b/src/processor/stackwalker_ppc.h
index 10b6a7a5..bccc9dc2 100644
--- a/src/processor/stackwalker_ppc.h
+++ b/src/processor/stackwalker_ppc.h
@@ -45,19 +45,17 @@
namespace google_airbag {
-class MinidumpContext;
-class MinidumpModuleList;
-
+class CodeModules;
class StackwalkerPPC : public Stackwalker {
public:
- // context is a MinidumpContext object that gives access to ppc-specific
+ // context is a ppc context object that gives access to ppc-specific
// register state corresponding to the innermost called frame to be
// included in the stack. The other arguments are passed directly through
// to the base Stackwalker constructor.
StackwalkerPPC(const MDRawContextPPC *context,
MemoryRegion *memory,
- MinidumpModuleList *modules,
+ const CodeModules *modules,
SymbolSupplier *supplier);
private: