process.hh (3114:7a4771b9b720) process.hh (3669:3607aaed36b6)
1/*
2 * Copyright (c) 2003-2004 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 34 unchanged lines hidden (view full) ---

43
44class MipsLiveProcess : public LiveProcess
45{
46 protected:
47 MipsLiveProcess(const std::string &nm, ObjectFile *objFile,
48 System *_system, int stdin_fd, int stdout_fd, int stderr_fd,
49 std::vector<std::string> &argv,
50 std::vector<std::string> &envp,
1/*
2 * Copyright (c) 2003-2004 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 34 unchanged lines hidden (view full) ---

43
44class MipsLiveProcess : public LiveProcess
45{
46 protected:
47 MipsLiveProcess(const std::string &nm, ObjectFile *objFile,
48 System *_system, int stdin_fd, int stdout_fd, int stderr_fd,
49 std::vector<std::string> &argv,
50 std::vector<std::string> &envp,
51 const std::string &cwd,
51 uint64_t _uid, uint64_t _euid,
52 uint64_t _gid, uint64_t _egid,
53 uint64_t _pid, uint64_t _ppid);
54
55 void startup();
56
57};
58
59
60#endif // __MIPS_PROCESS_HH__
52 uint64_t _uid, uint64_t _euid,
53 uint64_t _gid, uint64_t _egid,
54 uint64_t _pid, uint64_t _ppid);
55
56 void startup();
57
58};
59
60
61#endif // __MIPS_PROCESS_HH__