|
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 |
Definition at line 1868 of file target-float.c.
|
overridevirtual |
Implements target_float_ops.
Definition at line 2036 of file target-float.c.
References _, decimal_check_errors(), decimal_from_number(), decimal_to_number(), error(), and set_decnumber_context().
|
overridevirtual |
Implements target_float_ops.
Definition at line 2081 of file target-float.c.
References _, decimal_check_errors(), decimal_to_number(), error(), set_decnumber_context(), and TYPE_LENGTH.
|
overridevirtual |
Implements target_float_ops.
Definition at line 2113 of file target-float.c.
References decimal_from_number(), and decimal_to_number().
|
inlineoverridevirtual |
Implements target_float_ops.
Definition at line 1889 of file target-float.c.
References gdb_assert_not_reached.
|
overridevirtual |
Implements target_float_ops.
Definition at line 1989 of file target-float.c.
References _, decimal_from_number(), and error().
|
overridevirtual |
Implements target_float_ops.
Definition at line 1955 of file target-float.c.
References _, decimal_check_errors(), error(), match_endianness(), set_decnumber_context(), and TYPE_LENGTH.
|
overridevirtual |
Implements target_float_ops.
Definition at line 2006 of file target-float.c.
References _, decimal_from_number(), and error().
|
inlineoverridevirtual |
Implements target_float_ops.
Definition at line 1882 of file target-float.c.
References gdb_assert_not_reached.
|
overridevirtual |
Implements target_float_ops.
Definition at line 2023 of file target-float.c.
References string, and to_string().
|
overridevirtual |
Implements target_float_ops.
Definition at line 1911 of file target-float.c.
References _, error(), match_endianness(), MAX_DECIMAL_STRING, string, string_printf(), and TYPE_LENGTH.
Referenced by to_longest().
1.8.14