Bug 392899 - [breakpoints] Breakpoint filtering does not work with GDB 7.0 and 7.1
Summary: [breakpoints] Breakpoint filtering does not work with GDB 7.0 and 7.1
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: 8.1.0   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-26 05:46 EDT by Marc Khouzam CLA
Modified: 2020-09-04 15:20 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Khouzam CLA 2012-10-26 05:46:39 EDT
The solution for breakpoint filtering of bug 360735 does not work with GDB 7.0 and 7.1.  This is because the IBreakpoints.getBreakpoints() always returns an empty list for those two versions of GDB.  It has something to do with not knowing the pid at startup.