GDB (xrefs)
Functions
/tmp/gdb-8.1/gdb/gdb_obstack.c File Reference
#include "defs.h"
#include "gdb_obstack.h"

Go to the source code of this file.

Functions

char * obconcat (struct obstack *obstackp,...)
 
char * obstack_strdup (struct obstack *obstackp, const char *string)
 

Function Documentation

◆ obconcat()

char* obconcat ( struct obstack *  obstackp,
  ... 
)

◆ obstack_strdup()

char* obstack_strdup ( struct obstack *  obstackp,
const char *  string 
)

Definition at line 52 of file gdb_obstack.c.

Referenced by gdbarch_obstack_strdup().