[Lldb-commits] [lldb] [LLDB] Add bit extraction to DIL (PR #141422)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu May 29 11:48:25 PDT 2025


labath wrote:

> If we are worried about supporting older uses of path expressions while we're quite dramatically expanding what you can express in this syntax, we probably should make the parser have a mode where it emulates the old path expression, turning off the new operators.

FTR, I am *not* worried about supporting older uses. I was just anticipating that someone might be. As far as I am concerned we can pretty much any aspect of the path expression (but let's do that after flipping the flag).

> `:` seems like a fine separator. C# seems to use `..` and swift uses `...` and `..<` for the open and half-open ranges. But it seems like a single character is simpler?

Ah, I didn't realise this was so diverse. `:` would still be my first choice, but I'd be fine with the other options as well...

https://github.com/llvm/llvm-project/pull/141422


More information about the lldb-commits mailing list