Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions src/node_postmortem_metadata.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@
V(ListNode_ReqWrap, next_, uintptr_t, ListNode<ReqWrapBase>::next_)

extern "C" {
int nodedbg_const_ContextEmbedderIndex__kEnvironment__int;
int nodedbg_const_BaseObject__kInternalFieldCount__int;
int nodedbg_const_HandleWrap__kInternalFieldCount__int;
int nodedbg_const_ReqWrap__kInternalFieldCount__int;
uintptr_t nodedbg_offset_ExternalString__data__uintptr_t;
uintptr_t nodedbg_offset_ReqWrap__req_wrap_queue___ListNode_ReqWrapQueue;
NODE_EXTERN int nodedbg_const_ContextEmbedderIndex__kEnvironment__int;
NODE_EXTERN int nodedbg_const_BaseObject__kInternalFieldCount__int;
NODE_EXTERN int nodedbg_const_HandleWrap__kInternalFieldCount__int;
NODE_EXTERN int nodedbg_const_ReqWrap__kInternalFieldCount__int;
NODE_EXTERN uintptr_t nodedbg_offset_ExternalString__data__uintptr_t;
NODE_EXTERN uintptr_t
nodedbg_offset_ReqWrap__req_wrap_queue___ListNode_ReqWrapQueue;

#define V(Class, Member, Type, Accessor) \
NODE_EXTERN uintptr_t NODEDBG_OFFSET(Class, Member, Type);
Expand Down
Loading