Code::Blocks
SVN r11506
|
#include "sdk.h"
#include <cbdebugger_interfaces.h>
#include "debugger_defs.h"
#include "debuggerdriver.h"
#include <wx/arrimpl.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 |
Definition at line 327 of file debugger_defs.cpp.
References wxString::EndsWith(), wxString::RemoveLast(), and wxT.
Referenced by DebuggerGDB::AddWatch(), EditWatchDlg::EndModal(), EditBreakpointDlg::EndModal(), GdbCmd_ExamineMemory::GdbCmd_ExamineMemory(), DataBreakpointDlg::GetDataExpression(), DebuggerGDB::SendCommand(), and GDB_driver::SetVarValue().
bool IsPointerType | ( | wxString | type | ) |
Definition at line 309 of file debugger_defs.cpp.
References wxString::Contains(), wxString::EndsWith(), wxString::Trim(), and wxT.
Referenced by GdbCmd_TooltipEvaluation::GdbCmd_TooltipEvaluation(), GDBWatch::IsPointerType(), DebuggerGDB::OnWatchesContextMenu(), and SUITE().
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().
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().
DebuggerLanguage g_DebugLanguage = dl_Cpp |
Definition at line 334 of file debugger_defs.cpp.
Referenced by GdbCmd_Watch::GdbCmd_Watch(), ParseGDBWatchValue(), GdbCmd_DebugLanguage::ParseOutput(), and DebuggerGDB::SetWatchValue().