Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Pacheco <dap@joyent.com>2012-03-28 21:26:10 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-04-01 04:14:36 +0400
commitcc15299c32b4fc39c2eb2c08b0265e462f875544 (patch)
tree2e3c9b283e29e925b8ac4072d67671d164c218de /src/v8ustack.d
parent7bdeed203991d35a56e7448540e3b74387c65d0d (diff)
build: add support for DTrace and postmortem
* fixes #2110 * includes V8 postmortem metadata in Solaris builds * adds GYP support for DTrace probes and ustack helper * ustack helper derives constants dynamically from libv8_base.a * build with DTrace support by default on SunOS
Diffstat (limited to 'src/v8ustack.d')
-rw-r--r--src/v8ustack.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/v8ustack.d b/src/v8ustack.d
index 489e55cf36c..27e90344924 100644
--- a/src/v8ustack.d
+++ b/src/v8ustack.d
@@ -11,6 +11,7 @@
*/
#include <v8constants.h>
+#include <v8abbr.h>
/*
* V8 represents small integers (SMI) using the upper 31 bits of a 32-bit