Class BreakpointManager
Inheritance
System.Object
BreakpointManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cosmos.VS.DebugEngine.dll
Syntax
public class BreakpointManager
Constructors
|
Improve this Doc
View Source
BreakpointManager(AD7Engine)
Declaration
public BreakpointManager(AD7Engine aEngine)
Parameters
Fields
|
Improve this Doc
View Source
mActiveBPs
Declaration
public AD7BoundBreakpoint[] mActiveBPs
Field Value
|
Improve this Doc
View Source
MaxBP
Declaration
public const int MaxBP = 256
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
mDbgConnector
Declaration
protected DebugConnector mDbgConnector
Field Value
|
Improve this Doc
View Source
mEngine
Declaration
protected AD7Engine mEngine
Field Value
|
Improve this Doc
View Source
mPendingBPs
Declaration
public List<AD7PendingBreakpoint> mPendingBPs
Field Value
Methods
|
Improve this Doc
View Source
ClearBoundBreakpoints()
Declaration
public void ClearBoundBreakpoints()
|
Improve this Doc
View Source
CreatePendingBreakpoint(IDebugBreakpointRequest2, out IDebugPendingBreakpoint2)
Declaration
public void CreatePendingBreakpoint(IDebugBreakpointRequest2 pBPRequest, out IDebugPendingBreakpoint2 ppPendingBP)
Parameters
Type |
Name |
Description |
IDebugBreakpointRequest2 |
pBPRequest |
|
IDebugPendingBreakpoint2 |
ppPendingBP |
|
|
Improve this Doc
View Source
RemoteDisable(AD7BoundBreakpoint)
Declaration
public void RemoteDisable(AD7BoundBreakpoint aBBP)
Parameters
|
Improve this Doc
View Source
RemoteEnable(AD7BoundBreakpoint)
Declaration
public int RemoteEnable(AD7BoundBreakpoint aBBP)
Parameters
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SetDebugConnector(DebugConnector)
Declaration
public void SetDebugConnector(DebugConnector aConnector)
Parameters