Changeset 32359 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 9, 2010 2:38:21 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65708
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp
r32353 r32359 2260 2260 * Validate flags. 2261 2261 */ 2262 AssertReturn(fFlags, VERR_INVALID_PARAMETER); 2262 2263 AssertReturn(!(fFlags & ~( RTCOREDUMPER_FLAGS_REPLACE_SYSTEM_DUMP 2263 2264 | RTCOREDUMPER_FLAGS_LIVE_CORE)),
Note:
See TracChangeset
for help on using the changeset viewer.