]> sourceware.org Git - systemtap.git/commit
Adjust analysis code to compile with older Dyninst 9
authorWilliam Cohen <wcohen@redhat.com>
Thu, 28 Oct 2021 20:13:56 +0000 (16:13 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Thu, 28 Oct 2021 20:13:56 +0000 (16:13 -0400)
commit1f51b4cb33c24fa0ad02ffac7c018277d0f134c8
tree91e29cb00d5db57db90b36b0227b2abbe84ff15c
parent48a305c3c1b78a76062f02b8ba135332485f6d83
Adjust analysis code to compile with older Dyninst 9

The Block getInsn method and InsnLoc constructor have different
signature in older Dyninst 9.  To hide those differences between
version of Dyninst just put the method invocation in the constructor
and let the compiler figure out which type the parameter is.
analysis.cxx
This page took 0.024843 seconds and 5 git commands to generate.