aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2009-03-22 22:13:21 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2009-03-22 22:13:21 +0000
commit418c6cb3ce12492096c4f86c10227b9d9a0971f4 (patch)
tree88fb0685ca6defd3c633942923627fe6876871ee /gdb/ChangeLog
parent695de547fcbfa05456ab7d47eb539d5024ebd892 (diff)
downloadgdb-418c6cb3ce12492096c4f86c10227b9d9a0971f4.zip
gdb-418c6cb3ce12492096c4f86c10227b9d9a0971f4.tar.gz
gdb-418c6cb3ce12492096c4f86c10227b9d9a0971f4.tar.bz2
* windows-nat.c (AdjustTokenPrivileges): Implement macro wraparound for
dynamically loaded function. (LookupPrivilegeValueA): Ditto. (OpenProcessToken): Ditto. (AdjustTokenPrivileges): Rename and define placeholder for address of dynamically loaded function. (LookupPrivilegeValueA): Ditto. (OpenProcessToken): Ditto. (set_process_privilege): Remove check for loaded functions. (bad_OpenProcessToken): Define. (_initialize_loadable): Load token functions from advapi here, setting OpenProcessToken function to a dummy static function which always return error if OS doesn't support this functionality.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index dd7f91e..672d6c1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,19 @@
+2009-03-22 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * windows-nat.c (AdjustTokenPrivileges): Implement macro wraparound for
+ dynamically loaded function.
+ (LookupPrivilegeValueA): Ditto.
+ (OpenProcessToken): Ditto.
+ (AdjustTokenPrivileges): Rename and define placeholder for address of
+ dynamically loaded function.
+ (LookupPrivilegeValueA): Ditto.
+ (OpenProcessToken): Ditto.
+ (set_process_privilege): Remove check for loaded functions.
+ (bad_OpenProcessToken): Define.
+ (_initialize_loadable): Load token functions from advapi here, setting
+ OpenProcessToken function to a dummy static function which always return
+ error if OS doesn't support this functionality.
+
2009-03-22 Nicolas Roche <roche@adacore.com>
Christopher Faylor <me+cygwin@cgf.cx>
@@ -15,7 +31,7 @@
(GetModuleFileNameExA): Ditto.
(GetModuleInformation): Ditto.
(DebugActiveProcessStop): Rename and define placeholder for address of
- dynamically loaded function. for dynamically loaded function.
+ dynamically loaded function.
(DebugBreakProcess): Ditto.
(DebugSetProcessKillOnExit): Ditto.
(EnumProcessModules): Ditto.