Switch to current thread in finish_step_over
[deliverable/binutils-gdb.git] / gdb / gdbserver / tdesc.c
index 8d008fd7e6e777da9a890669b58d5d95abe51420..5e2b34119bd254a68c86989fb2b8c96930f0bcd6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -40,7 +40,7 @@ init_target_desc (struct target_desc *tdesc)
 
 #ifndef IN_PROCESS_AGENT
 
-static const struct target_desc default_description;
+static const struct target_desc default_description = { 0 };
 
 void
 copy_target_description (struct target_desc *dest,
This page took 0.025005 seconds and 4 git commands to generate.