|   Branch: refs/heads/thaines/refactor_dwarfWalker_dieRanges
  Home:   https://github.com/dyninst/dyninst
  Commit: 86bf03b75d17a7b19532d984ae3724afde0e2d66
      https://github.com/dyninst/dyninst/commit/86bf03b75d17a7b19532d984ae3724afde0e2d66
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2023-09-22 (Fri, 22 Sep 2023)
  Changed paths:
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/dwarfWalker.C
    M symtabAPI/src/dwarfWalker.h
  Log Message:
  -----------
  Remove unused parameters
Their usage was removed by 48d4286c in 2018.
  Commit: b461599c0f1b47ec0e9370ebfdceb6c69d39f03f
      https://github.com/dyninst/dyninst/commit/b461599c0f1b47ec0e9370ebfdceb6c69d39f03f
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2023-09-22 (Fri, 22 Sep 2023)
  Changed paths:
    M symtabAPI/src/dwarfWalker.C
  Log Message:
  -----------
  Remove undefined behavior
Explicitly non-terminating loops are UB since C++11.
  Commit: 59542159276ade2c34d8c1220b634635a49b9127
      https://github.com/dyninst/dyninst/commit/59542159276ade2c34d8c1220b634635a49b9127
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2023-09-22 (Fri, 22 Sep 2023)
  Changed paths:
    M symtabAPI/src/dwarfWalker.C
  Log Message:
  -----------
  Remove old debug code
  Commit: dabd6c02cf01060ec6673e9e44734147318dd256
      https://github.com/dyninst/dyninst/commit/dabd6c02cf01060ec6673e9e44734147318dd256
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2023-09-22 (Fri, 22 Sep 2023)
  Changed paths:
    M symtabAPI/src/dwarfWalker.C
  Log Message:
  -----------
  Revert "Remove undefined behavior"
The rules for this have changed since C++0x. Compilers may assume that
threads of execution will terminate if they make calls to IO.
This reverts commit 290223cfd5ef6e88176de14b10665fcbe0f3b848.
Compare: https://github.com/dyninst/dyninst/compare/1a17c8d0f030...dabd6c02cf01
 |