My Project  debian-1:4.1.1-p2+ds-4build2
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 
sdb_files
char * sdb_files[]
Definition: sdb.cc:31
sdb
void sdb(Voice *currentVoice, const char *currLine, int len)
Definition: sdb.cc:201
sdb_flags
int sdb_flags
Definition: sdb.cc:32
procinfo
Definition: subexpr.h:53
sdb_show_bp
void sdb_show_bp()
Definition: sdb.cc:58
pi
#define pi
Definition: libparse.cc:1143
BOOLEAN
int BOOLEAN
Definition: auxiliary.h:85
structs.h
currentVoice
Voice * currentVoice
Definition: fevoices.cc:48
sdb_lines
int sdb_lines[]
Definition: sdb.cc:30
sdb_edit
void sdb_edit(procinfo *pi)
Definition: sdb.cc:110
Voice
Definition: fevoices.h:58
p
int p
Definition: cfModGcd.cc:4019
sdb_set_breakpoint
BOOLEAN sdb_set_breakpoint(const char *p, int lineno=0)
Definition: sdb.cc:65