My Project  UNKNOWN_GIT_VERSION
sdb.h
Go to the documentation of this file.
1 #ifndef SDB_H
2 #define SDB_H
3 /****************************************
4 * Computer Algebra System SINGULAR *
5 ****************************************/
6 /*
7 * ABSTRACT: Singular debugger
8 */
9 
10 #define HAVE_SDB
11 
12 #ifdef HAVE_SDB
13 #include "kernel/structs.h"
14 
15 extern int sdb_lines[];
16 extern char * sdb_files[];
17 extern int sdb_flags;
18 
19 void sdb_edit(procinfo *pi);
20 void sdb_show_bp();
21 BOOLEAN sdb_set_breakpoint(const char *p, int lineno=0);
22 void sdb(Voice * currentVoice, const char * currLine, int len);
23 #endif
24 #endif
25 
int sdb_lines[]
Definition: sdb.cc:30
void sdb_edit(procinfo *pi)
Definition: sdb.cc:110
Definition: fevoices.h:58
BOOLEAN sdb_set_breakpoint(const char *p, int lineno=0)
Definition: sdb.cc:65
void sdb_show_bp()
Definition: sdb.cc:58
int sdb_flags
Definition: sdb.cc:32
#define pi
Definition: libparse.cc:1143
void sdb(Voice *currentVoice, const char *currLine, int len)
Definition: sdb.cc:201
Voice * currentVoice
Definition: fevoices.cc:48
char * sdb_files[]
Definition: sdb.cc:31
int p
Definition: cfModGcd.cc:4019
int BOOLEAN
Definition: auxiliary.h:85