GDB (xrefs)
Functions
/home/stan/gdb/src/gdb/common/format.c File Reference
#include "defs.h"
#include <string.h>
#include "format.h"

Go to the source code of this file.

Functions

struct format_pieceparse_format_string (const char **arg)
void free_format_pieces (struct format_piece *pieces)
void free_format_pieces_cleanup (void *ptr)

Function Documentation

void free_format_pieces ( struct format_piece pieces)

Definition at line 376 of file format.c.

References xfree().

Referenced by free_format_pieces_cleanup().

void free_format_pieces_cleanup ( void *  ptr)

Definition at line 390 of file format.c.

References free_format_pieces().

Referenced by maint_agent_printf_command(), parse_cmd_to_aexpr(), and ui_printf().

struct format_piece* parse_format_string ( const char **  arg) [read]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines