HomeSort by: relevance | last modified time | path
    Searched defs:auto_load_safe_path_vec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
auto-load.c 173 static std::vector<gdb::unique_xmalloc_ptr<char>> auto_load_safe_path_vec; member in class:gdb
195 /* Update auto_load_safe_path_vec from current AUTO_LOAD_SAFE_PATH. */
203 auto_load_safe_path_vec
205 size_t len = auto_load_safe_path_vec.size ();
207 /* Apply tilde_expand and gdb_realpath to each AUTO_LOAD_SAFE_PATH_VEC
211 gdb::unique_xmalloc_ptr<char> &in_vec = auto_load_safe_path_vec[i];
236 auto_load_safe_path_vec.push_back (std::move (real_path));
389 AUTO_LOAD_SAFE_PATH_VEC. Return 0 otherwise.
399 for (const gdb::unique_xmalloc_ptr<char> &p : auto_load_safe_path_vec)
417 for (const gdb::unique_xmalloc_ptr<char> &p : auto_load_safe_path_vec)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
auto-load.c 172 static std::vector<gdb::unique_xmalloc_ptr<char>> auto_load_safe_path_vec; member in class:gdb
194 /* Update auto_load_safe_path_vec from current AUTO_LOAD_SAFE_PATH. */
202 auto_load_safe_path_vec
204 size_t len = auto_load_safe_path_vec.size ();
206 /* Apply tilde_expand and gdb_realpath to each AUTO_LOAD_SAFE_PATH_VEC
210 gdb::unique_xmalloc_ptr<char> &in_vec = auto_load_safe_path_vec[i];
235 auto_load_safe_path_vec.push_back (std::move (real_path));
388 AUTO_LOAD_SAFE_PATH_VEC. Return 0 otherwise.
398 for (const gdb::unique_xmalloc_ptr<char> &p : auto_load_safe_path_vec)
416 for (const gdb::unique_xmalloc_ptr<char> &p : auto_load_safe_path_vec)
    [all...]

Completed in 22 milliseconds