)]}'
{
  "commit": "7380aebcf979828d7e0185fbc2b500f99e4d270a",
  "tree": "34c7a233da3794c6cf1cb371e61a26165205ab7f",
  "parents": [
    "ae3c2f58a1ce7b9eadf40e12d942848ae9031a7b"
  ],
  "author": {
    "name": "Jonas Devlieghere",
    "email": "jonas@devlieghere.com",
    "time": "Thu May 14 14:32:34 2026 -0700"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu May 14 21:32:34 2026 +0000"
  },
  "message": "[lldb] Fix data race on Process::FindPlugin\u0027s unique-id counter (#197807)\n\ng_process_unique_id is a function-local static used to hand out unique\nIDs to each Process. It was a plain uint32_t, so concurrent\nSBTarget::LoadCore / Target::CreateProcess calls raced on the increment.\n\nMake it std::atomic\u003cuint32_t\u003e. Prefix operator++ on std::atomic is\nalready an atomic fetch_add that returns the new value, so the call\nsites are unchanged.\n\nFound by ThreadSanitizer as part of #197792.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "dfa93bf54a74790b8bdd2c645f5c962c4a8db3e1",
      "old_mode": 33188,
      "old_path": "lldb/source/Target/Process.cpp",
      "new_id": "ae0f4fbcbb683ccb3355eed3f643e32e4f0c105e",
      "new_mode": 33188,
      "new_path": "lldb/source/Target/Process.cpp"
    }
  ]
}
