LLDB.Target.GetBreakpointAtIndex C# (CSharp) Method

GetBreakpointAtIndex() public method

public GetBreakpointAtIndex ( uint idx ) : LLDB.Breakpoint
idx uint
return LLDB.Breakpoint
        public LLDB.Breakpoint GetBreakpointAtIndex(uint idx)
        {
            var __ret = new LLDB.Breakpoint.Internal();
            Internal.GetBreakpointAtIndex_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment), idx);
            return LLDB.Breakpoint.__CreateInstance(__ret);
        }