mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-23 09:55:31 +00:00
* values.c, value.h: New functions value_{headof,from_vtable_info}.
* value.h: Remove redundant declaration of value_static_field.
This commit is contained in:
parent
71b16efa43
commit
b99f250bf9
@ -216,6 +216,7 @@ value value_cast ();
|
||||
value value_zero ();
|
||||
value value_repeat ();
|
||||
value value_subscript ();
|
||||
value value_from_vtable_info ();
|
||||
|
||||
value value_being_returned ();
|
||||
int using_struct_return ();
|
||||
@ -245,11 +246,10 @@ value value_x_binop ();
|
||||
value value_x_unop ();
|
||||
value value_fn_field ();
|
||||
value value_virtual_fn_field ();
|
||||
value value_static_field ();
|
||||
int binop_user_defined_p ();
|
||||
int unop_user_defined_p ();
|
||||
int typecmp ();
|
||||
int fill_in_vptr_fieldno ();
|
||||
void fill_in_vptr_fieldno ();
|
||||
int destructor_name_p ();
|
||||
|
||||
#define value_free(val) free (val)
|
||||
|
Loading…
x
Reference in New Issue
Block a user