mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-26 01:05:07 +01:00
[mips64] Support for mips n64
Adding remaining mips n64 support including stackwalker. BUG=None TEST=manually tested on Linux/Android R=vapier@chromium.org Review URL: https://codereview.chromium.org/1418453011 .
This commit is contained in:
parent
c199f5b122
commit
76c51742c9
19 changed files with 1176 additions and 140 deletions
|
|
@ -234,6 +234,7 @@ Stackwalker* Stackwalker::StackwalkerForCPU(
|
|||
break;
|
||||
|
||||
case MD_CONTEXT_MIPS:
|
||||
case MD_CONTEXT_MIPS64:
|
||||
cpu_stackwalker = new StackwalkerMIPS(system_info,
|
||||
context->GetContextMIPS(),
|
||||
memory, modules, frame_symbolizer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue