188a189,198
>
> // this function is used to create the LiveProcess object, since
> // we can't tell which subclass of LiveProcess to use until we
> // open and look at the object file.
> static LiveProcess *create(const std::string &nm,
> System *_system,
> int stdin_fd, int stdout_fd, int stderr_fd,
> std::string executable,
> std::vector<std::string> &argv,
> std::vector<std::string> &envp);