)]}'
{
  "commit": "7808a1f7f68cb38f66cf44bb91faae29b0dbfedd",
  "tree": "aae9675360f9ccbb369984a502f596c7417b6865",
  "parents": [
    "8c7cb01a296c3f91372505b67be76ca41f0665a6"
  ],
  "author": {
    "name": "Tom de Vries",
    "email": "tdevries@suse.de",
    "time": "Fri Oct 07 18:08:00 2022 +0200"
  },
  "committer": {
    "name": "Tom de Vries",
    "email": "tdevries@suse.de",
    "time": "Fri Oct 07 18:08:00 2022 +0200"
  },
  "message": "[gdb/testsuite] Handle host cleanfiles\n\nWhen running test-case gdb.server/abspath.exp with host board\nlocal-remote-host-notty, I get:\n...\n$ git sti\n  ...\n        deleted:    gdb/testsuite/gdb.xml/trivial.xml\n...\n\nThis happens as follows.  The test-case calls skip_gdbserver_test, which calls\ngdb_skip_xml_test, which does:\n...\n    set xml_file [gdb_remote_download host \"${srcdir}/gdb.xml/trivial.xml\"]\n...\n\nThen proc gdb_remote_download appends $xml_file (which for this particular\nhost board happens to be ${srcdir}/gdb.xml/trivial.xml) to cleanfiles, which\nends up being handled in gdb_finish by:\n...\n       eval remote_file target delete $cleanfiles\n...\n\nThe problem is that a host file is deleted using target delete.\n\nFix this by splitting cleanfiles up in cleanfiles_target and cleanfiles_host.\n\nTested on x86_64-linux.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "99a6de6f7245e1e8e13b2ed1474241c165f4baea",
      "old_mode": 33188,
      "old_path": "gdb/testsuite/lib/gdb.exp",
      "new_id": "44cc28b30051b5be3a9c184f18385af9c8d8b0d7",
      "new_mode": 33188,
      "new_path": "gdb/testsuite/lib/gdb.exp"
    }
  ]
}
