Lines Matching +full:frame +full:- +full:number
50 # Get the first frame
51 frame = thread.GetFrameAtIndex (0)
52 if frame:
53 # Print some simple frame info
54 print frame
55 function = frame.GetFunction()
65 symbol = frame.GetSymbol();
73 registerList = frame.GetRegisters()
74 … print('Frame registers (size of register set = %d):' % registerList.GetSize())
77 … print('%s (number of children = %d):' % (value.GetName(), value.GetNumChildren()))
81 …breakpoint at main, enter to continue and wait for program to exit or \'Ctrl-D\'/\'quit\' to termi…
118 "Get the number of currently active platforms."
126 "Get the number of available platforms."
132 @param idx Zero-based index of the platform for which info should be
150 A tuple with the number of errors encountered by the interpreter, a boolean