]> sourceware.org Git - systemtap.git/commit
PR10599 Always print modname when available (and requested).
authorMark Wielaard <mjw@redhat.com>
Tue, 29 Jun 2010 14:16:02 +0000 (16:16 +0200)
committerMark Wielaard <mjw@redhat.com>
Tue, 29 Jun 2010 14:32:38 +0000 (16:32 +0200)
commit82ea0c96760eba1a1f521c007b9353e7e568906b
treef480fb29695d6752d37b6e2b2c86d5bf4e410dfa
parentb3c857f19a8fab9067adee7374bd8a2c7377d160
PR10599 Always print modname when available (and requested).

* runtime/sym.c (_stp_umod_lookup): Also return vm_end if available.
  (_stp_kallsyms_lookup): Don't try to handle 32bit-on-64bit signedness,
  _stp_umod_lookup already does. If available return modname, size and
  offset.
  (_stp_print_addr): Always print modname when available (and requested).
  (_stp_symbol_snprint): Likewise.
* runtime/unwind.c (unwind): Adjust _stp_umod_lookup call.
* tapset/ucontext.stp (umodname): Likewise.
runtime/sym.c
runtime/unwind.c
tapset/ucontext.stp
This page took 0.023 seconds and 5 git commands to generate.