mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-02 04:34:47 +01:00
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
This commit is contained in:
parent
cce3492afc
commit
0170bea32f
9 changed files with 16 additions and 43 deletions
|
|
@ -80,7 +80,7 @@ int main(int argc, char** argv) {
|
|||
}
|
||||
|
||||
StackwalkerX86 stackwalker = StackwalkerX86(context, stack_memory,
|
||||
modules, NULL, NULL);
|
||||
modules, NULL);
|
||||
|
||||
StackFrames stack;
|
||||
stackwalker.Walk(&stack);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue