Code::Blocks  SVN r11506
Classes | Macros | Functions
debuggerdriver.h File Reference
#include "debugger_defs.h"
#include <wx/regex.h>
#include <globals.h>
Include dependency graph for debuggerdriver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DebuggerDriver
 

Macros

#define NOT_IMPLEMENTED()
 

Functions

 WX_DEFINE_ARRAY (DebuggerCmd *, DebuggerCommands)
 

Macro Definition Documentation

◆ NOT_IMPLEMENTED

#define NOT_IMPLEMENTED ( )
Value:
do { \
DebugLog(wxString(cbC2U(__PRETTY_FUNCTION__)) + _T(": Not implemented in driver")); \
Log(wxString(cbC2U(__PRETTY_FUNCTION__)) + _T(": Not implemented in driver")); \
} while(0)
#define _T(string)
DLLIMPORT wxString cbC2U(const char *str)
Return str as a proper unicode-compatible string.
Definition: globals.cpp:733

Definition at line 19 of file debuggerdriver.h.

Referenced by CDB_driver::EnableCatchingThrow(), CDB_driver::InfoDLL(), CDB_driver::InfoFiles(), CDB_driver::InfoFPU(), CDB_driver::InfoFrame(), CDB_driver::InfoSignals(), CDB_driver::MemoryDump(), CDB_driver::RunningThreads(), CDB_driver::SetNextStatement(), CDB_driver::SetVarValue(), CDB_driver::StepInstruction(), and CDB_driver::StepIntoInstruction().

Function Documentation

◆ WX_DEFINE_ARRAY()

WX_DEFINE_ARRAY ( DebuggerCmd ,
DebuggerCommands   
)