Changeset 10599da


Ignore:
Timestamp:
05/29/15 02:16:47 (9 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master
Children:
747d2b1
Parents:
081a0fa
git-author:
Hal Finkel <hfinkel@…> (05/29/15 02:16:47)
git-committer:
Hal Finkel <hfinkel@…> (05/29/15 02:16:47)
Message:

add comment on @

File:
1 edited

Legend:

Unmodified
Added
Removed
  • memlog2dot

    r081a0fa r10599da  
    189189    # In general, this function name might look something like: 
    190190    #   00000329.plt_call.wcsnrtombs@@GLIBC_2.3+0 
    191     $func =~ s/@.*//; 
     191    $func =~ s/@.*//; # Remove trailing symbol version strings 
    192192    $func =~ s/.*\.//; 
    193193    $func = `c++filt '$func'`; 
Note: See TracChangeset for help on using the changeset viewer.