process.hh (2715:4032e02b525e) process.hh (2909:4f5e7d6fab54)
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;

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

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
52 void startup();
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;

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

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
52 void startup();
53
54
55 static Addr stack_start;
53};
54
55
56#endif // __MIPS_PROCESS_HH__
56};
57
58
59#endif // __MIPS_PROCESS_HH__