mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
Move declaration of varobjdebug to header
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.
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
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
|
||||
|
Reference in New Issue
Block a user