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

  /src/external/gpl3/gdb.old/dist/gdb/
arch-utils.h 93 The EXEC_FILENAME must be the absolute filename of the executable
97 gdb::unique_xmalloc_ptr<char> exec_filename,
101 m_exec_filename (std::move (exec_filename)),
106 gdb_assert (exec_filename == nullptr
107 || IS_ABSOLUTE_PATH (exec_filename.get ()));
128 const char *exec_filename () const function in struct:core_file_exec_context
147 within EXEC_FILENAME might not match what the user typed, e.g. if the
progspace.h 241 const char *exec_filename () const function in struct:program_space
366 /* See `exec_filename`. */
inferior.c 522 const char *filename = inf->pspace->exec_filename ();
616 if (inf->pspace->exec_filename () != nullptr)
617 uiout->field_string ("exec", inf->pspace->exec_filename (),
753 const char *filename = inf->pspace->exec_filename ();
905 std::string exec_filename; member in struct:add_inferior_opts
921 [] (add_inferior_opts *opts) { return &opts->exec_filename; },
970 if (!opts.exec_filename.empty ())
971 opts.exec_filename = gdb_tilde_expand (opts.exec_filename);
987 if (!opts.exec_filename.empty ()
    [all...]
linux-tdep.c 2102 gdb::unique_xmalloc_ptr<char> exec_filename; member in class:gdb
2111 exec_filename = make_unique_xstrdup (info->filename ().c_str ());
2115 std::move (exec_filename),
  /src/external/gpl3/gdb/dist/gdb/
arch-utils.h 93 The EXEC_FILENAME must be the absolute filename of the executable
97 gdb::unique_xmalloc_ptr<char> exec_filename,
101 m_exec_filename (std::move (exec_filename)),
106 gdb_assert (exec_filename == nullptr
107 || IS_ABSOLUTE_PATH (exec_filename.get ()));
128 const char *exec_filename () const function in struct:core_file_exec_context
147 within EXEC_FILENAME might not match what the user typed, e.g. if the
progspace.h 275 const char *exec_filename () const function in struct:program_space
403 /* See `exec_filename`. */
inferior.c 524 const char *filename = inf->pspace->exec_filename ();
618 if (inf->pspace->exec_filename () != nullptr)
619 uiout->field_string ("exec", inf->pspace->exec_filename (),
755 const char *filename = inf->pspace->exec_filename ();
907 std::string exec_filename; member in struct:add_inferior_opts
923 [] (add_inferior_opts *opts) { return &opts->exec_filename; },
972 if (!opts.exec_filename.empty ())
973 opts.exec_filename = gdb_tilde_expand (opts.exec_filename);
989 if (!opts.exec_filename.empty ()
    [all...]
linux-tdep.c 2081 gdb::unique_xmalloc_ptr<char> exec_filename; member in class:gdb
2090 exec_filename = make_unique_xstrdup (info->filename ().c_str ());
2094 std::move (exec_filename),

Completed in 36 milliseconds