| Code::Blocks
    SVN r11506
    | 
#include <sdk.h>#include <algorithm>#include <wx/tokenzr.h>#include "editarraystringdlg.h"#include "projectloader_hooks.h"#include "annoyingdialog.h"#include "cbstyledtextctrl.h"#include "compilercommandgenerator.h"#include <cbdebugger_interfaces.h>#include "editbreakpointdlg.h"#include "databreakpointdlg.h"#include "debuggerdriver.h"#include "debuggergdb.h"#include "debuggeroptionsdlg.h"#include "debuggeroptionsprjdlg.h"#include "editwatchdlg.h"Go to the source code of this file.
| Macros | |
| #define | implement_debugger_toolbar | 
| Enumerations | |
| enum | DebugCommandConst { CMD_CONTINUE, CMD_STEP, CMD_STEPIN, CMD_STEPOUT, CMD_STEP_INSTR, CMD_STEP_INTO_INSTR, CMD_STOP, CMD_BACKTRACE, CMD_DISASSEMBLE, CMD_REGISTERS, CMD_MEMORYDUMP, CMD_RUNNINGTHREADS } | 
| Functions | |
| BOOL WINAPI | HandlerRoutine (cb_unused DWORD dwCtrlType) | 
| static wxString | GetShellString () | 
| Variables | |
| const wxString | g_EscapeChar = wxChar(26) | 
| #define implement_debugger_toolbar | 
Definition at line 58 of file debuggergdb.cpp.
| enum DebugCommandConst | 
| Enumerator | |
|---|---|
| CMD_CONTINUE | |
| CMD_STEP | |
| CMD_STEPIN | |
| CMD_STEPOUT | |
| CMD_STEP_INSTR | |
| CMD_STEP_INTO_INSTR | |
| CMD_STOP | |
| CMD_BACKTRACE | |
| CMD_DISASSEMBLE | |
| CMD_REGISTERS | |
| CMD_MEMORYDUMP | |
| CMD_RUNNINGTHREADS | |
Definition at line 86 of file debuggergdb.cpp.
| 
 | static | 
Definition at line 531 of file debuggergdb.cpp.
References _T, DEFAULT_CONSOLE_SHELL, wxString::erase(), wxString::find(), Manager::Get(), Manager::GetConfigManager(), wxString::npos, ConfigManager::Read(), wxString::Trim(), wxEmptyString, and wxT.
Referenced by DebuggerGDB::LaunchProcessWithShell().
| 
 | inline | 
Definition at line 79 of file debuggergdb.cpp.
Referenced by DebuggerGDB::DoDebug(), and DebuggerGDB::KillConsole().
Definition at line 102 of file debuggergdb.cpp.
Referenced by GDB_driver::CorrectCygwinPath(), and GDB_driver::ParseOutput().
 1.8.13
 1.8.13