]> sourceware.org Git - systemtap.git/commit
Use debug_frame table, then fallback to eh_frame when necessary.
authorMark Wielaard <mjw@redhat.com>
Wed, 20 May 2009 14:51:24 +0000 (16:51 +0200)
committerMark Wielaard <mjw@redhat.com>
Wed, 20 May 2009 14:51:24 +0000 (16:51 +0200)
commit27b8459045b2276a8bb9ec5f8697cf2931291c4c
treedf2e324e0ecdb04b6905ad19c80a33dfc298b03e
parent6d079c65967609c416afc3092241219482507784
Use debug_frame table, then fallback to eh_frame when necessary.

* runtime/unwind.c (unwind): Call new unwind_frame() first with debug_frame
  data, then if that wasn't able to unwind again with eh_frame data.
  (unwind_frame): Adapted version of old unwind() function that takes a
  table, table length and whether it is an eh_frame table.
runtime/unwind.c
This page took 0.028393 seconds and 5 git commands to generate.