KDevelop API Documentation

GDBDebugger::GDBCommand Class Reference

#include <gdbcommand.h>

Inheritance diagram for GDBDebugger::GDBCommand:

GDBDebugger::DbgCommand GDBDebugger::GDBItemCommand GDBDebugger::GDBSetBreakpointCommand GDBDebugger::GDBPointerCommand List of all members.

Public Member Functions

 GDBCommand (const QCString &command, bool isRunCmd=false, bool isInfoCmd=true, char prompt=WAIT)
virtual ~GDBCommand ()

Static Private Attributes

QCString idlePrompt_ = QCString().sprintf("\nset prompt %c%c\n", BLOCK_START, IDLE)

Detailed Description

Author:
John Birch

Definition at line 84 of file gdbcommand.h.


Constructor & Destructor Documentation

GDBDebugger::GDBCommand::GDBCommand const QCString command,
bool  isRunCmd = false,
bool  isInfoCmd = true,
char  prompt = WAIT
 

Definition at line 29 of file gdbcommand.cpp.

References GDBDebugger::BLOCK_START, and idlePrompt_.

GDBDebugger::GDBCommand::~GDBCommand  )  [virtual]
 

Definition at line 41 of file gdbcommand.cpp.


Member Data Documentation

QCString GDBDebugger::GDBCommand::idlePrompt_ = QCString().sprintf("\nset prompt %c%c\n", BLOCK_START, IDLE) [static, private]
 

Definition at line 25 of file gdbcommand.cpp.

Referenced by GDBCommand().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:32 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003