mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-31 19:54:30 +01:00
Refactoring in preparation for microdump processing
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1370 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
a58de86bcd
commit
54c2560a82
22 changed files with 1058 additions and 666 deletions
|
|
@ -54,7 +54,7 @@
|
|||
namespace google_breakpad {
|
||||
|
||||
class CallStack;
|
||||
class MinidumpContext;
|
||||
class DumpContext;
|
||||
class StackFrameSymbolizer;
|
||||
|
||||
using std::set;
|
||||
|
|
@ -86,7 +86,7 @@ class Stackwalker {
|
|||
// argument. If no suitable concrete subclass exists, returns NULL.
|
||||
static Stackwalker* StackwalkerForCPU(
|
||||
const SystemInfo* system_info,
|
||||
MinidumpContext* context,
|
||||
DumpContext* context,
|
||||
MemoryRegion* memory,
|
||||
const CodeModules* modules,
|
||||
StackFrameSymbolizer* resolver_helper);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue