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

Remote target doesn't support qGetTIBAddr packet #111

Open
GitMensch opened this issue Sep 23, 2021 · 1 comment
Open

Remote target doesn't support qGetTIBAddr packet #111

GitMensch opened this issue Sep 23, 2021 · 1 comment

Comments

@GitMensch
Copy link
Contributor

I've tried a complete new setup, after struggling with the auto-calls of cobc and missing error messages when not explicit set to verbose mode again, I've reached a state where everything should work - but the extension does not attach successful (to be specific: it auto-disconnects. I see the connection in the gdbserver, then "Remote side has terminated connection").

The debug output has the source mapping first, then a lot of GDB output, ending with:

GDB -> App: {"outOfBandRecord":[],"resultRecords":{"resultClass":"error","results":[["msg","Remote target doesn't support qGetTIBAddr packet"]]}}
Remote target doesn't support qGetTIBAddr packet
getThreads
stdin: 9-thread-info
stdout: 9^done,threads=[]
(gdb) 
GDB -> App: {"token":9,"outOfBandRecord":[],"resultRecords":{"resultClass":"done","results":[["threads",[]]]}}
stdin: 10-target-detach
stdout: 10^error,msg="The program is not being run."
(gdb) 
@jbreu
Copy link

jbreu commented Jun 2, 2024

Hi @GitMensch,
have you ever solved / root-caused this issue? I also get it now when using Native- with remote qemu. The weird thing is, that it worked yesterday and for some reason it stopped working. Already checked a million of things in the past hours.
It works to start when I remove the bin/debug executable/file, but then I dont have my breakpoints anymore. So somehow the executable seems to trigger this issue.

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