You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When gdb is used to connect to a remote machine running gdbserver, the process picker only shows processes running on single core , any processes running on multiple cores are not matched due to the regex used here:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When gdb is used to connect to a remote machine running gdbserver, the process picker only shows processes running on single core , any processes running on multiple cores are not matched due to the regex used here:
vscode-cpptools/Extension/src/Debugger/attachToProcess.ts
Line 220 in 3a8e920
Is it by design that cpptools does not allow debugger to connect to processes that are running on multiple cores ?
Beta Was this translation helpful? Give feedback.
All reactions