#include "stack_frame.h"
Contains current_stack_frame_ and csf_ keywords.
Go to the source code of this file.
Macros | |
#define | current_stack_frame_ |
Provides information about the current stack frame. | |
#define | csf_ |
Provides information about the current stack frame. | |
#define | add_current_stack_frame_(...) |
Add current stack frame to the VA_ARGS with a comma separator. | |
#define | add_csf_ |
Add current stack frame to the VA_ARGS with a comma separator. | |