|
GDB (xrefs)
|
#include "gdbtk-wrapper.h"
Public Attributes | |
| union { | |
| int integer | |
| void * ptr | |
| } | result |
| union { | |
| void * ptr | |
| int integer | |
| } | args [10] |
Definition at line 28 of file gdbtk-wrapper.h.
| union { ... } gdb_wrapper_arguments::args[10] |
Referenced by GDB_block_for_pc(), GDB_block_innermost_frame(), GDB_evaluate_expression(), GDB_evaluate_type(), GDB_find_relative_frame(), GDB_get_frame_block(), GDB_get_next_frame(), GDB_get_prev_frame(), GDB_type_print(), GDB_val_print(), GDB_value_cast(), GDB_value_coerce_array(), GDB_value_equal(), GDB_value_fetch_lazy(), GDB_value_ind(), GDB_value_slice(), GDB_value_struct_elt(), GDB_varobj_update(), wrap_block_for_pc(), wrap_block_innermost_frame(), wrap_evaluate_expression(), wrap_evaluate_type(), wrap_find_relative_frame(), wrap_get_current_frame(), wrap_get_frame_block(), wrap_get_next_frame(), wrap_get_prev_frame(), wrap_type_print(), wrap_val_print(), wrap_value_cast(), wrap_value_coerce_array(), wrap_value_equal(), wrap_value_fetch_lazy(), wrap_value_ind(), wrap_value_slice(), wrap_value_struct_elt(), and wrap_varobj_update().
Definition at line 33 of file gdbtk-wrapper.h.
Referenced by GDB_type_print(), GDB_val_print(), GDB_value_equal(), GDB_value_slice(), and GDB_varobj_update().
Definition at line 34 of file gdbtk-wrapper.h.
Referenced by GDB_block_for_pc(), GDB_block_innermost_frame(), GDB_evaluate_expression(), GDB_evaluate_type(), GDB_find_relative_frame(), GDB_get_current_frame(), GDB_get_frame_block(), GDB_get_next_frame(), GDB_get_prev_frame(), GDB_type_print(), GDB_val_print(), GDB_value_cast(), GDB_value_coerce_array(), GDB_value_equal(), GDB_value_fetch_lazy(), GDB_value_ind(), GDB_value_slice(), GDB_value_struct_elt(), and GDB_varobj_update().
| union { ... } gdb_wrapper_arguments::result |
Referenced by GDB_block_for_pc(), GDB_block_innermost_frame(), GDB_evaluate_expression(), GDB_evaluate_type(), GDB_find_relative_frame(), GDB_get_current_frame(), GDB_get_frame_block(), GDB_get_next_frame(), GDB_get_prev_frame(), GDB_value_cast(), GDB_value_coerce_array(), GDB_value_equal(), GDB_value_ind(), GDB_value_slice(), GDB_value_struct_elt(), and GDB_varobj_update().
1.7.6.1