父節點
d0840d7eea
當前提交
d57d6caf2d
@ -1269,6 +1269,7 @@ struct VmFrame {
|
|||||||
#define VM_FRAME_EXCEPTION 0x04 /* Special Exception frame */
|
#define VM_FRAME_EXCEPTION 0x04 /* Special Exception frame */
|
||||||
#define VM_FRAME_THROW 0x08 /* An exception was thrown */
|
#define VM_FRAME_THROW 0x08 /* An exception was thrown */
|
||||||
#define VM_FRAME_CATCH 0x10 /* Catch frame */
|
#define VM_FRAME_CATCH 0x10 /* Catch frame */
|
||||||
|
#define VM_FRAME_FINALLY 0x20 /* Finally frame */
|
||||||
/*
|
/*
|
||||||
* When a debug stacktrace is extracted from Virtual Machine, all information about
|
* When a debug stacktrace is extracted from Virtual Machine, all information about
|
||||||
* calls (file, line, class, method, arguments) are stored in this structure.
|
* calls (file, line, class, method, arguments) are stored in this structure.
|
||||||
|
載入中…
新增問題並參考
Block a user