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

Error on GdbStartLLDB #9

Closed
CallumHoward opened this issue Feb 14, 2018 · 1 comment
Closed

Error on GdbStartLLDB #9

CallumHoward opened this issue Feb 14, 2018 · 1 comment
Assignees
Labels

Comments

@CallumHoward
Copy link

Hi,

I'm getting the following errors when starting GdbStartLLDB with a simple .c program.

"allEven.c" 47L, 1090C
Error detected while processing function <SNR>107_JobOutput[1]..31[15]..32[13]..<SNR>106_GdbRunning_pause[7]..24:
line    1:
E117: Unknown function: chansend
Error detected while processing function <SNR>107_JobOutput[1]..31[15]..32[13]..<SNR>106_GdbRunning_pause[7]..24:
line    1:
E117: Unknown function: chansend
Error detected while processing function <SNR>107_JobOutput[1]..31[15]..32[13]..<SNR>106_GdbRunning_pause[7]..24:
line    1:
E117: Unknown function: chansend
Error detected while processing function <SNR>107_JobOutput[1]..31[15]..32[13]..<SNR>106_GdbRunning_pause[7]..24:
line    1:
E117: Unknown function: chansend

I am on macOS.
lldb --version == lldb-900.0.64

@sakhnik sakhnik added the bug label Feb 14, 2018
@sakhnik sakhnik self-assigned this Feb 14, 2018
@sakhnik
Copy link
Owner

sakhnik commented Feb 14, 2018

Right, I substituted deprecated jobsend() with chansend() recently. The API changed in neovim couple of months ago: RFC.
Reverting the change for now.

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

No branches or pull requests

2 participants