aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2013-06-11 11:03:42 +0000
committerJoel Brobecker <brobecker@gnat.com>2013-06-11 11:03:42 +0000
commit221280281041198585f192c1144fc8a74d7e8559 (patch)
tree0980ed8e24d14953ebc3881a9a4eaf13b51825c0 /gdb/windows-nat.c
parent2ed3e009404afc6de621a5b7606922a115ec46bb (diff)
downloadfsf-binutils-gdb-221280281041198585f192c1144fc8a74d7e8559.zip
fsf-binutils-gdb-221280281041198585f192c1144fc8a74d7e8559.tar.gz
fsf-binutils-gdb-221280281041198585f192c1144fc8a74d7e8559.tar.bz2
windows-nat.c:thread_rec: Add missing empty line after var declaration.
gdb/ChangeLog: * window-nat.c (thread_rec): Add missing empty line after local variable declaration.
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r--gdb/windows-nat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c
index b30f425..ed35801 100644
--- a/gdb/windows-nat.c
+++ b/gdb/windows-nat.c
@@ -311,6 +311,7 @@ thread_rec (DWORD id, int get_context)
if (SuspendThread (th->h) == (DWORD) -1)
{
DWORD err = GetLastError ();
+
warning (_("SuspendThread (tid=0x%x) failed."
" (winerr %u)"),
(unsigned) id, (unsigned) err);