Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 22d6e813cae5573dac97f467de1d3a927e27d004
      https://github.com/dyninst/dyninst/commit/22d6e813cae5573dac97f467de1d3a927e27d004
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2025-03-10 (Mon, 10 Mar 2025)
  Changed paths:
    M dyninstAPI/src/image.C
    M dyninstAPI/src/image.h
    M dyninstAPI/src/parse-cfg.C
    M dyninstAPI/src/unix.C
    M symtabAPI/doc/API/Symtab/Symtab.tex
    M symtabAPI/h/Symtab.h
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/Object-elf.h
    M symtabAPI/src/Object.h
    M symtabAPI/src/Symtab.C
  Log Message:
  -----------
  Rename Symtab::isRelocatableFile -> isUnlinkedObjectFile (#1906)
* Rename image::isRelocatableObj -> isRelocatableFile
This makes it consistent with all of the other names for this functionality.
* Rename Symtab::isRelocatableFile -> isUnlinkedObjectFile
isRelocatableFile returns true if-and-only-if the file is ELF with
file type ET_REL. This change provides a format-agnostic name for the
same concept.
To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
 |