)]}'
{
  "commit": "685bb4e84bafaa5d9506cdacaf2766638bbbc560",
  "tree": "71138360d4dae95ece691e06a36bee76c72679c7",
  "parents": [
    "282aa4f7d292eb4bc213d028465a3b96f5af2f22"
  ],
  "author": {
    "name": "Nelson Chu",
    "email": "nelson.chu@sifive.com",
    "time": "Mon Aug 30 23:20:45 2021 +0800"
  },
  "committer": {
    "name": "Nelson Chu",
    "email": "nelson.chu@sifive.com",
    "time": "Mon Aug 30 23:30:11 2021 +0800"
  },
  "message": "RISC-V: PR28291, Fix the gdb fails that PR27916 caused.\n\n* According to PR28291, we get the following unexpected gdb behavior,\n\n(gdb) disassemble 0x0,+4\nDump of assembler code from 0x0 to 0x4:\n   0x0000000000000000:\n   0x0000000000000001:\n   0x0000000000000002:\n   0x0000000000000003:\nEnd of assembler dump.\n\n* This patch should fix it to the right behavior,\n\n(gdb) disassemble 0x0,+4\nDump of assembler code from 0x0 to 0x4:\n   0x0000000000000000:  Cannot access memory at address 0x0\n\nopcodes/\n    pr 28291\n    * riscv-dis.c (print_insn_riscv): Return STATUS if it is not zero.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "30b42ef3aec771ca4b2ed3f969e0e3b76e131454",
      "old_mode": 33188,
      "old_path": "opcodes/riscv-dis.c",
      "new_id": "171aea21c7afe1feebeb688d01b036cc472a68ff",
      "new_mode": 33188,
      "new_path": "opcodes/riscv-dis.c"
    }
  ]
}
