#include "debugger_defs.h"
#include <wx/regex.h>
#include <globals.h>
Go to the source code of this file.
◆ 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)
DLLIMPORT wxString cbC2U(const char *str)
Return str as a proper unicode-compatible string.
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().
◆ WX_DEFINE_ARRAY()