Home
last modified time | relevance | path

Searched refs:tracer_impl (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/examples/python/
H A Dpytracer.py185 tracer_impl = TracerClass() variable
189 if tracer_impl is None:
192 call_retval = tracer_impl.callEvent(FrameFancy(frame))
197 line_retval = tracer_impl.lineEvent(FrameFancy(frame))
202 tracer_impl.returnEvent(FrameFancy(frame), args)
205 exception_retval = tracer_impl.exceptionEvent(
211 tracer_impl.cCallEvent(FrameFancy(frame), args)
213 tracer_impl.cReturnEvent(FrameFancy(frame), args)
215 tracer_impl.cExceptionEvent(FrameFancy(frame), args)
220 global tracer_impl
[all …]