GDB (xrefs)
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
frame_command_helper< FPTR > Class Template Reference

Static Public Member Functions

static void level (const char *arg, int from_tty)
 
static void address (const char *arg, int from_tty)
 
static void view (const char *args, int from_tty)
 
static void function (const char *arg, int from_tty)
 
static void base_command (const char *arg, int from_tty)
 

Detailed Description

template<void(*)(frame_info_ptr fi, bool selected_frame_p) FPTR>
class frame_command_helper< FPTR >

Definition at line 1864 of file stack.c.

Member Function Documentation

◆ address()

template<void(*)(frame_info_ptr fi, bool selected_frame_p) FPTR>
static void frame_command_helper< FPTR >::address ( const char * arg,
int from_tty )
inlinestatic

Definition at line 1886 of file stack.c.

References find_frame_for_address(), parse_and_eval(), and value_as_address().

◆ base_command()

template<void(*)(frame_info_ptr fi, bool selected_frame_p) FPTR>
static void frame_command_helper< FPTR >::base_command ( const char * arg,
int from_tty )
inlinestatic

Definition at line 1948 of file stack.c.

References get_selected_frame(), and frame_command_helper< FPTR >::level().

◆ function()

template<void(*)(frame_info_ptr fi, bool selected_frame_p) FPTR>
static void frame_command_helper< FPTR >::function ( const char * arg,
int from_tty )
inlinestatic

Definition at line 1930 of file stack.c.

References find_frame_for_function().

◆ level()

template<void(*)(frame_info_ptr fi, bool selected_frame_p) FPTR>
static void frame_command_helper< FPTR >::level ( const char * arg,
int from_tty )
inlinestatic

◆ view()

template<void(*)(frame_info_ptr fi, bool selected_frame_p) FPTR>
static void frame_command_helper< FPTR >::view ( const char * args,
int from_tty )
inlinestatic

Definition at line 1900 of file stack.c.

References create_new_frame(), parse_and_eval(), and value_as_address().


The documentation for this class was generated from the following file: