Lines Matching refs:bt
696 bt = self.get_stack_trace(script=self.get_sample_script(),
707 bt)
711 bt = self.get_stack_trace(script=self.get_sample_script(),
718 bt)
722 bt = self.get_stack_trace(script=self.get_sample_script(),
728 bt)
754 bt = self.get_stack_trace(source=SAMPLE_WITH_C_CALL,
756 self.assertMultilineMatches(bt,
765 bt = self.get_stack_trace(script=self.get_sample_script(),
767 self.assertEndsWith(bt,
773 bt = self.get_stack_trace(script=self.get_sample_script(),
775 self.assertEndsWith(bt,
783 bt = self.get_stack_trace(source=SAMPLE_WITH_C_CALL,
785 self.assertMultilineMatches(bt,
796 'Verify that the "py-bt" command works'
797 bt = self.get_stack_trace(script=self.get_sample_script(),
798 cmds_after_breakpoint=['py-bt'])
799 self.assertMultilineMatches(bt,
816 'Verify that the "py-bt-full" command works'
817 bt = self.get_stack_trace(script=self.get_sample_script(),
818 cmds_after_breakpoint=['py-bt-full'])
819 self.assertMultilineMatches(bt,
832 'Verify that "py-bt" indicates threads that are waiting for the GIL'
853 # Verify with "py-bt":
855 cmds_after_breakpoint=['thread apply all py-bt'])
858 # Verify with "py-bt-full":
860 cmds_after_breakpoint=['thread apply all py-bt-full'])
869 'Verify that "py-bt" indicates if a thread is garbage-collecting'
877 # Verify with "py-bt":
879 cmds_after_breakpoint=['break update_refs', 'continue', 'py-bt'],
883 # Verify with "py-bt-full":
885 cmds_after_breakpoint=['break update_refs', 'continue', 'py-bt-full'],
902 'Verify that "py-bt" displays invocations of PyCFunction instances'
935 # Verify with "py-bt":
939 cmds_after_breakpoint=['bt', 'py-bt'],
946 # Verify with "py-bt-full":
950 cmds_after_breakpoint=['py-bt-full'],
976 cmds_after_breakpoint.append('py-bt')
978 # Verify with "py-bt":
989 bt = self.get_stack_trace(source=SAMPLE_WITH_C_CALL,
991 self.assertMultilineMatches(bt,
998 bt = self.get_stack_trace(source=SAMPLE_WITH_C_CALL,
1000 self.assertMultilineMatches(bt,
1006 bt = self.get_stack_trace(script=self.get_sample_script(),
1008 self.assertMultilineMatches(bt,
1014 bt = self.get_stack_trace(script=self.get_sample_script(),
1016 self.assertMultilineMatches(bt,
1023 bt = self.get_stack_trace(script=self.get_sample_script(),
1025 self.assertMultilineMatches(bt,
1032 bt = self.get_stack_trace(script=self.get_sample_script(),
1034 self.assertMultilineMatches(bt,