|
GDB (xrefs)
|
This is the complete list of members for target_float_ops, including all inherited members.
| binop(enum exp_opcode opcode, const gdb_byte *x, const struct type *type_x, const gdb_byte *y, const struct type *type_y, gdb_byte *res, const struct type *type_res) const =0 | target_float_ops | pure virtual |
| compare(const gdb_byte *x, const struct type *type_x, const gdb_byte *y, const struct type *type_y) const =0 | target_float_ops | pure virtual |
| convert(const gdb_byte *from, const struct type *from_type, gdb_byte *to, const struct type *to_type) const =0 | target_float_ops | pure virtual |
| from_host_double(gdb_byte *addr, const struct type *type, double val) const =0 | target_float_ops | pure virtual |
| from_longest(gdb_byte *addr, const struct type *type, LONGEST val) const =0 | target_float_ops | pure virtual |
| from_string(gdb_byte *addr, const struct type *type, const std::string &string) const =0 | target_float_ops | pure virtual |
| from_ulongest(gdb_byte *addr, const struct type *type, ULONGEST val) const =0 | target_float_ops | pure virtual |
| to_host_double(const gdb_byte *addr, const struct type *type) const =0 | target_float_ops | pure virtual |
| to_longest(const gdb_byte *addr, const struct type *type) const =0 | target_float_ops | pure virtual |
| to_string(const gdb_byte *addr, const struct type *type, const char *format) const =0 | target_float_ops | pure virtual |
1.8.14