)]}'
{
  "commit": "2e703c09ecb2d025dd86511a1333ca6ac10deab4",
  "tree": "43c5141dc48ff3db18983517ab9c4e57f2bc1c83",
  "parents": [
    "aef11345e4be223ed1094b67179746dc3c8b9821"
  ],
  "author": {
    "name": "Pedro Alves",
    "email": "pedro@palves.net",
    "time": "Thu Apr 18 20:22:36 2024 +0100"
  },
  "committer": {
    "name": "Pedro Alves",
    "email": "pedro@palves.net",
    "time": "Fri Apr 26 21:21:59 2024 +0100"
  },
  "message": "Centralize documentation of error and empty RSP responses\n\nCurrently, for each packet, we document the \"E NN\" response (error),\nand the empty response (unsupported).  This patch centralizes that in\na new \"Standard Replies\" section.\n\nIn the \"Packets\", \"General Query Packets\", \"Tracepoint Packets\"\nsections, Remove explicit mention of empty and error replies, except\nwhen they provide detail not covered in Standard Replies.\n\nNote this hunk:\n\n -@item E @var{NN}\n -@var{NN} is errno\n\nand this one:\n\n -@item E00\n -The request was malformed, or @var{annex} was invalid.\n -\n -@item E @var{nn}\n -The offset was invalid, or there was an error encountered reading the data.\n -The @var{nn} part is a hex-encoded @code{errno} value.\n\nwere really documenting things that don\u0027t really work that way.\n\nThe first is the documentation of the \"m\" packet.  GDB does _not_\ninterpret the NN as an errno.  It can\u0027t, in fact, because the\nremote/target errno numbers have nothing to do with GDB/host errno\nnumbers in a cross debugging scenario.\n\nThe second hunk above is from the documentation of qXfer.  Again, GDB\ndoes not give any interpretation to the NN error code at all.  Nor\ndoes GDBserver.  And again, an errno number can\u0027t be interpreted in a\ncross debugging scenario.\n\nChange-Id: I973695c80809cdb5a5e8d5be8b78ba4d1ecdb513\nCo-Authored-By: Jim Blandy \u003cjimb@codesourcery.com\u003e\nCo-Authored-By: Mike Wrighton \u003cmike_wrighton@mentor.com\u003e\nCo-Authored-By: Nathan Sidwell \u003cnathan@codesourcery.com\u003e\nCo-Authored-By: Hafiz Abid Qadeer \u003cabidh@codesourcery.com\u003e\nApproved-By: Eli Zaretskii \u003celiz@gnu.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "d7b8b3f1b61a6b4c6995d4bdeaa04f6ee03dbf55",
      "old_mode": 33188,
      "old_path": "gdb/doc/gdb.texinfo",
      "new_id": "b5f6b9cd80271e51318f05d21f3df8f329b46423",
      "new_mode": 33188,
      "new_path": "gdb/doc/gdb.texinfo"
    }
  ]
}
