LLDB.Symbol.GetInstructions C# (CSharp) Méthode

GetInstructions() public méthode

public GetInstructions ( LLDB target ) : LLDB.InstructionList
target LLDB
Résultat LLDB.InstructionList
        public LLDB.InstructionList GetInstructions(LLDB.Target target)
        {
            var arg0 = ReferenceEquals(target, null) ? new LLDB.Target.Internal() : *(LLDB.Target.Internal*) (target.__Instance);
            var __ret = new LLDB.InstructionList.Internal();
            Internal.GetInstructions_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment), arg0);
            return LLDB.InstructionList.__CreateInstance(__ret);
        }

Same methods

Symbol::GetInstructions ( LLDB target, string flavor_string ) : LLDB.InstructionList