Tim Haines

Results 183 comments of Tim Haines

@sashanicolas Could you verify this?

@bn222 Could you rebase this onto the HEAD of master?

gcc can find these with `-Wswitch-enum` and ones without defaults using -Wswitch-default`.

@wcohen It doesn't (https://github.com/dyninst/dyninst/blob/master/symtabAPI/src/dwarfWalker.C#L848). That code was added in 2012, but never implemented. I will add it to the other DWARF type parsing issues.

@wcohen @sashanicolas I created a project to track issues related to parsing DWARF type information. https://github.com/dyninst/dyninst/projects/7

@mxz297 Here is the slightly modified version I've been using. The Makefile is highly specific to my environment. [type_ref.tar.gz](https://github.com/dyninst/dyninst/files/7643344/type_ref.tar.gz)

@mxz297 I have a branch with the function name parsing implemented. For some reason, the parser still doesn't add the inlined site to the list of functions, so I'm working...

@mxz297 @sashanicolas Do you have any thoughts on this?

We are currently working to retool our CMake. Part of that includes increasing the minimum supported version of TBB to one that comes with a CMake installation. I _think_ that's...

>Does the current version of Dyninst support static binary rewriting on ARMv8? No. The person working on that left a few months ago. It's unlikely that will be implemented until...