Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lldb-mi prints extra characters, carriage return, etc. #93

Open
iAbadia opened this issue Mar 24, 2022 · 1 comment
Open

lldb-mi prints extra characters, carriage return, etc. #93

iAbadia opened this issue Mar 24, 2022 · 1 comment

Comments

@iAbadia
Copy link

iAbadia commented Mar 24, 2022

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)
@tkrasnukha
Copy link
Member

The output corresponds to GDB/MI Output Syntax, doesn't it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants