-
Notifications
You must be signed in to change notification settings - Fork 39
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 calling thread_get_state for gp registers for thread 0x1d3 #199
Comments
While gdb isn't supported in nvim-gdb/macOS (https://github.com/sakhnik/nvim-gdb#overview), have you tried running your debugging from CLI without neovim? If still unsuccessful, you may need to consider asking a wider community. |
Thanks for response. The gdb also can not work from CLI. I decide to change to lldb. But i still have problem configure lldb. The configure file is shown below:(forgive me to upload figure, currently i do not know how to output the terminal content and paste here.) After configuring configure file, i use or possible would you share me one configure file for lldb to run? Much thanks |
Can the debugging be started without your custom configuration? Then could you please record the startup process with asciinema.org? Could you please collect the logs by launching neovim with the environment variable |
If you launch neovim as |
Thanks. After runing The content of
The content of
I hope it was the infos that you need. I can run lldb and no issues out of nvim. but can not work in nvim |
The only thing that comes out of the logs is that your lldb crashed. But not much detail. What version are you using? Does it support Python scripting? What is output by lldb before crashing in the terminal window? Please note that the test suite passes successfully in Darwin: https://github.com/sakhnik/nvim-gdb/actions/runs/5936435369/job/16096836435 |
I have no idea what could be wrong with lldb this time. Unless I'm able to reproduce it regularly. It looks like the issue is specific to your environment. |
What are the steps to reproduce this issue?
i am runing a simple c file using gdb in mac, i can toggle breakpoint, but i type
r
, it will throw me the error like the following figure.Can anybody help me out this? I have already codesign the gdb in my mac.
The text was updated successfully, but these errors were encountered: