|
GDBserver
|
#include "vec.h"Go to the source code of this file.
Typedefs | |
| typedef char * | char_ptr |
| typedef const char * | const_char_ptr |
Functions | |
| DEF_VEC_P (char_ptr) | |
| DEF_VEC_P (const_char_ptr) | |
| void | free_char_ptr_vec (VEC(char_ptr) *char_ptr_vec) |
| struct cleanup * | make_cleanup_free_char_ptr_vec (VEC(char_ptr) *char_ptr_vec) |
| VEC (char_ptr) *delim_string_to_char_ptr_vec(const char *str | |
| void | dirnames_to_char_ptr_vec_append (VEC(char_ptr) **vecp, const char *dirnames) |
Variables | |
| char | delimiter |
| typedef char* char_ptr |
Definition at line 25 of file gdb_vecs.h.
| typedef const char* const_char_ptr |
Definition at line 26 of file gdb_vecs.h.
| DEF_VEC_P | ( | char_ptr | ) |
| DEF_VEC_P | ( | const_char_ptr | ) |
Definition at line 94 of file gdb_vecs.c.
References delim_string_to_char_ptr_vec_append(), and DIRNAME_SEPARATOR.
Definition at line 32 of file gdb_vecs.c.
References name, VEC_free, VEC_iterate, and xfree().
Referenced by parse_debug_format_options(), and thread_db_load_search().
| VEC | ( | char_ptr | ) | const |
| char delimiter |
Definition at line 38 of file gdb_vecs.h.
Referenced by delim_string_to_char_ptr_vec_append(), and VEC().
1.8.14