Lines Matching refs:breakpoint
123 breakpoint='PyObject_Print',
127 Run 'python -c SOURCE' under gdb with a breakpoint.
129 Support injecting commands after the breakpoint is reached
135 # We use "set breakpoint pending yes" to avoid blocking with a:
137 # Make breakpoint pending on future shared library load? (y or [n])
149 commands = ['set breakpoint pending yes',
150 'break %s' % breakpoint,
206 'Function "%s" not defined.' % breakpoint,
238 # run "python -c'print DATA'" under gdb with a breakpoint on
242 # For a nested structure, the first time we hit the breakpoint will
244 gdb_output = self.get_stack_trace(source, breakpoint='PyObject_Print',
650 breakpoint='PyObject_Print',
805 # Trigger a breakpoint on the main thread
866 breakpoint='time_gmtime',
873 breakpoint='time_gmtime',