Bug 562789 - show breakpoint supported by the selected target button does not work well in case of non-stop mode debugging
Summary: show breakpoint supported by the selected target button does not work well in...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.16   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-04 14:33 EDT by Ashutosh Garg CLA
Modified: 2020-05-23 03:10 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.