#include <cbdebugger_interfaces.h>
Definition at line 144 of file cbdebugger_interfaces.h.
◆ cbDebugInterfaceFactory() [1/2]
◆ cbDebugInterfaceFactory() [2/2]
cbDebugInterfaceFactory::cbDebugInterfaceFactory |
( |
| ) |
|
◆ ~cbDebugInterfaceFactory()
cbDebugInterfaceFactory::~cbDebugInterfaceFactory |
( |
| ) |
|
|
virtual |
◆ CreateBacktrace()
◆ CreateBreapoints()
◆ CreateCPURegisters()
◆ CreateDisassembly()
◆ CreateMemory()
◆ CreateThreads()
virtual cbThreadsDlg* cbDebugInterfaceFactory::CreateThreads |
( |
| ) |
|
|
pure virtual |
◆ CreateWatches()
virtual cbWatchesDlg* cbDebugInterfaceFactory::CreateWatches |
( |
| ) |
|
|
pure virtual |
◆ DeleteBacktrace()
virtual void cbDebugInterfaceFactory::DeleteBacktrace |
( |
cbBacktraceDlg * |
dialog | ) |
|
|
pure virtual |
◆ DeleteBreakpoints()
virtual void cbDebugInterfaceFactory::DeleteBreakpoints |
( |
cbBreakpointsDlg * |
dialog | ) |
|
|
pure virtual |
◆ DeleteCPURegisters()
virtual void cbDebugInterfaceFactory::DeleteCPURegisters |
( |
cbCPURegistersDlg * |
dialog | ) |
|
|
pure virtual |
◆ DeleteDisassembly()
virtual void cbDebugInterfaceFactory::DeleteDisassembly |
( |
cbDisassemblyDlg * |
dialog | ) |
|
|
pure virtual |
◆ DeleteMemory()
◆ DeleteThreads()
virtual void cbDebugInterfaceFactory::DeleteThreads |
( |
cbThreadsDlg * |
dialog | ) |
|
|
pure virtual |
◆ DeleteWatches()
virtual void cbDebugInterfaceFactory::DeleteWatches |
( |
cbWatchesDlg * |
dialog | ) |
|
|
pure virtual |
◆ HideValueTooltip()
virtual void cbDebugInterfaceFactory::HideValueTooltip |
( |
| ) |
|
|
pure virtual |
◆ IsValueTooltipShown()
virtual bool cbDebugInterfaceFactory::IsValueTooltipShown |
( |
| ) |
|
|
pure virtual |
◆ operator=()
◆ ShowValueTooltip()
virtual bool cbDebugInterfaceFactory::ShowValueTooltip |
( |
const cb::shared_ptr< cbWatch > & |
watch, |
|
|
const wxRect & |
rect |
|
) |
| |
|
pure virtual |
◆ UpdateValueTooltip()
virtual void cbDebugInterfaceFactory::UpdateValueTooltip |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: