Code::Blocks  SVN r11506
Variables
cdb_driver.cpp File Reference
#include <sdk.h>
#include "cdb_driver.h"
#include "cdb_commands.h"
#include "debuggeroptionsdlg.h"
#include <cbdebugger_interfaces.h>
Include dependency graph for cdb_driver.cpp:

Go to the source code of this file.

Variables

static wxRegEx rePrompt (_T("([0-9]+:){1,2}[0-9]+(:x86)?>"))
 
static wxRegEx reBP (_T("Breakpoint ([0-9]+) hit"))
 
static wxRegEx reFile (_T("[ \([A-z]+.*)[ \+\([A-z]:)(.*) @ ([0-9]+)\"))
 

Variable Documentation

◆ reBP

wxRegEx reBP(_T("Breakpoint ([0-9]+) hit"))
static

Referenced by CDB_driver::ParseOutput().

◆ reFile

wxRegEx reFile(_T("[ \]([A-z]+.*)[ \]+\[([A-z]:)(.*) @ ([0-9]+)\]"))
static

◆ rePrompt

wxRegEx rePrompt(_T("([0-9]+:){1,2}[0-9]+(:x86)?>"))
static

Referenced by CDB_driver::ParseOutput().