You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using lldb-mi on MacOS Monterey 12.3, lldb 13.0.1.
Seems like using it through lldb-mi adds extra quotes and carriage returns.
(gdb)
p a
&"error: expression failed to parse:\nerror: <user expression 0>:1:1: use of undeclared identifier 'a'\na\n^\n"
^done
(gdb)
version
~"lldb version 13.0.1\n"
^done
(gdb)
The text was updated successfully, but these errors were encountered:
Using lldb-mi on MacOS Monterey 12.3, lldb 13.0.1.
Seems like using it through lldb-mi adds extra quotes and carriage returns.
The text was updated successfully, but these errors were encountered: