GDB (xrefs)
|
#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_view > | split_name (const char *name, split_style style) |
|
strong |
Enumerator | |
---|---|
NONE | |
CXX | |
DOT | |
UNDERSCORE |
Definition at line 27 of file split-name.h.
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().