)]}'
{
  "commit": "1753e2c3f6c7c5b639c816a89ba83bcbe8bebf4e",
  "tree": "cce9bc1b61f4f365d380ce4f814207a04ed8720d",
  "parents": [
    "7543c960b00ddea23f6105eff4358ec214a7f93c"
  ],
  "author": {
    "name": "Andrew Burgess",
    "email": "aburgess@redhat.com",
    "time": "Wed Nov 22 15:57:56 2023 +0000"
  },
  "committer": {
    "name": "Andrew Burgess",
    "email": "aburgess@redhat.com",
    "time": "Fri Dec 08 17:52:00 2023 +0000"
  },
  "message": "gdb: fix GDB_DEBUG and GDBSERVER_DEBUG Makefile variables\n\nThe gdb/testsuite/README file documents GDB_DEBUG and GDBSERVER_DEBUG\nflags, which can be passed to make in order to enable debugging within\nGDB or gdbserver respectively.\n\nHowever, when I do:\n\n  make check-gdb GDB_DEBUG\u003dinfrun\n\nI don\u0027t see the corresponding debug feature within GDB being enabled.\nNor does:\n\n  make check-gdb GDBSERVER_DEBUG\u003ddebug  \\\n       RUNTESTFLAGS\u003d\"--target_board\u003dnative-extended-gdbserver\"\n\nAppear to enable gdbserver debugging.\n\nI tracked this down to the GDB_DEBUG and GDBSERVER_DEBUG flags being\nmissing from the TARGET_FLAGS_TO_PASS variable in gdb/Makefile.  This\nvariable already contains lots of testing related flags, like\nRUNTESTFLAGS and TESTS, so I think it makes sense to add GDB_DEBUG and\nGDBSERVER_DEBUG here too.\n\nWith this done, this debug feature is now working as expected.\n\nApproved-By: Tom Tromey \u003ctom@tromey.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "3510577f0903d72f389e3b4646cbab0138958e68",
      "old_mode": 33188,
      "old_path": "gdb/Makefile.in",
      "new_id": "0886c0e84952dcb9f99279937b9111edb87a5599",
      "new_mode": 33188,
      "new_path": "gdb/Makefile.in"
    }
  ]
}
