DavidSpickett wrote: Wasn't sure about the formatting of the result: ``` (lldb) v ref (const char *&) ref = 0x000000016fdfec40 (&ref = "hi") ``` But it does match any other reference to type: ``` (lldb) p b (int &) 0x00007fffffffda7c (&b = 2) ``` So that's fine.
https://github.com/llvm/llvm-project/pull/174398 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
