Implement Ada operator overloading
[deliverable/binutils-gdb.git] / gdb / debug.c
index 548b29194f8ed977a1afb78409eb1cbbed728482..f7dfee1cfeb28556fb3d6727f242175467441983 100644 (file)
@@ -1,6 +1,6 @@
 /* Debug printing functions.
 
-   Copyright (C) 2014-2020 Free Software Foundation, Inc.
+   Copyright (C) 2014-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 
 #include "defs.h"
 
+#include "gdbsupport/common-debug.h"
+
+/* See gdbsupport/common-debug.h.  */
+
+int debug_print_depth = 0;
+
 /* See gdbsupport/common-debug.h.  */
 
 void
This page took 0.024902 seconds and 4 git commands to generate.