GDBDebugger::MemoryViewDialog Class Reference
#include <memviewdlg.h>
Inheritance diagram for GDBDebugger::MemoryViewDialog:

Public Slots | |
void | slotRawGDBMemoryView (char *buf) |
Signals | |
void | disassemble (const QString &start, const QString &end) |
void | memoryDump (const QString &start, const QString &end) |
void | registers () |
void | libraries () |
Public Member Functions | |
MemoryViewDialog (QWidget *parent=0, const char *name=0) | |
~MemoryViewDialog () | |
Private Slots | |
void | slotDisassemble () |
void | slotMemoryDump () |
Private Attributes | |
KLineEdit * | start_ |
KLineEdit * | end_ |
QMultiLineEdit * | output_ |
Constructor & Destructor Documentation
|
Definition at line 53 of file memviewdlg.cpp. References KButtonBox::addButton(), QBoxLayout::addWidget(), disassemble(), end_, KButtonBox::layout(), libraries(), memoryDump(), output_, registers(), slotDisassemble(), slotMemoryDump(), start_, and text(). |
|
Definition at line 106 of file memviewdlg.cpp. |
Member Function Documentation
|
Referenced by MemoryViewDialog(), and slotDisassemble(). |
|
Referenced by MemoryViewDialog(). |
|
Referenced by MemoryViewDialog(), and slotMemoryDump(). |
|
Referenced by MemoryViewDialog(). |
|
Definition at line 123 of file memviewdlg.cpp. References disassemble(), end_, and start_. Referenced by MemoryViewDialog(). |
|
Definition at line 132 of file memviewdlg.cpp. References end_, memoryDump(), size, and start_. Referenced by MemoryViewDialog(). |
|
Definition at line 112 of file memviewdlg.cpp. References output_. |
Member Data Documentation
|
Definition at line 49 of file memviewdlg.h. Referenced by MemoryViewDialog(), slotDisassemble(), and slotMemoryDump(). |
|
Definition at line 50 of file memviewdlg.h. Referenced by MemoryViewDialog(), and slotRawGDBMemoryView(). |
|
Definition at line 49 of file memviewdlg.h. Referenced by MemoryViewDialog(), slotDisassemble(), and slotMemoryDump(). |
The documentation for this class was generated from the following files:
- languages/cpp/debugger/memviewdlg.h
- languages/cpp/debugger/memviewdlg.cpp