KDevelop API Documentation

jdbcontroller.cpp File Reference

#include "jdbcontroller.h"
#include "javadebuggerpart.h"
#include "breakpoint.h"
#include "framestackwidget.h"
#include "variablewidget.h"
#include "jdbcommand.h"
#include "stty.h"
#include <kapplication.h>
#include <kconfig.h>
#include <kmessagebox.h>
#include <kglobal.h>
#include <klocale.h>
#include <kprocess.h>
#include <kdebug.h>
#include <qregexp.h>
#include <qstring.h>
#include <qtimer.h>
#include <qurl.h>
#include <iostream>
#include <ctype.h>
#include <stdlib.h>
#include "jdbcontroller.moc"

Include dependency graph for jdbcontroller.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  JAVADebugger

Defines

#define BREAKPOINT_HIT   1
#define MARK_FOUND   2
#define JDB_MONITOR   1
#define DBG_DISPLAY(X)   {kdDebug() << QString(X) << endl;}
#define JDB_DISPLAY(X)   {kdDebug() << QString(X) << endl;}

Enumerations

enum  lineStarts { START_Brea = 0x42726561, START_Step = 0x70657453 }


Define Documentation

#define BREAKPOINT_HIT   1
 

Definition at line 48 of file jdbcontroller.cpp.

#define DBG_DISPLAY  )     {kdDebug() << QString(X) << endl;}
 

Definition at line 58 of file jdbcontroller.cpp.

Referenced by JAVADebugger::JDBController::actOnProgramPause(), JAVADebugger::JDBController::executeCmd(), JAVADebugger::JDBController::parseBacktrace(), JAVADebugger::JDBController::parseDump(), JAVADebugger::JDBController::parseLine(), JAVADebugger::JDBController::parseLocals(), JAVADebugger::JDBController::parseLocalVars(), JAVADebugger::JDBController::slotAbortTimedEvent(), JAVADebugger::JDBController::slotDbgStatus(), JAVADebugger::JDBController::slotDbgStderr(), JAVADebugger::JDBController::slotStepInSource(), and JAVADebugger::JDBController::~JDBController().

#define JDB_DISPLAY  )     {kdDebug() << QString(X) << endl;}
 

Definition at line 62 of file jdbcontroller.cpp.

Referenced by JAVADebugger::JDBController::executeCmd(), JAVADebugger::JDBController::slotDbgProcessExited(), JAVADebugger::JDBController::slotStart(), and JAVADebugger::JDBController::~JDBController().

#define JDB_MONITOR   1
 

Definition at line 50 of file jdbcontroller.cpp.

#define MARK_FOUND   2
 

Definition at line 49 of file jdbcontroller.cpp.


Enumeration Type Documentation

enum lineStarts
 

Enumeration values:
START_Brea 
START_Step 

Definition at line 379 of file jdbcontroller.cpp.

KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:26:46 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003