)]}'
{
  "commit": "4536b3bb61fd2fc7b3482cdc8d03a2542cdf5d9e",
  "tree": "83928b73d3bd6d9c8164a719eb85951f76f9c9dd",
  "parents": [
    "7ae6857316e020467f84645ba7c1c5ec6c085bd9"
  ],
  "author": {
    "name": "Tom Tromey",
    "email": "tromey@adacore.com",
    "time": "Thu Apr 07 10:17:02 2022 -0600"
  },
  "committer": {
    "name": "Tom Tromey",
    "email": "tromey@adacore.com",
    "time": "Thu Apr 14 10:04:13 2022 -0600"
  },
  "message": "Silence -Wmaybe-uninitialized warning from target_waitstatus\n\nCurrently, one use of target_waitstatus yields a warning:\n\n     target/waitstatus.h: In function \u0027void stop_all_threads()\u0027:\n     target/waitstatus.h:175:13: warning: \u0027ws.target_waitstatus::m_value\u0027 may be used uninitialized in this function [-Wmaybe-uninitialized]\n       175 |     m_value \u003d other.m_value;\n\t   |     ~~~~~~~~^~~~~~~~~~~~~~~\n\nThis patch silences the warning.  I tried the \"volatile member\"\napproach that was used for gdb::optional, but that didn\u0027t work, so\nthis patch simply initializes the member.\n\n\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "7b5faed83c757f7f9a611f3729061a3fed987d3a",
      "old_mode": 33188,
      "old_path": "gdb/target/waitstatus.h",
      "new_id": "63bbd7377499108fa1ba935da0ee21e03cc6fa09",
      "new_mode": 33188,
      "new_path": "gdb/target/waitstatus.h"
    }
  ]
}
