[DynInst_API:] [dyninst/dyninst] 2bab46: Move ObjectType to Object-X classes (#1904)


Date: Thu, 06 Mar 2025 10:03:32 -0800
From: Kirill Batuzov <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 2bab46: Move ObjectType to Object-X classes (#1904)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 2bab4602a5d2359dfe6d1010fd1e5bde25ceb6e2
      https://github.com/dyninst/dyninst/commit/2bab4602a5d2359dfe6d1010fd1e5bde25ceb6e2
  Author: Kirill Batuzov <batuzovk@xxxxxxxxx>
  Date:   2025-03-06 (Thu, 06 Mar 2025)

  Changed paths:
    M dyninstAPI/src/image.C
    M dyninstAPI/src/image.h
    M dyninstAPI/src/unix.C
    M symtabAPI/h/Symtab.h
    M symtabAPI/h/symutil.h
    M symtabAPI/src/Module.C
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/Object-elf.h
    M symtabAPI/src/Object.h
    M symtabAPI/src/Symtab.C

  Log Message:
  -----------
  Move ObjectType to Object-X classes (#1904)

ObjectType is internal to Object class. It can be different for
different object file formats. Other code should be using accessors
isExecutable(), isSharedLibrary(), etc.



To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 2bab46: Move ObjectType to Object-X classes (#1904), Kirill Batuzov <=