[PATCH] D38110: [libunwind][MIPS]: Add support for unwinding in O32 and N64 processes.

John Baldwin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 16:30:14 PDT 2017


bsdjhb created this revision.
Herald added subscribers: krytarowski, arichardson.

This is based on a patchset from David Chisnall which added support for
N64.  This has been tested on FreeBSD in that I've been able to run
a simple C++ test program that throws both simple (integer) and more
complex (struct) exceptions for both O32 and N64.


https://reviews.llvm.org/D38110

Files:
  include/__libunwind_config.h
  include/libunwind.h
  src/Registers.hpp
  src/UnwindCursor.hpp
  src/UnwindRegistersRestore.S
  src/UnwindRegistersSave.S
  src/config.h
  src/libunwind.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38110.116112.patch
Type: text/x-patch
Size: 19051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170920/c8dc493b/attachment.bin>


More information about the llvm-commits mailing list