Code::Blocks  SVN r11506
Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes | List of all members
GdbCmd_DisassemblyInit Class Reference

Command to initialize a disassembly. More...

#include <gdb_commands.h>

Inheritance diagram for GdbCmd_DisassemblyInit:
Collaboration diagram for GdbCmd_DisassemblyInit:

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
DebuggerDriverm_pDriver
 the driver More...
 
bool m_LogToNormalLog
 if true, log to normal log, else the debug log More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ GdbCmd_DisassemblyInit()

GdbCmd_DisassemblyInit::GdbCmd_DisassemblyInit ( DebuggerDriver driver,
wxString  disassemblyFlavor = wxEmptyString,
wxString  hexAddrStr = wxT("") 
)
inline

Member Function Documentation

◆ Clear()

static void GdbCmd_DisassemblyInit::Clear ( )
inlinestatic

Definition at line 1585 of file gdb_commands.h.

References wxString::Clear(), LastAddr, and LastSymbol.

Referenced by GDB_driver::Start().

◆ ParseOutput()

void GdbCmd_DisassemblyInit::ParseOutput ( const wxString output)
inlinevirtual

Member Data Documentation

◆ LastAddr

wxString GdbCmd_DisassemblyInit::LastAddr
staticprivate

Definition at line 1489 of file gdb_commands.h.

Referenced by Clear().

◆ LastSymbol

wxString GdbCmd_DisassemblyInit::LastSymbol
staticprivate

Definition at line 1490 of file gdb_commands.h.

Referenced by Clear().

◆ m_disassemblyFlavor

wxString GdbCmd_DisassemblyInit::m_disassemblyFlavor
private

Definition at line 1486 of file gdb_commands.h.

◆ m_hexAddrStr

wxString GdbCmd_DisassemblyInit::m_hexAddrStr
private

Definition at line 1487 of file gdb_commands.h.


The documentation for this class was generated from the following file: