)]}'
{
  "commit": "fb6d30e013edc16cc830447a7115c0a5189f753f",
  "tree": "a6134b125125b1352a6c4110c7224bcee39b7c6b",
  "parents": [
    "13ee5410707d0487fbd97c91b83280d169b5a654"
  ],
  "author": {
    "name": "Pedro Alves",
    "email": "pedro@palves.net",
    "time": "Sat Dec 03 16:20:51 2022 +0000"
  },
  "committer": {
    "name": "Pedro Alves",
    "email": "pedro@palves.net",
    "time": "Mon Feb 27 19:12:28 2023 +0000"
  },
  "message": "Tweak \"Using the running image of ...\" output\n\nCurrently, \"info files\" and \"info program\" on a few native targets\nshow:\n\n (gdb) info files\n Symbols from \"/home/pedro/gdb/tests/threads\".\n Native process:\n\t Using the running image of child Thread 0x7ffff7d89740 (LWP 1097968).\n\t\t\t\t\t  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n ...\n\n (gdb) info program\n\t Using the running image of child Thread 0x7ffff7d89740 (LWP 1097968).\n\t\t\t\t\t  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Program stopped at 0x555555555278.\n ...\n\n\nThis patch changes them to:\n\n (gdb) info files\n Symbols from \"/home/pedro/gdb/tests/threads\".\n Native process:\n\t Using the running image of child process 1097968.\n\t                                  ^^^^^^^^^^^^^^^\n ...\n\n (gdb) info program\n\t Using the running image of child process 1097968.\n\t                                  ^^^^^^^^^^^^^^^\n Program stopped at 0x555555555278.\n ...\n\n\n... which I think makes a lot more sense in this context.  The \"info\nprogram\" manual entry even says:\n\n  \"Display information about the status of your program: whether it is\n   running or not, what process it is, and why it stopped.\"\n                        ^^^^^^^^^^^^^\n\nThis change affects ptrace targets, procfs targets, and Windows.\n\nApproved-By: Simon Marchi \u003csimon.marchi@efficios.com\u003e\nChange-Id: I6aab061ff494a84ba3398cf98fd49efd7a6ec1ca\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "a335165870586e8cf843d0849f8f0ce6a1dd69ad",
      "old_mode": 33188,
      "old_path": "gdb/inf-ptrace.c",
      "new_id": "ececf0e94986bd14339240c203be556dde62b52e",
      "new_mode": 33188,
      "new_path": "gdb/inf-ptrace.c"
    },
    {
      "type": "modify",
      "old_id": "ffe11c69abfa4cba9555cd5fa124e89b8a25efcd",
      "old_mode": 33188,
      "old_path": "gdb/nto-procfs.c",
      "new_id": "8e40efa31fcf0e85923ab2eb529ec34654acd915",
      "new_mode": 33188,
      "new_path": "gdb/nto-procfs.c"
    },
    {
      "type": "modify",
      "old_id": "2c009c3e32047512c4053a197da0b6778cc640a4",
      "old_mode": 33188,
      "old_path": "gdb/procfs.c",
      "new_id": "741e62a24026e5fb75e40931ba1760229f116ecf",
      "new_mode": 33188,
      "new_path": "gdb/procfs.c"
    },
    {
      "type": "modify",
      "old_id": "a8ce05393b9ea8ea8d97136425d4b51bd51caa06",
      "old_mode": 33188,
      "old_path": "gdb/windows-nat.c",
      "new_id": "26ad04b27be3415e9c7878cf2663a50eb883f509",
      "new_mode": 33188,
      "new_path": "gdb/windows-nat.c"
    }
  ]
}
