Tim Haines
Tim Haines
> However, I do not want to introduce the .dyninstInst section since it makes harder for me to generate a map file. There is no way to avoid this. If...
Reported by Sameer Shende at Univ of Oregon. Two Grace-Hopper and Grace-Grace systems running on RHEL 8.8 on aarch64 (80 core ARM processor). ``` (gdb) run -T cupti ./mm -o...
I'm not able to reproduce the error locally. 1. Your mutator doesn't compile. Are you missing a declaration of `bpatch`, or are you using `BPatch::bpatch`? 2. Did you build Dyninst...
Oh, sorry. I forgot to add the 32-bit flags to the mutatee in CMakeLists.txt. ```cmake cmake_minimum_required(VERSION 3.13.0) project(rewriter) find_package(Dyninst REQUIRED) add_executable(input input.c) target_compile_options(input PRIVATE "-m32") target_link_options(input PRIVATE "-m32") add_executable(rewriter rewriter.cpp)...
Inline information is only available when debugging information is present. From the codesign [Makefile](https://github.com/E3SM-Project/codesign-kernels/blob/master/nested_loops/Makefile), it looks like you might have to manually pass "-g". Could you rebuild `nested` using `"FFLAGS=...
No, we don't want to crash in any situation. I just wanted to check if it was a lack of DWARF that was causing the problem. I'll see if I...
Fixed by #1664
>while accessing a memory address,can dyninst know what the address is before read or wire it? You can use Dyninst to read the value of a register or memory location...
Closing due to inactivity. If you need help on this again, please re-open this issue.
Clang is using DWARF5 here. ``` [symtabAPI/src/Object-elf.C:2263] At fix_global_symbol_modules_static_dwarf [symtabAPI/src/Object-elf.C:2291] Number of CU DIEs seen 1 [symtabAPI/src/dwarfWalker.C:2156] Warning: Unhandled form 0x1b for constant decode [symtabAPI/src/dwarfWalker.C:858] Lexical block from 0x1130 to...