[DynInst_API:] [dyninst/dyninst] 56005e: Make Symtab::parseTypesNow thread-safe


Date: Fri, 25 Aug 2023 18:04:39 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 56005e: Make Symtab::parseTypesNow thread-safe
  Branch: refs/heads/thaines/make_parseTypesNow_threadsafe
  Home:   https://github.com/dyninst/dyninst
  Commit: 56005ebea6ed35556dd24a22186f04082879f299
      https://github.com/dyninst/dyninst/commit/56005ebea6ed35556dd24a22186f04082879f299
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2023-08-25 (Fri, 25 Aug 2023)

  Changed paths:
    M symtabAPI/h/Symtab.h
    M symtabAPI/src/Symtab.C

  Log Message:
  -----------
  Make Symtab::parseTypesNow thread-safe

There are many places where this is called without a user realizing it.
If they were to call any of those functions in parallel, type parsing
would break.


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 56005e: Make Symtab::parseTypesNow thread-safe, Tim Haines <=