)]}'
{
  "commit": "ff000c4dbb2b99531c8cda1e0e67e787ce8aef20",
  "tree": "bd353f92dd1c39361763cbdd3d0a24cc803bb2af",
  "parents": [
    "92376883a9a18e478228ae14ac8f3b03398fdefa"
  ],
  "author": {
    "name": "Tom de Vries",
    "email": "tdevries@suse.de",
    "time": "Fri Mar 17 13:29:13 2023 +0100"
  },
  "committer": {
    "name": "Tom de Vries",
    "email": "tdevries@suse.de",
    "time": "Fri Mar 17 13:29:13 2023 +0100"
  },
  "message": "[gdb/testsuite] Add escape_for_host\n\nIn gdb_compile we have:\n...\n           lappend new_options \"ldflags\u003d-Wl,-rpath,\\\\\\$ORIGIN\"\n...\nand we could improve readability by using {} rather than \"\":\n...\n           lappend new_options {ldflags\u003d-Wl,-rpath,\\$ORIGIN}\n...\n\nBut rather than manually adding escapes in a string, add a new proc\nescape_for_host that care of this for us, allowing us to write:\n...\n           lappend new_options [escape_for_host {ldflags\u003d-Wl,-rpath,$ORIGIN}]\n...\n\nTested on x86_64-linux.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "5f32181f60e1ae9069f46323738678311145e7b2",
      "old_mode": 33188,
      "old_path": "gdb/testsuite/lib/gdb.exp",
      "new_id": "b45c73fcc1aaac33409b723679f095a2eedd2d24",
      "new_mode": 33188,
      "new_path": "gdb/testsuite/lib/gdb.exp"
    }
  ]
}
