GDB (API)
Public Attributes
bound_minimal_symbol Struct Reference

#include "minsyms.h"

List of all members.

Public Attributes

struct minimal_symbolminsym
struct objfileobjfile

Detailed Description

Several lookup functions return both a minimal symbol and the objfile in which it is found. This structure is used in these cases.

Definition at line 28 of file minsyms.h.


Member Data Documentation

The minimal symbol that was found, or NULL if no minimal symbol was found.

Definition at line 34 of file minsyms.h.

If MINSYM is not NULL, then this is the objfile in which the symbol is defined.

Definition at line 40 of file minsyms.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines