Move declaration of overload_debug to header

gdb/ChangeLog:

2019-10-08  Christian Biesinger  <cbiesinger@google.com>

	* gdbtypes.c (overload_debug): Move comment to header.
	* gdbtypes.h (overload_debug): Declare.
	* valops.c: Remove declaration of overload_debug, instead
	include gdbtypes.h.
This commit is contained in:
Christian Biesinger 2019-10-07 14:40:32 -05:00
parent 34916edc47
commit 79bb1944d6
4 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2019-10-08 Christian Biesinger <cbiesinger@google.com>
* gdbtypes.c (overload_debug): Move comment to header.
* gdbtypes.h (overload_debug): Declare.
* valops.c: Remove declaration of overload_debug, instead
include gdbtypes.h.
2019-10-08 Christian Biesinger <cbiesinger@google.com>
* language.c (show_language_command): Pass lang_frame_mismatch_warn

View File

@ -118,8 +118,7 @@ const struct floatformat *floatformats_ibm_long_double[BFD_ENDIAN_UNKNOWN] = {
static bool opaque_type_resolution = true;
/* A flag to enable printing of debugging information of C++
overloading. */
/* See gdbtypes.h. */
unsigned int overload_debug = 0;

View File

@ -2146,4 +2146,9 @@ extern int type_not_allocated (const struct type *type);
extern int type_not_associated (const struct type *type);
/* A flag to enable printing of debugging information of C++
overloading. */
extern unsigned int overload_debug;
#endif /* GDBTYPES_H */

View File

@ -39,9 +39,9 @@
#include "observable.h"
#include "objfiles.h"
#include "extension.h"
#include "gdbtypes.h"
#include "gdbsupport/byte-vector.h"
extern unsigned int overload_debug;
/* Local functions. */
static int typecmp (int staticp, int varargs, int nargs,