GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions
osdata.h File Reference
#include <vector>

Go to the source code of this file.

Classes

struct  osdata_column
 
struct  osdata_item
 
struct  osdata
 

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)
 

Function Documentation

◆ 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)

◆ osdata_parse()

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

Definition at line 30 of file osdata.c.

Referenced by get_osdata().