]> sourceware.org Git - systemtap.git/commit
Handle multiple python probes at the same location.
authorDavid Smith <dsmith@redhat.com>
Tue, 25 Oct 2016 17:32:36 +0000 (12:32 -0500)
committerDavid Smith <dsmith@redhat.com>
Tue, 25 Oct 2016 17:32:36 +0000 (12:32 -0500)
commit3062ac65cb403a1cbce0d2b5bae5fdaa052dd1b9
treebe5fc6bc0f3d0a18317828ff5a03c9859ba85635
parent8477e9b559a1d9e1741df923cb541cc792240b4c
Handle multiple python probes at the same location.

* python/HelperSDT/__init__.py (Dispatcher.pytrace_dispatch): Handle
  multiple breakpoints at the same breakpoint location.
  (Dispatcher.do_b): Make sure the line number field is numeric. Clear the
  line number field if we've got a return break.
* tapset-python.cxx (python_builder::build): Add newlines to debug prints.
python/HelperSDT/__init__.py
tapset-python.cxx
This page took 0.025237 seconds and 5 git commands to generate.