mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-05 22:18:21 +01:00
Adding support for mips.
Support for mips cpu is added to all breakapad targets including unittests. BUG=none TEST=unittests Review URL: https://breakpad.appspot.com/614002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1212 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
ae35566b8d
commit
f78839c157
31 changed files with 2095 additions and 39 deletions
|
|
@ -228,6 +228,7 @@ class Context: public Section {
|
|||
// Create a context belonging to DUMP whose contents are a copy of CONTEXT.
|
||||
Context(const Dump &dump, const MDRawContextX86 &context);
|
||||
Context(const Dump &dump, const MDRawContextARM &context);
|
||||
Context(const Dump &dump, const MDRawContextMIPS &context);
|
||||
// Add an empty context to the dump.
|
||||
Context(const Dump &dump) : Section(dump) {}
|
||||
// Add constructors for other architectures here. Remember to byteswap.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue