)]}'
{
  "commit": "c14b6e90bd140c2290258fa9dbe0fc1ad8939111",
  "tree": "0d8eb9303b9843ed445a9322e3fdac2b091b72ff",
  "parents": [
    "f59b5b8d597d52336a59d2c0555212242e29a45b"
  ],
  "author": {
    "name": "Felipe de Azevedo Piovezan",
    "email": "fpiovezan@apple.com",
    "time": "Thu Apr 03 07:41:29 2025 -0700"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu Apr 03 07:41:29 2025 -0700"
  },
  "message": "[lldb][NFC] Move ShouldShow/ShouldSelect logic into Stopinfo (#134160)\n\nThis NFC patch simplifies the main loop in HandleProcessStateChanged\nevent by moving duplicated code into the StopInfo class, also allowing\nStopInfo subclasses to override behavior.\n\nMore specifically, two functions are created:\n\n* ShouldShow: should a Thread with such StopInfo should be printed when\nthe debugger stops? Currently, no StopInfo subclasses override this, but\na subsequent patch will fix a bug by making StopInfoBreakpoint check\nwhether the breakpoint is internal.\n\n* ShouldSelect: should a Thread with such a StopInfo be selected? This\nis currently overridden by StopInfoUnixSignal but will, in the future,\nbe overridden by StopInfoBreakpoint.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "9a13371708be52e1380eb5e56f14980047b92f57",
      "old_mode": 33188,
      "old_path": "lldb/include/lldb/Target/StopInfo.h",
      "new_id": "368ec51d818918931669afe904b2f11e5e39c3ce",
      "new_mode": 33188,
      "new_path": "lldb/include/lldb/Target/StopInfo.h"
    },
    {
      "type": "modify",
      "old_id": "2adda309dea9c40d63a3080e33ca7a9e95615b11",
      "old_mode": 33188,
      "old_path": "lldb/source/Target/Process.cpp",
      "new_id": "0b7ba343c11f2b785cea3520db57dc64a2acebae",
      "new_mode": 33188,
      "new_path": "lldb/source/Target/Process.cpp"
    },
    {
      "type": "modify",
      "old_id": "e9e3603e55316996e66a8476bb2863e2114c52f7",
      "old_mode": 33188,
      "old_path": "lldb/source/Target/StopInfo.cpp",
      "new_id": "f1272a723a8cb11685ae001600347128aafeec4d",
      "new_mode": 33188,
      "new_path": "lldb/source/Target/StopInfo.cpp"
    }
  ]
}
