)]}'
{
  "commit": "a1537331abaf66fddd3553dd827381a01bcda46c",
  "tree": "d89df55bc6847b374ee63eff964844da49e83160",
  "parents": [
    "4868f287d036a12b09541757a046ce4f8f6aac44"
  ],
  "author": {
    "name": "Guinevere Larsen",
    "email": "guinevere@redhat.com",
    "time": "Thu Apr 24 08:42:12 2025 -0300"
  },
  "committer": {
    "name": "Guinevere Larsen",
    "email": "guinevere@redhat.com",
    "time": "Fri Apr 25 08:43:13 2025 -0300"
  },
  "message": "gdb: fix 32 bit build\n\nThe recent commit dbbb9cfd3708a5b09b449c6cbc4d74dfec13904d added a\nmessage using %ld to print an std::vector::size, which is of size_t\ntype. on 64 bit machines, size_t will be an unsigned long int, making\n%ld work just fine, but on 32 bit ones, size_t will be unsigned int,\nwhich causes the build to fail.\n\nThis commit fixes that by using %zu instead.\n\nBug: https://sourceware.org/bugzilla/show_bug.cgi?id\u003d32901\nTested-By: Luis Machado \u003cluis.machado@arm.com\u003e\nApproved-By: Luis Machado \u003cluis.machado@arm.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "5c5cfbdd9b92634d95a1b342b132f961a37d9a79",
      "old_mode": 33188,
      "old_path": "gdb/solib.c",
      "new_id": "85ec6bb2f1ede061774e4f52ba83c0392e59801b",
      "new_mode": 33188,
      "new_path": "gdb/solib.c"
    }
  ]
}
