mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
2cc3918027
|
@ -69,7 +69,7 @@ bool is_debug_enabled(const char * tag) {
|
|||
return g_enabled_debug_tags->contains(const_cast<char *>(tag));
|
||||
}
|
||||
|
||||
#ifndef _WINDOWS
|
||||
#if !defined(_WINDOWS) && !defined(NO_Z3_DEBUGGER)
|
||||
void invoke_gdb() {
|
||||
char buffer[1024];
|
||||
int * x = nullptr;
|
||||
|
|
Loading…
Reference in a new issue