Lines Matching refs:breakpoint
88 breakpoint='PyObject_Print',
92 Run 'python -c SOURCE' under gdb with a breakpoint.
94 Support injecting commands after the breakpoint is reached
100 # We use "set breakpoint pending yes" to avoid blocking with a:
102 # Make breakpoint pending on future shared library load? (y or [n])
114 commands = ['set breakpoint pending yes',
115 'break %s' % breakpoint,
150 'Function "%s" not defined.' % breakpoint,
177 # run "python -c'print DATA'" under gdb with a breakpoint on
181 # For a nested structure, the first time we hit the breakpoint will
183 gdb_output = self.get_stack_trace(source, breakpoint='PyObject_Print',
586 breakpoint='PyObject_Print',