Move DumpBacktrace() to checks.cc and cleanup both the code and the necessary platfor...
authorbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 23 Sep 2013 14:11:59 +0000 (14:11 +0000)
committerbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 23 Sep 2013 14:11:59 +0000 (14:11 +0000)
commit75de923f3c8ada4c752da0233784104b888326ba
treebf9f39a7cbef17647f88579ec9593cbd936adf02
parentc5751ce72cde2785ae778dd4a3a39f712cb7f808
Move DumpBacktrace() to checks.cc and cleanup both the code and the necessary platform checks.

This also removes the platform-posix.h header file.

R=machenbach@chromium.org

Review URL: https://codereview.chromium.org/23497009

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16890 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/checks.cc
src/platform-cygwin.cc
src/platform-freebsd.cc
src/platform-linux.cc
src/platform-macos.cc
src/platform-openbsd.cc
src/platform-posix.cc
src/platform-posix.h [deleted file]
src/platform-solaris.cc
src/platform-win32.cc
src/platform.h