]> sourceware.org Git - systemtap.git/commit - tapsets.cxx
Fix the SDT_V3 operand handling to recognize arm64 style address modes
authorWilliam Cohen <wcohen@redhat.com>
Mon, 8 Dec 2014 21:25:37 +0000 (16:25 -0500)
committerWilliam Cohen <wcohen@redhat.com>
Mon, 8 Dec 2014 21:25:37 +0000 (16:25 -0500)
commit297745ba6c7d019747d8a9f4a0e5cc05a71bc87b
tree11d69f096fcb704d51775ce08566de0da866444a
parent5ff31dfe9580fdde940f0129f69f80dfe4b75a38
Fix the SDT_V3 operand handling to recognize arm64 style address modes

The arm64 address operands are very similar to 32-bit arm address
operands, but they are not identical.  The arm64 versions may lack
white space and the '#' before the offset value.  The regular
expression matching has been adjusted to recognized both 32-bit and
64-bit arm versions.
tapsets.cxx
This page took 0.024898 seconds and 5 git commands to generate.