diff options
author | Keith Seitz <keiths@redhat.com> | 2017-02-17 13:50:40 -0800 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2017-02-21 13:33:46 -0800 |
commit | b34c45412cdc3b13c2d8b0aa0ab78e3574ba5bbc (patch) | |
tree | 3a9a23943616657be7bae0406688055c05aa8f36 /gdb/compile/compile-internal.h | |
parent | 882b3a06fd27ecbbe562d137a0eac62034f00651 (diff) | |
download | binutils-gdb-users/keiths/c++compile-submit.tar.gz |
Compile C++ feature.users/keiths/c++compile-submit
Diffstat (limited to 'gdb/compile/compile-internal.h')
-rw-r--r-- | gdb/compile/compile-internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/compile/compile-internal.h b/gdb/compile/compile-internal.h index 292282e6550..71522827c68 100644 --- a/gdb/compile/compile-internal.h +++ b/gdb/compile/compile-internal.h @@ -27,6 +27,10 @@ extern int compile_debug; +/* Flag to enable internal debugging for oracle requests. */ + +extern int debug_compile_oracle; + struct block; namespace compile |