================
@@ -1011,7 +1042,10 @@ def request_setFunctionBreakpoints(self, names,
condition=None, hitCondition=Non
"type": "request",
"arguments": args_dict,
}
- return self.send_recv(command_dict)
+ response = self.send_recv(command_dict)
+ breakpoints = response["body"]["breakpoints"]
----------------
eronnen wrote:
:100:
https://github.com/llvm/llvm-project/pull/140470
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits