Code::Blocks
SVN r11506
|
#include <sdk.h>
#include "cdb_driver.h"
#include "cdb_commands.h"
#include "debuggeroptionsdlg.h"
#include <cbdebugger_interfaces.h>
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]+)\")) |
Referenced by CDB_driver::ParseOutput().
Referenced by CDB_driver::ParseOutput().