Lines Matching defs:options
157 const int options = __WALL;
163 log->Printf("%s ::wait_pid (pid = %" PRIu64 ", &status, options = %i)...", function, pid, options);
168 const lldb::pid_t wait_pid = ::waitpid (-1*pid, &status, options);
219 log->Printf ("%s ::waitpid (pid = %" PRIu64 ", &status, options = %i) => pid = %" PRIu64 ", status = 0x%8.8x (%s), signal = %i, exit_state = %i",
222 options,
819 Host::DynamicLibraryOpen (const FileSpec &file_spec, uint32_t options, Error &error)
826 if (options & eDynamicLibraryOpenOptionLazy)
832 if (options & eDynamicLibraryOpenOptionLocal)
838 if (options & eDynamicLibraryOpenOptionLimitGetSymbol)
847 return new DynamicLibraryInfo (file_spec, options, opaque);