|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
| long SCH::IDeviceDebugManager::AddHardBreakPoint | ( | IHardBreakpoint *const | ANewBP | ) |
| bool SCH::IDeviceDebugManager::AddressSupportsSoftBreakpoints | ( | int | AMemorySpace, |
| INT64 | AAddress ) |
| void SCH::IDeviceDebugManager::DisableAllAllocatedBreakpoints | ( | ) |
| void SCH::IDeviceDebugManager::DisableAllocatedHardBreakpoints | ( | ) |
| void SCH::IDeviceDebugManager::DisableAllocatedSoftBreakpoints | ( | ) |
| void SCH::IDeviceDebugManager::EnableAllAllocatedBreakpoints | ( | ) |
| void SCH::IDeviceDebugManager::EnableAllocatedHardBreakpoints | ( | ) |
| void SCH::IDeviceDebugManager::EnableAllocatedSoftBreakpoints | ( | ) |
| IHardBreakpoint * SCH::IDeviceDebugManager::GetAllocatedHardBreakpointByIndex | ( | int | Index | ) |
| int SCH::IDeviceDebugManager::GetAllocatedHardBreakPointCount | ( | ) |
| ISoftBreakpoint * SCH::IDeviceDebugManager::GetAllocatedSoftBreakpointByIndex | ( | int | Index | ) |
| int SCH::IDeviceDebugManager::GetAllocatedSoftBreakPointCount | ( | ) |
| ISoftBreakpoint * SCH::IDeviceDebugManager::GetBreakpointByAddress | ( | int | AMemorySpace, |
| INT64 | AAddress ) |
| IHardBreakpoint * SCH::IDeviceDebugManager::GetBreakpointByData | ( | INT64 | AData | ) |
| TBreakpointMode SCH::IDeviceDebugManager::GetBreakpointMode | ( | ) |
| TDebuggerMode SCH::IDeviceDebugManager::GetDebuggerMode | ( | ) |
| int SCH::IDeviceDebugManager::GetHardBreakpointCount | ( | ) |
| ISoftBreakpoint * SCH::IDeviceDebugManager::GetNewBreakpoint | ( | int | AMemorySpace, |
| INT64 | AAddress ) |
| IHardBreakpoint * SCH::IDeviceDebugManager::GetNewHardBreakpoint | ( | ) |
| ISoftBreakpoint * SCH::IDeviceDebugManager::GetNewSoftBreakpoint | ( | ) |
| bool SCH::IDeviceDebugManager::GetSoftBreakpointsRequireHardware | ( | ) |
| IHardBreakpoint * SCH::IDeviceDebugManager::GetSystemBreakpoint | ( | ) |
| void SCH::IDeviceDebugManager::ReleaseAllBreakpoints | ( | ) |
| void SCH::IDeviceDebugManager::ReleaseAllocatedHardBreakpoints | ( | ) |
| void SCH::IDeviceDebugManager::ReleaseAllocatedSoftBreakpoints | ( | ) |
| void SCH::IDeviceDebugManager::ReleaseBreakpoint | ( | ISoftBreakpoint *const | ABreakpoint | ) |
| bool SCH::IDeviceDebugManager::SetBreakpointMode | ( | TBreakpointMode | ANewMode | ) |
| void SCH::IDeviceDebugManager::SetDebuggerMode | ( | TDebuggerMode | ANewMode | ) |
| void SCH::IDeviceDebugManager::SetSoftbreakpointsRequireHardware | ( | bool | AValue | ) |