[DynInst_API:] [dyninst/dyninst] c17e2a: fix building of symlite


Date: Fri, 17 Dec 2021 07:14:43 -0800
From: kupsch <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] c17e2a: fix building of symlite
  Branch: refs/heads/kupsch/fix-symlite
  Home:   https://github.com/dyninst/dyninst
  Commit: c17e2af9c35f434e5e707717d98f95dc34b0c36c
      https://github.com/dyninst/dyninst/commit/c17e2af9c35f434e5e707717d98f95dc34b0c36c
  Author: James A. Kupsch <kupsch@xxxxxxxxxxx>
  Date:   2021-12-17 (Fri, 17 Dec 2021)

  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

- 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
  as it is incompatible with <elf.h>


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] c17e2a: fix building of symlite, kupsch <=