GDB (xrefs)
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
amd-dbgapi-target.h File Reference
#include "gdbsupport/observable.h"
#include <amd-dbgapi/amd-dbgapi.h>

Go to the source code of this file.

Namespaces

namespace  detail
 

Typedefs

template<typename T >
using detail::is_amd_dbgapi_handle
 

Functions

const gdb::observers::tokenget_amd_dbgapi_target_inferior_created_observer_token ()
 
template<typename T , typename = gdb::Requires<detail::is_amd_dbgapi_handle<T>>>
bool operator== (const T &lhs, const T &rhs)
 
template<typename T , typename = gdb::Requires<detail::is_amd_dbgapi_handle<T>>>
bool operator!= (const T &lhs, const T &rhs)
 
static bool ptid_is_gpu (ptid_t ptid)
 
amd_dbgapi_process_id_t get_amd_dbgapi_process_id (inferior *inf)
 
static amd_dbgapi_wave_id_t get_amd_dbgapi_wave_id (ptid_t ptid)
 
static const char * get_status_string (amd_dbgapi_status_t status)
 

Function Documentation

◆ get_amd_dbgapi_process_id()

amd_dbgapi_process_id_t get_amd_dbgapi_process_id ( inferior * inf)

◆ get_amd_dbgapi_target_inferior_created_observer_token()

const gdb::observers::token & get_amd_dbgapi_target_inferior_created_observer_token ( )

◆ get_amd_dbgapi_wave_id()

static amd_dbgapi_wave_id_t get_amd_dbgapi_wave_id ( ptid_t ptid)
inlinestatic

◆ get_status_string()

static const char * get_status_string ( amd_dbgapi_status_t status)
inlinestatic

◆ operator!=()

template<typename T , typename = gdb::Requires<detail::is_amd_dbgapi_handle<T>>>
bool operator!= ( const T & lhs,
const T & rhs )

Definition at line 70 of file amd-dbgapi-target.h.

◆ operator==()

template<typename T , typename = gdb::Requires<detail::is_amd_dbgapi_handle<T>>>
bool operator== ( const T & lhs,
const T & rhs )

Definition at line 62 of file amd-dbgapi-target.h.

Referenced by dw2_expand_symtabs_matching_symbol().

◆ ptid_is_gpu()

static bool ptid_is_gpu ( ptid_t ptid)
inlinestatic