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

  /src/external/gpl3/gdb/dist/gdb/target/
waitstatus.h 56 pathname is pointed to by value.execd_pathname. */
187 m_value.execd_pathname = xstrdup (m_value.execd_pathname);
198 other.m_value.execd_pathname = nullptr;
212 m_value.execd_pathname = xstrdup (m_value.execd_pathname);
226 rhs.m_value.execd_pathname = nullptr;
289 target_waitstatus &set_execd (gdb::unique_xmalloc_ptr<char> execd_pathname)
293 m_value.execd_pathname = execd_pathname.release ()
404 const char *execd_pathname () const function in struct:target_waitstatus
445 char *execd_pathname; member in union:target_waitstatus::__anon18010
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/target/
waitstatus.h 56 pathname is pointed to by value.execd_pathname. */
187 m_value.execd_pathname = xstrdup (m_value.execd_pathname);
198 other.m_value.execd_pathname = nullptr;
212 m_value.execd_pathname = xstrdup (m_value.execd_pathname);
226 rhs.m_value.execd_pathname = nullptr;
289 target_waitstatus &set_execd (gdb::unique_xmalloc_ptr<char> execd_pathname)
293 m_value.execd_pathname = execd_pathname.release ()
404 const char *execd_pathname () const function in struct:target_waitstatus
445 char *execd_pathname; member in union:target_waitstatus::__anon20754
    [all...]

Completed in 26 milliseconds