GDB (xrefs)
|
Go to the source code of this file.
Functions | |
void | free_char_ptr_vec (VEC(char_ptr)*char_ptr_vec) |
static void | delim_string_to_char_ptr_vec_append (VEC(char_ptr)**vecp, const char *str, char delimiter) |
VEC (char_ptr) | |
void | dirnames_to_char_ptr_vec_append (VEC(char_ptr)**vecp, const char *dirnames) |
|
static |
Definition at line 46 of file gdb_vecs.c.
References VEC_safe_push, and xmalloc().
Referenced by dirnames_to_char_ptr_vec_append(), and VEC().
Definition at line 93 of file gdb_vecs.c.
References delim_string_to_char_ptr_vec_append(), and DIRNAME_SEPARATOR.
Referenced by add_path(), and VEC().
Definition at line 32 of file gdb_vecs.c.
References name, VEC_free, VEC_iterate, and xfree().
Referenced by auto_load_safe_path_vec_update(), clear_program_space_solib_cache(), and do_free_char_ptr_vec().
VEC | ( | char_ptr | ) |
Definition at line 78 of file gdb_vecs.c.
References delim_string_to_char_ptr_vec_append().
Referenced by VEC().