HomeSort by relevance Sort by last modified time
    Searched refs:exception_bkpt (Results 1 - 2 of 2) sorted by null

  /external/lldb/test/lang/cpp/exceptions/
TestCPPExceptionBreakpoints.py 43 exception_bkpt = target.BreakpointCreateForException (lldb.eLanguageTypeC_plus_plus, True, True)
44 self.assertTrue (exception_bkpt, "Made an exception breakpoint")
51 stopped_threads = lldbutil.get_threads_stopped_at_breakpoint (process, exception_bkpt)
65 stopped_threads = lldbutil.continue_to_breakpoint (process, exception_bkpt)
  /external/lldb/test/expression_command/call-throws/
TestCallThatThrows.py 90 exception_bkpt = target.BreakpointCreateForException (lldb.eLanguageTypeObjC, False, True)
91 self.assertTrue(exception_bkpt.GetNumLocations() > 0)

Completed in 58 milliseconds