GDB (xrefs)
|
#include "defs.h"
#include "gdbtypes.h"
#include "gdbcore.h"
#include "go-lang.h"
#include "c-lang.h"
#include "valprint.h"
#include "cli/cli-style.h"
Go to the source code of this file.
Functions | |
static void | print_go_string (struct type *type, LONGEST embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, struct value *val, const struct value_print_options *options) |
|
static |
Definition at line 40 of file go-valprint.c.
References value_print_options::addressprint, type::arch(), value::contents_for_printing(), type::field(), gdb_printf(), gdb_puts(), type::length(), metadata_style, paddress(), cli_style_option::style(), styled_string(), type::target_type(), field::type(), unpack_value_field_as_long(), and val_print_string().
Referenced by go_language::value_print_inner().