#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) |
|
Definition at line 168 of file dbg_con.c. Referenced by comm_WeAreAt(). |
|
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(). |
|
Definition at line 143 of file dbg_con.c. References GetConsoleHandle(), i, and printf(). |
|
Definition at line 230 of file dbg_con.c. References GetConsoleHandle(), j, and printf(). Referenced by comm_GetCommand(), and comm_WeAreAt(). |
|
Definition at line 402 of file dbg_con.c. References NULL, and printf(). Referenced by comm_GetCommand(), and MyExecBefore(). |
|
Definition at line 179 of file dbg_con.c. References comm_List(), GetConsoleHandle(), j, printf(), and SEPARATORLINE. Referenced by comm_GetCommand(), and MyExecBefore(). |
|
Definition at line 313 of file dbg_con.c. Referenced by comm_GetCommand(), and MyExecBefore(). |
|
Definition at line 341 of file dbg_con.c. References printf(). Referenced by comm_GetCommand(). |