This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/20423] improve error message for dwarf $var 'struct ... being accessed instead of member'


https://sourceware.org/bugzilla/show_bug.cgi?id=20423

--- Comment #3 from Frank Ch. Eigler <fche at redhat dot com> ---
By the way, pmachata's dwgrep was worth its weight in gold ^W relearning-effort
again:

% dwgrep  /usr/src/debug/lib/modules/$VERSION/vmlinux -e 'entry ?TAG_subprogram
?AT_name (@AT_name == "dput")  child ?DW_TAG_formal_parameter @DW_AT_type
@DW_AT_type child (@AT_name == "d_inode") @DW_AT_type @DW_AT_type child
(@AT_name == "i_count") @DW_AT_type @DW_AT_type'

[29b82ac]       structure_type
        byte_size       4
        decl_file       "include/linux/types.h"
        decl_line       175
        sibling [29b82c1] typedef

-- 
You are receiving this mail because:
You are the assignee for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]