gdb/ChangeLog:
2019-10-10 Christian Biesinger <cbiesinger@google.com>
* mi/mi-cmd-var.c (varobjdebug): Remove declaration.
* varobj.c (varobjdebug): Move comment to...
* varobj.h (varobjdebug): ...here, and declare.
+2019-10-10 Christian Biesinger <cbiesinger@google.com>
+
+ * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
+ * varobj.c (varobjdebug): Move comment to...
+ * varobj.h (varobjdebug): ...here, and declare.
+
2019-10-09 Tom Tromey <tom@tromey.com>
* tui/tui-regs.c (tui_data_window::show_registers): Don't call
#include "gdbsupport/gdb_optional.h"
#include "inferior.h"
-extern unsigned int varobjdebug; /* defined in varobj.c. */
-
static void varobj_update_one (struct varobj *var,
enum print_values print_values,
bool is_explicit);
typedef int PyObject;
#endif
-/* Non-zero if we want to see trace of varobj level stuff. */
+/* See varobj.h. */
unsigned int varobjdebug = 0;
static void
extern const struct lang_varobj_ops ada_varobj_ops;
#define default_varobj_ops c_varobj_ops
+
+/* Non-zero if we want to see trace of varobj level stuff. */
+
+extern unsigned int varobjdebug;
+
/* API functions */
extern struct varobj *varobj_create (const char *objname,