G:/ScriptBasic/source/extensions/dbg/dbg_con.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "../../conftree.h"
#include "../../report.h"
#include "../../reader.h"
#include "../../basext.h"
#include "../../prepext.h"
#include "dbg.h"

Go to the source code of this file.

Defines

#define SEPARATORLINE   printf("\n-----------------------------------------------------\n");

Functions

void comm_Init (pDebuggerObject pDO)
void comm_WeAreAt (pDebuggerObject pDO, long i)
void comm_List (pDebuggerObject pDO, long lStart, long lEnd, long lThis)
void GetRange (char *pszBuffer, long *plStart, long *plEnd)
static void print_help ()
void comm_Message (pDebuggerObject pDO, char *pszMessage)
int comm_GetCommand (pDebuggerObject pDO, char *pszBuffer, long cbBuffer)


Define Documentation

#define SEPARATORLINE   printf("\n-----------------------------------------------------\n");
 

Definition at line 168 of file dbg_con.c.

Referenced by comm_WeAreAt().


Function Documentation

int comm_GetCommand pDebuggerObject  pDO,
char *  pszBuffer,
long  cbBuffer
 

Definition at line 428 of file dbg_con.c.

References ch, comm_List(), comm_Message(), comm_WeAreAt(), GetCurrentDebugLine(), GetRange(), i, lStart, NULL, pEo, print_help(), printf(), SPrintVarByName(), and SPrintVariable().

Referenced by MyExecBefore().

void comm_Init pDebuggerObject  pDO  ) 
 

Definition at line 143 of file dbg_con.c.

References GetConsoleHandle(), i, and printf().

void comm_List pDebuggerObject  pDO,
long  lStart,
long  lEnd,
long  lThis
 

Definition at line 230 of file dbg_con.c.

References GetConsoleHandle(), j, and printf().

Referenced by comm_GetCommand(), and comm_WeAreAt().

void comm_Message pDebuggerObject  pDO,
char *  pszMessage
 

Definition at line 402 of file dbg_con.c.

References NULL, and printf().

Referenced by comm_GetCommand(), and MyExecBefore().

void comm_WeAreAt pDebuggerObject  pDO,
long  i
 

Definition at line 179 of file dbg_con.c.

References comm_List(), GetConsoleHandle(), j, printf(), and SEPARATORLINE.

Referenced by comm_GetCommand(), and MyExecBefore().

void GetRange char *  pszBuffer,
long *  plStart,
long *  plEnd
 

Definition at line 313 of file dbg_con.c.

Referenced by comm_GetCommand(), and MyExecBefore().

static void print_help  )  [static]
 

Definition at line 341 of file dbg_con.c.

References printf().

Referenced by comm_GetCommand().


Generated on Sun Mar 12 23:56:36 2006 for ScriptBasic by  doxygen 1.4.6-NO