* exceptions.cc (open_stackdumpfile): Use NtCreateFile to create

stackdump file.
This commit is contained in:
Corinna Vinschen
2008-02-28 15:50:51 +00:00
parent 11cd2378b0
commit 6965e46961
2 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2008-02-28 Corinna Vinschen <corinna@vinschen.de>
* exceptions.cc (open_stackdumpfile): Use NtCreateFile to create
stackdump file.
2008-02-27 Corinna Vinschen <corinna@vinschen.de>
* exceptions.cc (stack_info::walk): Fix typo.