|
GDB (xrefs)
|
Public Member Functions | |
| std::string | to_string (const gdb_byte *addr, const struct type *type, const char *format) const override |
| bool | from_string (gdb_byte *addr, const struct type *type, const std::string &string) const override |
| LONGEST | to_longest (const gdb_byte *addr, const struct type *type) const override |
| void | from_longest (gdb_byte *addr, const struct type *type, LONGEST val) const override |
| void | from_ulongest (gdb_byte *addr, const struct type *type, ULONGEST val) const override |
| double | to_host_double (const gdb_byte *addr, const struct type *type) const override |
| void | from_host_double (gdb_byte *addr, const struct type *type, double val) const override |
| void | convert (const gdb_byte *from, const struct type *from_type, gdb_byte *to, const struct type *to_type) const override |
| void | 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 override |
| int | compare (const gdb_byte *x, const struct type *type_x, const gdb_byte *y, const struct type *type_y) const override |
Private Member Functions | |
| void | from_target (const struct floatformat *fmt, const gdb_byte *from, T *to) const |
| void | from_target (const struct type *type, const gdb_byte *from, T *to) const |
| void | to_target (const struct type *type, const T *from, gdb_byte *to) const |
| void | to_target (const struct floatformat *fmt, const T *from, gdb_byte *to) const |
Definition at line 535 of file target-float.c.
|
overridevirtual |
Implements target_float_ops.
Definition at line 1073 of file target-float.c.
References _, error(), and safe_strerror().
|
overridevirtual |
Implements target_float_ops.
Definition at line 1129 of file target-float.c.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Implements target_float_ops.
Definition at line 969 of file target-float.c.
References host_float, and string.
|
private |
Definition at line 599 of file target-float.c.
References float_infinite, float_nan, FLOATFORMAT_CHAR_BIT, floatformat_classify(), FLOATFORMAT_LARGEST_BYTES, floatformat_normalize_byteorder(), floatformat_totalsize_bytes(), gdb_assert, get_field(), host_double_format, host_float_format, and host_long_double_format.
|
private |
Definition at line 734 of file target-float.c.
References floatformat_from_type().
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Implements target_float_ops.
Definition at line 941 of file target-float.c.
References floatformat_from_type(), floatformat_printf_format(), host_float, string, and string_printf().
|
private |
Definition at line 921 of file target-float.c.
References floatformat_from_type(), memset(), and TYPE_LENGTH.
|
private |
Definition at line 743 of file target-float.c.
References FLOATFORMAT_CHAR_BIT, FLOATFORMAT_LARGEST_BYTES, floatformat_normalize_byteorder(), floatformat_totalsize_bytes(), gdb_assert, host_double_format, host_float_format, host_long_double_format, L, gdb.printer.bound_registers::long, memset(), and put_field().
1.8.14