GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
demangle_result_storage Class Reference

#include "symtab.h"

Public Member Functions

const char * set_malloc_ptr (gdb::unique_xmalloc_ptr< char > &&str)
 
const char * set_malloc_ptr (char *ptr)
 

Private Attributes

gdb::unique_xmalloc_ptr< char > m_malloc
 

Detailed Description

Definition at line 2784 of file symtab.h.

Member Function Documentation

◆ set_malloc_ptr() [1/2]

const char * demangle_result_storage::set_malloc_ptr ( char * ptr)
inline

Definition at line 2798 of file symtab.h.

References m_malloc.

◆ set_malloc_ptr() [2/2]

const char * demangle_result_storage::set_malloc_ptr ( gdb::unique_xmalloc_ptr< char > && str)
inline

Definition at line 2790 of file symtab.h.

References m_malloc.

Referenced by demangle_for_lookup().

Member Data Documentation

◆ m_malloc

gdb::unique_xmalloc_ptr<char> demangle_result_storage::m_malloc
private

Definition at line 2807 of file symtab.h.

Referenced by set_malloc_ptr(), and set_malloc_ptr().


The documentation for this class was generated from the following file: