Searched refs:privilege (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dwin32-nat.c1494 /* Try to set or remove a user privilege to the current process. Return -1
1495 if that fails, the previous setting of that privilege otherwise.
1501 set_process_privilege (const char *privilege, BOOL enable) argument
1542 if (!LookupPrivilegeValue (NULL, privilege, &restore_priv))
1554 would raise the "Failed to get SE_DEBUG_NAME privilege" warning in
1556 /* AdjustTokenPrivileges returns TRUE even if the privilege could not
1583 printf_unfiltered ("Warning: Failed to get SE_DEBUG_NAME privilege\n");

Completed in 51 milliseconds