AddBreakpoint(const wxString &filename, int line) | DebuggerGDB | virtual |
AddDataBreakpoint(const wxString &dataExpression) | DebuggerGDB | virtual |
AddSourceDir(const wxString &dir) | DebuggerGDB | protected |
AddWatch(const wxString &symbol) | DebuggerGDB | virtual |
AddWatchNoUpdate(const cb::shared_ptr< GDBWatch > &watch) | DebuggerGDB | |
AttachToProcess(const wxString &pid) | DebuggerGDB | virtual |
Backtrace enum value | cbDebuggerPlugin | |
Break() | DebuggerGDB | virtual |
BringCBToFront() | cbDebuggerPlugin | |
BuildMenu(wxMenuBar *menuBar) override | cbDebuggerPlugin | |
cbPlugin::BuildMenu(cb_optional wxMenuBar *menuBar) | cbPlugin | inlinevirtual |
BuildModuleMenu(const ModuleType type, wxMenu *menu, const FileTreeData *data=nullptr) override | cbDebuggerPlugin | |
cbPlugin::BuildModuleMenu(cb_optional const ModuleType type, cb_optional wxMenu *menu, cb_optional const FileTreeData *data=nullptr) | cbPlugin | inlinevirtual |
BuildToolBar(wxToolBar *toolBar) override | cbDebuggerPlugin | |
cbPlugin::BuildToolBar(cb_optional wxToolBar *toolBar) | cbPlugin | inlinevirtual |
CanDetach() const | cbPlugin | inlinevirtual |
cbDebuggerPlugin(const wxString &guiName, const wxString &settingsName) | cbDebuggerPlugin | |
cbPlugin() | cbPlugin | |
CheckIfConsoleIsClosed() | DebuggerGDB | private |
CleanupWhenProjectClosed(cbProject *project) | DebuggerGDB | protectedvirtual |
ClearActiveMarkFromAllEditors() | cbDebuggerPlugin | |
ClearLog() | cbDebuggerPlugin | |
CollapseWatch(cb::shared_ptr< cbWatch > watch) | DebuggerGDB | virtual |
CompilerFinished(bool compilerFailed, StartType startType) | DebuggerGDB | protectedvirtual |
Continue() | DebuggerGDB | virtual |
ConvertDirectory(wxString &str, wxString base, bool relative) | DebuggerGDB | protectedvirtual |
ConvertToGDBDirectory(wxString &str, wxString base=_T(""), bool relative=true) | DebuggerGDB | static |
ConvertToGDBFile(wxString &str) | DebuggerGDB | static |
ConvertToGDBFriendly(wxString &str) | DebuggerGDB | static |
CPURegisters enum value | cbDebuggerPlugin | |
CreateStatusField(cbStatusBar *statusBar) | cbPlugin | inlinevirtual |
Debug(bool breakOnEntry) | DebuggerGDB | virtual |
DebuggeeContinued() | DebuggerGDB | |
DebuggerGDB() | DebuggerGDB | |
DebugLog(const wxString &msg, Logger::level level=Logger::info) | cbDebuggerPlugin | |
DebugWindows enum name | cbDebuggerPlugin | |
DeleteAllBreakpoints() | DebuggerGDB | virtual |
DeleteAllProjectBreakpoints(cbProject *project) | DebuggerGDB | private |
DeleteBreakpoint(cb::shared_ptr< cbBreakpoint > breakpoint) | DebuggerGDB | virtual |
DeleteWatch(cb::shared_ptr< cbWatch > watch) | DebuggerGDB | virtual |
DetachFromProcess() | DebuggerGDB | virtual |
DetermineLanguage() | DebuggerGDB | |
Disassembly enum value | cbDebuggerPlugin | |
DoBreak(bool temporary) | DebuggerGDB | private |
DoDebug(bool breakOnEntry) | DebuggerGDB | private |
DoSendCommand(const wxString &cmd) | DebuggerGDB | |
DoWatches() | DebuggerGDB | private |
EditorLinesAddedOrRemoved(cbEditor *editor, int startline, int lines) | cbDebuggerPlugin | virtual |
EnableBreakpoint(cb::shared_ptr< cbBreakpoint > breakpoint, bool enable) | DebuggerGDB | virtual |
EnsureBuildUpToDate(StartType startType) | cbDebuggerPlugin | protected |
ExamineMemory enum value | cbDebuggerPlugin | |
ExpandWatch(cb::shared_ptr< cbWatch > watch) | DebuggerGDB | virtual |
GetActiveConfig() | cbDebuggerPlugin | |
GetActiveConfigEx() | DebuggerGDB | |
GetActiveStackFrame() const | DebuggerGDB | virtual |
GetBreakpoint(int index) | DebuggerGDB | virtual |
GetBreakpoint(int index) const | DebuggerGDB | virtual |
GetBreakpointsCount() const | DebuggerGDB | virtual |
GetConfigurationGroup() const | cbPlugin | inlinevirtual |
GetConfigurationPanel(cb_optional wxWindow *parent) | cbPlugin | inlinevirtual |
GetConfigurationPriority() const | cbPlugin | inlinevirtual |
GetCurrentPosition(wxString &filename, int &line) | DebuggerGDB | virtual |
GetDebuggee(wxString &pathToDebuggee, wxString &workingDirectory, ProjectBuildTarget *target) | cbDebuggerPlugin | protected |
GetEditorWordAtCaret(const wxPoint *mousePosition=NULL) | cbDebuggerPlugin | virtual |
GetExitCode() const | DebuggerGDB | inlinevirtual |
GetGUIName() const | cbDebuggerPlugin | inline |
GetIndexOfActiveConfig() const | cbDebuggerPlugin | |
GetProject() | DebuggerGDB | inlineprotectedvirtual |
GetProjectConfigurationPanel(wxWindow *parent, cbProject *project) | DebuggerGDB | |
cbDebuggerPlugin::GetProjectConfigurationPanel(cb_optional wxWindow *parent, cb_optional cbProject *project) | cbPlugin | inlinevirtual |
GetRemoteDebuggingMap(cbProject *project=0) | DebuggerGDB | |
GetSearchDirs(cbProject *prj) | DebuggerGDB | |
GetSettingsName() const | cbDebuggerPlugin | inline |
GetStackFrame(int index) const | DebuggerGDB | virtual |
GetStackFrameCount() const | DebuggerGDB | virtual |
GetState() | DebuggerGDB | inline |
GetThread(int index) const | DebuggerGDB | virtual |
GetThreadsCount() const | DebuggerGDB | virtual |
GetToolBarPriority() | cbPlugin | inlinevirtual |
GetType() const | cbPlugin | inlinevirtual |
HasDebugLog() const | cbDebuggerPlugin | |
HasWatch(cb::shared_ptr< cbWatch > watch) | DebuggerGDB | virtual |
IsAttached() const | cbPlugin | inline |
IsAttachedToProcess() const | DebuggerGDB | virtual |
IsBusy() const | DebuggerGDB | virtual |
IsRunning() const | DebuggerGDB | inlinevirtual |
IsStopped() const | DebuggerGDB | virtual |
IsTemporaryBreak() const | DebuggerGDB | inline |
KillConsole() | DebuggerGDB | private |
LaunchProcess(const wxString &cmd, const wxString &cwd) | DebuggerGDB | private |
LaunchProcessWithShell(const wxString &cmd, wxProcess *process, const wxString &cwd) | DebuggerGDB | private |
LoadConfig(const ConfigManagerWrapper &config) | DebuggerGDB | virtual |
Log(const wxString &msg, Logger::level level=Logger::info) | cbDebuggerPlugin | |
m_ActiveBuildTarget | DebuggerGDB | private |
m_bIsConsole | DebuggerGDB | private |
m_Canceled | DebuggerGDB | private |
m_EvalRect | DebuggerGDB | private |
m_funcArgsWatch | DebuggerGDB | private |
m_HookId | DebuggerGDB | private |
m_IsAttached | cbPlugin | protected |
m_LastExitCode | DebuggerGDB | private |
m_localsWatch | DebuggerGDB | private |
m_nConsolePid | DebuggerGDB | private |
m_NoDebugInfo | DebuggerGDB | private |
m_Pid | DebuggerGDB | private |
m_PidToAttach | DebuggerGDB | private |
m_pProcess | DebuggerGDB | private |
m_pProject | DebuggerGDB | private |
m_printElements | DebuggerGDB | private |
m_RemoteDebugging | DebuggerGDB | private |
m_SearchDirs | DebuggerGDB | private |
m_State | DebuggerGDB | private |
m_stopDebuggerConsoleClosed | DebuggerGDB | private |
m_StoppedOnSignal | DebuggerGDB | private |
m_TemporaryBreak | DebuggerGDB | private |
m_TimerPollDebugger | DebuggerGDB | private |
m_Type | cbPlugin | protected |
m_watches | DebuggerGDB | private |
m_watchToDereferenceProperty | DebuggerGDB | private |
m_watchToDereferenceSymbol | DebuggerGDB | private |
MarkAllWatchesAsUnchanged() | DebuggerGDB | private |
MarkAsStopped() | cbDebuggerPlugin | protected |
Next() | DebuggerGDB | virtual |
NextInstruction() | DebuggerGDB | virtual |
NotImplemented(const wxString &log) const | cbPlugin | protectedvirtual |
OnAddSymbolFile(wxCommandEvent &event) | DebuggerGDB | private |
OnAttach() override | cbDebuggerPlugin | virtual |
OnAttachReal() | DebuggerGDB | virtual |
OnBuildTargetSelected(CodeBlocksEvent &event) | DebuggerGDB | private |
OnCatchThrow(wxCommandEvent &event) | DebuggerGDB | private |
OnConfigurationChange(bool isActive) | DebuggerGDB | virtual |
OnCursorChanged(wxCommandEvent &event) | DebuggerGDB | private |
OnGDBError(wxCommandEvent &event) | DebuggerGDB | private |
OnGDBOutput(wxCommandEvent &event) | DebuggerGDB | private |
OnGDBTerminated(wxCommandEvent &event) | DebuggerGDB | private |
OnIdle(wxIdleEvent &event) | DebuggerGDB | private |
OnInfoDLL(wxCommandEvent &event) | DebuggerGDB | private |
OnInfoFiles(wxCommandEvent &event) | DebuggerGDB | private |
OnInfoFPU(wxCommandEvent &event) | DebuggerGDB | private |
OnInfoFrame(wxCommandEvent &event) | DebuggerGDB | private |
OnInfoSignals(wxCommandEvent &event) | DebuggerGDB | private |
OnMenuWatchDereference(wxCommandEvent &event) | DebuggerGDB | private |
OnPrintElements(wxCommandEvent &event) | DebuggerGDB | private |
OnProjectLoadingHook(cbProject *project, TiXmlElement *elem, bool loading) | DebuggerGDB | |
OnRelease(bool appShutDown) override | cbDebuggerPlugin | |
cbPlugin::OnRelease(cb_optional bool appShutDown) | cbPlugin | inlineprotectedvirtual |
OnReleaseReal(bool appShutDown) | DebuggerGDB | virtual |
OnShowFile(wxCommandEvent &event) | DebuggerGDB | private |
OnTimer(wxTimerEvent &event) | DebuggerGDB | private |
OnUpdateCatchThrow(wxUpdateUIEvent &event) | DebuggerGDB | private |
OnUpdateTools(wxUpdateUIEvent &event) | DebuggerGDB | private |
OnValueTooltip(const wxString &token, const wxRect &evalRect) | DebuggerGDB | virtual |
OnWatchesContextMenu(wxMenu &menu, const cbWatch &watch, wxObject *property, int &disabledMenus) | DebuggerGDB | virtual |
ParseOutput(const wxString &output) | DebuggerGDB | private |
ProjectRemoteDebuggingMap typedef | DebuggerGDB | private |
RequestUpdate(DebugWindows window) | DebuggerGDB | virtual |
ResetProject() | DebuggerGDB | inlineprotectedvirtual |
RunCommand(int cmd) | DebuggerGDB | |
RunNixConsole(wxString &consoleTty) | cbDebuggerPlugin | protected |
RunToCursor(const wxString &filename, int line, const wxString &line_text) | DebuggerGDB | virtual |
SearchDirsMap typedef | DebuggerGDB | private |
SendCommand(const wxString &cmd, bool debugLog) | DebuggerGDB | virtual |
SetActiveConfig(int index) | cbDebuggerPlugin | |
SetNextStatement(const wxString &filename, int line) | DebuggerGDB | virtual |
SetupLog(int normalIndex) | cbDebuggerPlugin | |
SetupToolsMenu(wxMenu &menu) | DebuggerGDB | privatevirtual |
SetWatchValue(cb::shared_ptr< cbWatch > watch, const wxString &value) | DebuggerGDB | virtual |
ShiftBreakpoint(int index, int lines_to_shift) | DebuggerGDB | virtual |
ShowLog(bool clear) | cbDebuggerPlugin | |
ShowValueTooltip(int style) | DebuggerGDB | virtual |
ShowWatchProperties(cb::shared_ptr< cbWatch > watch) | DebuggerGDB | virtual |
StartType enum name | cbDebuggerPlugin | protected |
StartTypeRun enum value | cbDebuggerPlugin | protected |
StartTypeStepInto enum value | cbDebuggerPlugin | protected |
StartTypeUnknown enum value | cbDebuggerPlugin | protected |
Step() | DebuggerGDB | virtual |
StepIntoInstruction() | DebuggerGDB | virtual |
StepOut() | DebuggerGDB | virtual |
Stop() | DebuggerGDB | virtual |
StripQuotes(wxString &str) | DebuggerGDB | static |
SupportsFeature(cbDebuggerFeature::Flags flag) | DebuggerGDB | virtual |
SwitchToDebuggingLayout() | cbDebuggerPlugin | protected |
SwitchToFrame(int number) | DebuggerGDB | virtual |
SwitchToPreviousLayout() | cbDebuggerPlugin | protected |
SwitchToThread(int thread_number) | DebuggerGDB | virtual |
SyncEditor(const wxString &filename, int line, bool setMarker=true) | cbDebuggerPlugin | |
SyncEditorResult enum name | cbDebuggerPlugin | |
SyncFileNotFound enum value | cbDebuggerPlugin | |
SyncFileUnknown enum value | cbDebuggerPlugin | |
SyncOk enum value | cbDebuggerPlugin | |
TestIfBelongToProject | DebuggerGDB | friend |
Threads enum value | cbDebuggerPlugin | |
ToolMenuEnabled() const | cbDebuggerPlugin | virtual |
UpdateBreakpoint(cb::shared_ptr< cbBreakpoint > breakpoint) | DebuggerGDB | virtual |
UpdateWatch(cb::shared_ptr< cbWatch > watch) | DebuggerGDB | virtual |
Validate(const wxString &line, const char cb) | DebuggerGDB | |
WaitingCompilerToFinish() const | cbDebuggerPlugin | inlineprotected |
Watches enum value | cbDebuggerPlugin | |
~cbPlugin() override | cbPlugin | |
~DebuggerGDB() | DebuggerGDB | |