Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 5617 Build 5617: arc lint + arc unit
Event Timeline
Comment Actions
The defines might look a bit messy, but we're going to need them for GetRegistersAndSP anyway, so this seemed like the cleanest way to do things.
Comment Actions
Can we also get an implementation of GetRegistersAndSP? It's hard to see where this patch is heading without the implementation of GetRegistersAndSP.
But if there's something blocking GetRegistersAndSP, then this looks okay to me.
lib/sanitizer_common/sanitizer_stoptheworld_mac.cc | ||
---|---|---|
16–17 | Btw, do we still need __mips64 here? Darwin certainly doesn' support MIPS... |
lib/sanitizer_common/sanitizer_stoptheworld_mac.cc | ||
---|---|---|
51–60 | Can we use MACHINE_THREAD_STATE_COUNT (should be already defined in system headers) instead? |
Btw, do we still need __mips64 here? Darwin certainly doesn' support MIPS...