operatingsystem.hh (11381:516213d2f0cf) operatingsystem.hh (11386:94c09b607a84)
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;

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

111 int64_t ru_msgrcv; //!< messages received
112 int64_t ru_nsignals; //!< signals received
113 int64_t ru_nvcsw; //!< voluntary context switches
114 int64_t ru_nivcsw; //!< involuntary "
115 } rusage;
116
117 static int openSpecialFile(std::string path, LiveProcess *process, ThreadContext *tc);
118
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;

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

111 int64_t ru_msgrcv; //!< messages received
112 int64_t ru_nsignals; //!< signals received
113 int64_t ru_nvcsw; //!< voluntary context switches
114 int64_t ru_nivcsw; //!< involuntary "
115 } rusage;
116
117 static int openSpecialFile(std::string path, LiveProcess *process, ThreadContext *tc);
118
119 static const bool mmapGrowsUp = true;
120
121 static bool mmapGrowsDown() { return false; }
122
123}; // class OperatingSystem
124
125#endif // __OPERATINGSYSTEM_HH__
119}; // class OperatingSystem
120
121#endif // __OPERATINGSYSTEM_HH__