[DynInst_API:] [dyninst/dyninst] b8fed7: fix building of symlite (#1197)


Date: Wed, 09 Feb 2022 08:41:29 -0800
From: kupsch <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] b8fed7: fix building of symlite (#1197)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: b8fed71b204e98b016dc751f2273da5fa2d5967f
      https://github.com/dyninst/dyninst/commit/b8fed71b204e98b016dc751f2273da5fa2d5967f
  Author: kupsch <kupsch@xxxxxxxxxxx>
  Date:   2022-02-09 (Wed, 09 Feb 2022)

  Changed paths:
    M CMakeLists.txt
    M parseAPI/h/SymLiteCodeSource.h
    M parseAPI/src/SymLiteCodeSource.C
    M proccontrol/src/linux.C

  Log Message:
  -----------
  fix building of symlite (#1197)

- add missing pure virtual functions isReadOnly
- fix isCode and isData methods to use program header permissions instead
  of just returning true
- fix printf compiler warning
- disable parseThat if using symlite as it is not compatible
- remove #include <linux/elf.h> from proccontrol/src/linux.h on aarch64
  if SYMLITE is configured as it is incompatible with <elf.h>


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] b8fed7: fix building of symlite (#1197), kupsch <=