ZequanWu wrote:

I updated to add support for setting data breakpoint with expression. If 
`variablesReference` is 0 or not provided, interpret `name` as `${number of 
bytes}@${expression}` to set data breakpoint at the given expression because 
the spec 
https://microsoft.github.io/debug-adapter-protocol/specification#Requests_DataBreakpointInfo
 doesn't say how the client could specify the number of bytes to watch. But I 
have concern that using `@` as a separator here, maybe some other languages 
uses `@` as part of their syntax.

https://github.com/llvm/llvm-project/pull/81541
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to