diff options
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 |