)]}'
{
  "commit": "b88ea1f73fcd31fd89f5bfe87a3667b9cc9194c5",
  "tree": "8c8ba64b672c7cb7cad2d10717ef785cdfb15193",
  "parents": [
    "a108d9c1136459cd03ce294100932bcce870a21f"
  ],
  "author": {
    "name": "Andrew Burgess",
    "email": "aburgess@redhat.com",
    "time": "Thu Jul 20 11:12:40 2023 +0100"
  },
  "committer": {
    "name": "Andrew Burgess",
    "email": "aburgess@redhat.com",
    "time": "Sun Sep 14 15:57:09 2025 +0100"
  },
  "message": "gdb: improve show text and help text for \u0027remote exec-file\u0027\n\nThe current behaviour for \u0027show remote exec-file\u0027 is this:\n\n  (gdb) show remote exec-file\n\n  (gdb) set remote exec-file /abc\n  (gdb) show remote exec-file\n  /abc\n  (gdb)\n\nThe first output, the blank line, is just GDB showing the default\nempty value.\n\nThis output is not really inline with GDB\u0027s more full sentence style\noutput, so in this commit I\u0027ve updated things, the output is now:\n\n  (gdb) show remote exec-file\n  The remote exec-file is unset, the default remote executable will be used.\n  (gdb) set remote exec-file /abc\n  (gdb) show remote exec-file\n  The remote exec-file is \"/abc\".\n  (gdb)\n\nWhich I think is more helpful to the user.\n\nI have also updated the help text for this setting.  Previously we had\na set/show header line, but no body text, now we have:\n\n  (gdb) help show remote exec-file\n  Show the remote file name for starting inferiors.\n  This is the file name, on the remote target, used when starting an\n  inferior, for example with the \\\"run\\\", \\\"start\\\", or \\\"starti\\\"\n  commands.  This setting is only useful when debugging a remote target,\n  otherwise, this setting is not used.\n  (gdb)\n\nWhich I think is more helpful.\n\nReviewed-By: Mark Wielaard \u003cmark@klomp.org\u003e\nTested-By: Mark Wielaard \u003cmark@klomp.org\u003e\nReviewed-By: Eli Zaretskii \u003celiz@gnu.org\u003e\nApproved-By: Tom Tromey \u003ctom@tromey.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "5535afbc1000a6ee5e489db7534fd7f127f34d33",
      "old_mode": 33188,
      "old_path": "gdb/remote.c",
      "new_id": "e1b54c6f9afa5074b8eeb62e987477a54da95b64",
      "new_mode": 33188,
      "new_path": "gdb/remote.c"
    },
    {
      "type": "modify",
      "old_id": "b73528114c4a4495f6be1783c53b47ca5c08b540",
      "old_mode": 33188,
      "old_path": "gdb/testsuite/gdb.base/remote-exec-file.exp",
      "new_id": "baaf03952e6da359909adf8794277c5acf88d941",
      "new_mode": 33188,
      "new_path": "gdb/testsuite/gdb.base/remote-exec-file.exp"
    },
    {
      "type": "modify",
      "old_id": "026a10ba68a27588afe6bf92633f9708e1abf1b1",
      "old_mode": 33188,
      "old_path": "gdb/testsuite/gdb.multi/gdb-settings.exp",
      "new_id": "97961f5b93337f516ee461d8de4a095f73bb699d",
      "new_mode": 33188,
      "new_path": "gdb/testsuite/gdb.multi/gdb-settings.exp"
    }
  ]
}
