)]}'
{
  "commit": "fbcda577011d73fdcf1ebf86160b6fc8ddd95299",
  "tree": "f9a7342f657fa0088f45eb6ae03899223f242235",
  "parents": [
    "3ac9da49378ccb061e3e33e4342c35949bf368a9"
  ],
  "author": {
    "name": "Pedro Alves",
    "email": "pedro@palves.net",
    "time": "Tue May 24 19:30:10 2022 +0100"
  },
  "committer": {
    "name": "Pedro Alves",
    "email": "pedro@palves.net",
    "time": "Wed May 25 19:51:46 2022 +0100"
  },
  "message": "Show enabled locations with disabled breakpoint parent as \"y-\"\n\nCurrently, breakpoint locations that are enabled while their parent\nbreakpoint is disabled are displayed with \"y\" in the Enb colum of\n\"info breakpoints\":\n\n (gdb) info breakpoints\n Num     Type           Disp Enb Address            What\n 1       breakpoint     keep n   \u003cMULTIPLE\u003e\n 1.1                         y   0x00000000000011b6 in ...\n 1.2                         y   0x00000000000011c2 in ...\n 1.3                         n   0x00000000000011ce in ...\n\nSuch locations won\u0027t trigger a break, so to avoid confusion, show \"y-\"\ninstead.  For example:\n\n (gdb) info breakpoints\n Num     Type           Disp Enb Address            What\n 1       breakpoint     keep n   \u003cMULTIPLE\u003e\n 1.1                         y-  0x00000000000011b6 in ...\n 1.2                         y-  0x00000000000011c2 in ...\n 1.3                         n   0x00000000000011ce in ...\n\nThe \"-\" sign is inspired on how the TUI represents breakpoints on the\nleft side of the source window, with \"b-\" for a disabled breakpoint.\n\nChange-Id: I9952313743c51bf21b4b380c72360ef7d4396a09\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "a72fee81550b1025f3cf77a6184a0ffa7370b5aa",
      "old_mode": 33188,
      "old_path": "gdb/NEWS",
      "new_id": "52ffdc4c83aaf04811c0cccdda48f908b1083276",
      "new_mode": 33188,
      "new_path": "gdb/NEWS"
    },
    {
      "type": "modify",
      "old_id": "eac6410a578dac51a056647b8b04881c6b046605",
      "old_mode": 33188,
      "old_path": "gdb/breakpoint.c",
      "new_id": "ed932a19ed7b64542bd5ab202808287b3b20161b",
      "new_mode": 33188,
      "new_path": "gdb/breakpoint.c"
    },
    {
      "type": "modify",
      "old_id": "e5c1ee33aacc41c406c63fc911b20f998d29f2c1",
      "old_mode": 33188,
      "old_path": "gdb/doc/gdb.texinfo",
      "new_id": "686799829193308bf6bc87672d4bd80d1dffeafb",
      "new_mode": 33188,
      "new_path": "gdb/doc/gdb.texinfo"
    },
    {
      "type": "modify",
      "old_id": "782756e9ab14d6580cd9fd54790e91613811160c",
      "old_mode": 33188,
      "old_path": "gdb/testsuite/gdb.cp/ena-dis-br-range.exp",
      "new_id": "83c9838aa42a23a11c3a18a5ca5861fb7289dbac",
      "new_mode": 33188,
      "new_path": "gdb/testsuite/gdb.cp/ena-dis-br-range.exp"
    }
  ]
}
