GDB (xrefs)
Loading...
Searching...
No Matches
Enumerations | Functions
/tmp/gdb-13.1/gdb/split-name.h File Reference
#include "gdbsupport/gdb_string_view.h"

Go to the source code of this file.

Enumerations

enum class  split_style { NONE , CXX , DOT , UNDERSCORE }
 

Functions

std::vector< gdb::string_viewsplit_name (const char *name, split_style style)
 

Enumeration Type Documentation

◆ split_style

enum class split_style
strong
Enumerator
NONE 
CXX 
DOT 
UNDERSCORE 

Definition at line 27 of file split-name.h.

Function Documentation

◆ split_name()

std::vector< gdb::string_view > split_name ( const char *  name,
split_style  style 
)

Definition at line 27 of file split-name.c.

References cp_find_first_component(), CXX, DOT, name, and UNDERSCORE.

Referenced by cooked_index::handle_gnat_encoded_entry().