aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_x86.h
diff options
context:
space:
mode:
authorbryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-09-20 00:00:12 +0000
committerbryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-09-20 00:00:12 +0000
commit0170bea32f3b6745a924c04899d0dae563e078f6 (patch)
tree6922b9009d58429d5e855b42989815ebc4a5b346 /src/processor/stackwalker_x86.h
parentGet rid of CrashReport, and rename CrashReportProcessor to MinidumpProcessor (diff)
downloadbreakpad-0170bea32f3b6745a924c04899d0dae563e078f6.tar.xz
Follow-up to #26: get rid of supplier_data, it's not really needed since
the caller can implement their own supplier object. r=mmentovai. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@27 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/processor/stackwalker_x86.h')
-rw-r--r--src/processor/stackwalker_x86.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/processor/stackwalker_x86.h b/src/processor/stackwalker_x86.h
index 34be57eb..8696373c 100644
--- a/src/processor/stackwalker_x86.h
+++ b/src/processor/stackwalker_x86.h
@@ -45,8 +45,7 @@ class StackwalkerX86 : public Stackwalker {
StackwalkerX86(MinidumpContext* context,
MemoryRegion* memory,
MinidumpModuleList* modules,
- SymbolSupplier* supplier,
- void* supplier_data);
+ SymbolSupplier* supplier);
private:
// Implementation of Stackwalker, using x86 context (%ebp, %eip) and