mirror of
https://github.com/Z3Prover/z3
synced 2026-07-26 00:42:36 +00:00
reorganizing the code
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
b89d35dd69
commit
9e299b88c4
101 changed files with 16 additions and 16 deletions
25
src/cmd_context/extra_cmds/dbg_cmds.h
Normal file
25
src/cmd_context/extra_cmds/dbg_cmds.h
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/*++
|
||||
Copyright (c) 2011 Microsoft Corporation
|
||||
|
||||
Module Name:
|
||||
|
||||
dbg_cmds.h
|
||||
|
||||
Abstract:
|
||||
SMT2 front-end commands for debugging purposes.
|
||||
|
||||
Author:
|
||||
|
||||
Leonardo (leonardo) 2011-04-01
|
||||
|
||||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _DBG_CMDS_H_
|
||||
#define _DBG_CMDS_H_
|
||||
|
||||
class cmd_context;
|
||||
|
||||
void install_dbg_cmds(cmd_context & ctx);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue