GDB (xrefs)
Loading...
Searching...
No Matches
Functions
osdata.c File Reference
#include "defs.h"
#include "target.h"
#include "xml-support.h"
#include "osdata.h"
#include "ui-out.h"
#include "gdbcmd.h"

Go to the source code of this file.

Functions

std::unique_ptr< osdataosdata_parse (const char *xml)
 
std::unique_ptr< osdataget_osdata (const char *type)
 
const std::string * get_osdata_column (const osdata_item &item, const char *name)
 
void info_osdata (const char *type)
 
static void info_osdata_command (const char *arg, int from_tty)
 
void _initialize_osdata ()
 

Function Documentation

◆ _initialize_osdata()

void _initialize_osdata ( )

Definition at line 293 of file osdata.c.

Referenced by initialize_all_files().

◆ get_osdata()

std::unique_ptr< osdata > get_osdata ( const char * type)

Definition at line 162 of file osdata.c.

References osdata_parse(), and target_get_osdata().

Referenced by info_osdata(), and list_available_thread_groups().

◆ get_osdata_column()

const std::string * get_osdata_column ( const osdata_item & item,
const char * name )

Definition at line 187 of file osdata.c.

References osdata_item::columns, and name.

Referenced by list_available_thread_groups().

◆ info_osdata()

void info_osdata ( const char * type)

◆ info_osdata_command()

static void info_osdata_command ( const char * arg,
int from_tty )
static

Definition at line 286 of file osdata.c.

References info_osdata().

◆ osdata_parse()

std::unique_ptr< osdata > osdata_parse ( const char * xml)

Definition at line 30 of file osdata.c.

Referenced by get_osdata().