operatingsystem.hh (6215:9aed64c9f10f) operatingsystem.hh (6672:b636411c118e)
1/*
2 * Copyright (c) 2004-2005 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;

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

117 int64_t ru_msgrcv; //!< messages received
118 int64_t ru_nsignals; //!< signals received
119 int64_t ru_nvcsw; //!< voluntary context switches
120 int64_t ru_nivcsw; //!< involuntary "
121 } rusage;
122
123 static int openSpecialFile(std::string path, LiveProcess *process, ThreadContext *tc);
124
1/*
2 * Copyright (c) 2004-2005 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;

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

117 int64_t ru_msgrcv; //!< messages received
118 int64_t ru_nsignals; //!< signals received
119 int64_t ru_nvcsw; //!< voluntary context switches
120 int64_t ru_nivcsw; //!< involuntary "
121 } rusage;
122
123 static int openSpecialFile(std::string path, LiveProcess *process, ThreadContext *tc);
124
125 static const bool mmapGrowsUp = true;
126
127 static bool mmapGrowsDown() { return false; }
128
125}; // class OperatingSystem
126
127
128#endif // FULL_SYSTEM
129
130#endif // __OPERATINGSYSTEM_HH__
129}; // class OperatingSystem
130
131
132#endif // FULL_SYSTEM
133
134#endif // __OPERATINGSYSTEM_HH__