Code::Blocks  SVN r11506
Classes | Functions | Variables
debugger_defs.cpp File Reference
#include "sdk.h"
#include <cbdebugger_interfaces.h>
#include "debugger_defs.h"
#include "debuggerdriver.h"
#include <wx/arrimpl.cpp>
Include dependency graph for debugger_defs.cpp:

Go to the source code of this file.

Classes

class  DebuggerInfoWindow
 

Functions

bool IsPointerType (wxString type)
 
wxString CleanStringValue (wxString value)
 

Variables

const int DEBUGGER_CURSOR_CHANGED = wxNewId()
 wxCommandEvent ID fired when the cursor has changed. More...
 
const int DEBUGGER_SHOW_FILE_LINE = wxNewId()
 wxCommandEvent ID fired to display a file/line (w/out changing the cursor) More...
 
DebuggerLanguage g_DebugLanguage = dl_Cpp
 

Function Documentation

◆ CleanStringValue()

wxString CleanStringValue ( wxString  value)

◆ IsPointerType()

bool IsPointerType ( wxString  type)

Variable Documentation

◆ DEBUGGER_CURSOR_CHANGED

const int DEBUGGER_CURSOR_CHANGED = wxNewId()

wxCommandEvent ID fired when the cursor has changed.

Definition at line 27 of file debugger_defs.cpp.

Referenced by DebuggerDriver::NotifyCursorChanged().

◆ DEBUGGER_SHOW_FILE_LINE

const int DEBUGGER_SHOW_FILE_LINE = wxNewId()

wxCommandEvent ID fired to display a file/line (w/out changing the cursor)

Definition at line 28 of file debugger_defs.cpp.

Referenced by DebuggerDriver::ShowFile().

◆ g_DebugLanguage

DebuggerLanguage g_DebugLanguage = dl_Cpp