Bug 562789

Summary: show breakpoint supported by the selected target button does not work well in case of non-stop mode debugging
Product: [Eclipse Project] Platform Reporter: Ashutosh Garg <ashutoshgarg40>
Component: DebugAssignee: Platform-Debug-Inbox <platform-debug-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.16   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Ashutosh Garg CLA 2020-05-04 14:33:12 EDT
Hi

when debugging a multi thread application in non-stop mode and a breakpoint is added in any of the thread and "show breakpoints supported by the selected target" button is pressed, and user tries to resume the any thread, the thread selection behavior is quite abnormal

suggestions are welcomed.
thanks..
Comment 1 Ashutosh Garg CLA 2020-05-23 03:10:50 EDT
its observed that whenever gdb receive a command with -thread-group i1 thread switching can be seen(from running thread to halted thread)
eg:- In case we have two thread system and debugged in non-stop mode , running thread one and sending the gdb command with --thread-group i1 switch the thread selection from thread one to thread 2 which is halted.

any suggestions.