Tim Haines

Results 56 issues of Tim Haines

ping @sashanicolas @mxz297 **test.cpp** void aaa(int x, float f, double d){} void foo(int, float, double){} void bar(int, float f, double d){} void baz(int x, float f, double){} void buz(int x,...

bug
Symtab
DWARF

Dyninst is supposed to export DYNINST_INCLUDE_DIRS, but it actually exports DYNINST_INCLUDE_DIR (singular).

build

Karl Ott submitted via the mailing list: I am trying to instrument a statically linked binary and no matter what I have tried the mutator code can't seem to find...

bug
user-reported

stackwalk/h/local_var.h and parseAPI/h/GraphAdapter.h were incorrectly removed by 44507e6b0. Fixes #1300

bug
build

Was originally part of #1670.

enhancement
PowerPC
ARMv8
parseAPI
x86_64

This was broken by e7db16f5 in 2010. Originally part of #1670

bug
parseAPI

This replaces #638. This is still a work in progress, but I want to get the code out for review. There are several items I want to check on before...

enhancement
instructionAPI
x86_64

Improvements: - All documentation is written in a single format - That format is not LaTeX - RST is used by many large projects, including the Linux kernel - Uniform...

enhancement
documentation

Reported by @nrtallent and @yasodha-sk. From [memgaze](https://github.com/pnnl/memgaze/tree/master/xlib#dyninst): >MemGaze needs the mapping of each new ptwrite (instrumentation) to the original memory access instruction. Not only does this provide source line information,...

bug
user-reported
x86_64
dyninstAPI

@mwkrentel @jmellorcrummey asked about need of locking in `Symtab::findModuleByOffset`. It looks to be needed because `Symtab::mod_lookup` lazily assigns the `mod_lookup_` member which is an `IBSTree`. Constructing an `IBSTree` appears to...

Symtab
user-reported