Code::Blocks
SVN r11506
|
Command to initialize a disassembly. More...
#include <gdb_commands.h>
Public Member Functions | |
GdbCmd_DisassemblyInit (DebuggerDriver *driver, wxString disassemblyFlavor=wxEmptyString, wxString hexAddrStr=wxT("")) | |
void | ParseOutput (const wxString &p_output) |
Parses the command's output. More... | |
Public Member Functions inherited from DebuggerCmd | |
DebuggerCmd (DebuggerDriver *driver, const wxString &cmd=_T(""), bool logToNormalLog=false) | |
virtual | ~DebuggerCmd () |
virtual void | Action () |
Executes an action. More... | |
virtual bool | IsContinueCommand () const |
Tells if the command is a continue type command (continue, step, next and run to cursor commands should be marked as such) More... | |
Static Public Member Functions | |
static void | Clear () |
Private Attributes | |
wxString | m_disassemblyFlavor |
wxString | m_hexAddrStr |
Static Private Attributes | |
static wxString | LastAddr |
static wxString | LastSymbol |
Additional Inherited Members | |
Public Attributes inherited from DebuggerCmd | |
wxString | m_Cmd |
the actual command More... | |
Protected Attributes inherited from DebuggerCmd | |
DebuggerDriver * | m_pDriver |
the driver More... | |
bool | m_LogToNormalLog |
if true, log to normal log, else the debug log More... | |
Command to initialize a disassembly.
Use this instead of GdbCmd_Disassembly, which is chain-called by this.
Definition at line 1484 of file gdb_commands.h.
|
inline |
Definition at line 1493 of file gdb_commands.h.
References _T, Cursor::address, wxString::empty(), DebuggerDriver::GetCursor(), DebuggerCmd::m_Cmd, and wxT.
|
inlinestatic |
Definition at line 1585 of file gdb_commands.h.
References wxString::Clear(), LastAddr, and LastSymbol.
Referenced by GDB_driver::Start().
|
inlinevirtual |
Parses the command's output.
The | output. This is the full output up to (and including) the prompt. |
Reimplemented from DebuggerCmd.
Definition at line 1516 of file gdb_commands.h.
References _T, Cursor::address, cbDebuggerStringToAddress(), cbDisassemblyDlg::Clear(), wxString::empty(), wxString::find(), Manager::Get(), GetArrayFromString(), DebuggerDriver::GetCursor(), Manager::GetDebuggerManager(), DebuggerManager::GetDisassemblyDialog(), wxRegEx::GetMatch(), DebuggerManager::IsDisassemblyMixedMode(), wxString::length(), DebuggerDriver::Log(), DebuggerCmd::m_pDriver, cbStackFrame::MakeValid(), wxRegEx::Matches(), wxString::npos, DebuggerDriver::QueueCommand(), reDisassemblyCurPC(), reDisassemblyInit(), reDisassemblyInitFunc(), reDisassemblyInitSymbol(), cbDisassemblyDlg::SetActiveAddress(), cbStackFrame::SetAddress(), DebuggerDriver::SetCursor(), cbStackFrame::SetSymbol(), and wxString::substr().
|
staticprivate |
Definition at line 1489 of file gdb_commands.h.
Referenced by Clear().
|
staticprivate |
Definition at line 1490 of file gdb_commands.h.
Referenced by Clear().
|
private |
Definition at line 1486 of file gdb_commands.h.
|
private |
Definition at line 1487 of file gdb_commands.h.