]> sourceware.org Git - systemtap.git/commit
listing_mode.exp: use stap instead of nm to get addrs
authorJonathan Lebon <jlebon@redhat.com>
Mon, 7 Jul 2014 18:59:56 +0000 (14:59 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Mon, 7 Jul 2014 19:04:48 +0000 (15:04 -0400)
commit14d3fd4d6779eab8298f929f549aca1342bf83ba
treeca06a103e46f741b93786c68058bec717f4eec97
parent538687c9f36052fb229e7cbd11eece5212d12f42
listing_mode.exp: use stap instead of nm to get addrs

We previously relied on nm to retrieve the addresses of functions in
the executable and library. This causes issues on ppc64, in which nm
simply returns the function descriptor rather than the actual text
address.

We now instead rely on stap itself to retrieve function addresses. This
should fix all of the FAILs of this testcase on the ppc64 platform.
testsuite/systemtap.base/listing_mode.exp
This page took 0.028216 seconds and 5 git commands to generate.