Top | ![]() |
![]() |
![]() |
![]() |
IdeDebuggerFrame * | ide_debugger_frame_new () |
IdeDebuggerAddress | ide_debugger_frame_get_address () |
void | ide_debugger_frame_set_address () |
const gchar * | ide_debugger_frame_get_file () |
void | ide_debugger_frame_set_file () |
const gchar * | ide_debugger_frame_get_function () |
void | ide_debugger_frame_set_function () |
const gchar * const * | ide_debugger_frame_get_args () |
void | ide_debugger_frame_set_args () |
const gchar * | ide_debugger_frame_get_library () |
void | ide_debugger_frame_set_library () |
guint | ide_debugger_frame_get_depth () |
void | ide_debugger_frame_set_depth () |
guint | ide_debugger_frame_get_line () |
void | ide_debugger_frame_set_line () |
IdeDebuggerAddress
ide_debugger_frame_get_address (IdeDebuggerFrame *self
);
void ide_debugger_frame_set_address (IdeDebuggerFrame *self
,IdeDebuggerAddress address
);
void ide_debugger_frame_set_file (IdeDebuggerFrame *self
,const gchar *file
);
const gchar *
ide_debugger_frame_get_function (IdeDebuggerFrame *self
);
void ide_debugger_frame_set_function (IdeDebuggerFrame *self
,const gchar *function
);
const gchar * const *
ide_debugger_frame_get_args (IdeDebuggerFrame *self
);
void ide_debugger_frame_set_args (IdeDebuggerFrame *self
,const gchar * const *args
);
const gchar *
ide_debugger_frame_get_library (IdeDebuggerFrame *self
);
void ide_debugger_frame_set_library (IdeDebuggerFrame *self
,const gchar *library
);
void ide_debugger_frame_set_depth (IdeDebuggerFrame *self
,guint depth
);
void ide_debugger_frame_set_line (IdeDebuggerFrame *self
,guint line
);
“file”
property “file” gchar *
The file containing the frame location.
Flags: Read / Write
Default value: NULL
“function”
property “function” gchar *
The function the stack frame represents.
Flags: Read / Write
Default value: NULL
“library”
property “library” gchar *
The library containing the function, if any.
Flags: Read / Write
Default value: NULL