#include "gdbtypes.h"
#include "symtab.h"
#include "value.h"
Go to the source code of this file.
Classes |
| struct | builtin_go_type |
Enumerations |
| enum | go_type { GO_TYPE_NONE,
GO_TYPE_STRING
} |
Functions |
| int | go_parse (void) |
| void | go_error (char *) |
| const char * | go_main_name (void) |
| enum go_type | go_classify_struct_type (struct type *type) |
| char * | go_demangle (const char *mangled, int options) |
| char * | go_symbol_package_name (const struct symbol *sym) |
| char * | go_block_package_name (const struct block *block) |
| struct builtin_go_type * | builtin_go_type (struct gdbarch *) |
| void | go_print_type (struct type *type, const char *varstring, struct ui_file *stream, int show, int level, const struct type_print_options *flags) |
| void | go_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, const struct value *val, const struct value_print_options *options) |
Enumeration Type Documentation
- Enumerator:
| GO_TYPE_NONE |
|
| GO_TYPE_STRING |
|
Definition at line 51 of file go-lang.h.
Function Documentation