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

Fix show a list local processes, if remote connection failed (useExtendedRemote) #12623

Merged
merged 4 commits into from
Aug 26, 2024
Merged

Fix show a list local processes, if remote connection failed (useExtendedRemote) #12623

merged 4 commits into from
Aug 26, 2024

Conversation

MrStanislav0
Copy link
Contributor

@MrStanislav0 MrStanislav0 commented Aug 24, 2024

Hello, I fixed #12547

The problem was that there was a connection error (-ex "target extended-remote 192.168.1.1:8888") and the command to list the processes was executed ( -ex "info os processes")
Command run gdb: gdb -ex "target extended-remote 192.168.1.1:8888" -ex "info os processes" -batch

If the connection failed, an error message will be displayed.

@MrStanislav0
Copy link
Contributor Author

@microsoft-github-policy-service agree

@sean-mcmanus sean-mcmanus requested review from a team and xisui-MSFT August 26, 2024 13:07
Copy link
Member

@fearthecowboy fearthecowboy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ok to me.

@sean-mcmanus sean-mcmanus merged commit 49d987d into microsoft:main Aug 26, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

If the connection failed (useExtendedRemote), a list of local processes will be displayed
4 participants