]> sourceware.org Git - systemtap.git/commitdiff
Print plt addresses in hex
authorJosh Stone <jistone@redhat.com>
Wed, 15 May 2013 04:24:05 +0000 (21:24 -0700)
committerJosh Stone <jistone@redhat.com>
Wed, 15 May 2013 04:24:05 +0000 (21:24 -0700)
tapsets.cxx

index 1a2cd59c02e5fc0db304e0859331c307416b6d0e..0d23439ee4b7d4e07d5070303e6573dd6ae3485a 100644 (file)
@@ -2211,7 +2211,7 @@ query_one_plt (const char *entry, long addr, dwflpp & dw,
                                              new literal_string(entry));
             derived_comps.push_back(*it);
             derived_comps.push_back(new probe_point::component(TOK_STATEMENT,
-                                                               new literal_number(addr)));
+                                                               new literal_number(addr, true)));
           }
         else
           derived_comps.push_back(*it);
This page took 0.047897 seconds and 5 git commands to generate.