GDB (xrefs)
|
#include "gmp-utils.h"
Public Member Functions | |
gdb_mpf () | |
DISABLE_COPY_AND_ASSIGN (gdb_mpf) | |
void | read_fixed_point (gdb::array_view< const gdb_byte > buf, enum bfd_endian byte_order, bool unsigned_p, const gdb_mpq &scaling_factor) |
std::string | str (const char *fmt) const |
~gdb_mpf () | |
Private Attributes | |
mpf_t | m_val |
Definition at line 563 of file gmp-utils.h.
|
inline |
Definition at line 566 of file gmp-utils.h.
References m_val.
|
inline |
Definition at line 593 of file gmp-utils.h.
References m_val.
gdb_mpf::DISABLE_COPY_AND_ASSIGN | ( | gdb_mpf | ) |
|
inline |
Definition at line 577 of file gmp-utils.h.
References gdb_mpq::m_val, m_val, and gdb_mpq::read_fixed_point().
Referenced by generic_val_print_fixed_point().
|
inline |
Definition at line 589 of file gmp-utils.h.
References gmp_string_printf(), and m_val.
|
private |
Definition at line 597 of file gmp-utils.h.
Referenced by gdb_mpf(), read_fixed_point(), str(), and ~gdb_mpf().