Issue 86809
Summary lldb add support for escaping special characters in identifiers
Labels new issue
Assignees
Reporter Victorious3
    I'm using lldb on apple silicon to debug my custom programming language.
My language makes heavy use of special characters such as colons in identifiers. In gdb you could use single quotes like `'parser::Node'` to refer to those identifiers and it would be great if lldb supported a syntax like that too.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to