-
Notifications
You must be signed in to change notification settings - Fork 17
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
dumb question: how exactly do you use this? #159
Comments
Hi, thanks for your interest in the project! No dumb questions here :) I'd be happy to learn more about your use case and help any way I can.
Typically
tools/exec is a sample application for testing that basically implements the flow described above. It would be possible to write a dynamic plugin for LLDB for evaluating expressions using Which OS are you using? I've tested
Can you elaborate which steps were problematic? I can imagine building LLDB from scratch can be challenging, but would like to know about other difficulties as well. |
Hi, in this particular example the issue could be the way your shell processes arguments.
Maybe your shell passes multi-word arguments in a different way or there are multiple levels of escaping somehow? E.g. what happens if you try to pass the argument as |
sorry if this is a dumb question but how exactly do i use
lldb-eval
in tandem with lldb? I've got it built (which wasn't completely straightforward) but e.g.so it necessitates being run within the context of
lldb
even for this.does one need to rebuild
lldb
,lldb-server
linking againstliblldb-eval.so
or something like that?The text was updated successfully, but these errors were encountered: