Bug 499059 - Support for displaying cross trigger breakpoints in Breakpoint view
Summary: Support for displaying cross trigger breakpoints in Breakpoint view
Status: RESOLVED FIXED
Alias: None
Product: TCF
Classification: Tools
Component: Debug (show other bugs)
Version: 1.5   Edit
Hardware: Other All
: P3 normal (vote)
Target Milestone: 1.5   Edit
Assignee: Project Inbox CLA
QA Contact: Eugene Tarassov CLA
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2016-08-02 13:21 EDT by appa nali CLA
Modified: 2016-08-05 04:41 EDT (History)
2 users (show)

See Also:


Attachments
The attached patch file contains a patch for handling cross trigger breakpoins (5.31 KB, patch)
2016-08-02 13:25 EDT, appa nali CLA
eugene: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description appa nali CLA 2016-08-02 13:21:57 EDT
Currently breakpoint view shows the cross trigger breakpoints with random generated breakpoint id. This doesn't give any details of the breakpoint. It is better to display the breakpoint with cross trigger input signals and output signals.
Comment 1 appa nali CLA 2016-08-02 13:25:48 EDT
Created attachment 263428 [details]
The attached patch file contains a patch for handling cross trigger breakpoins
Comment 2 Eugene Tarassov CLA 2016-08-03 14:09:39 EDT
I have committed the patch after editing it for completeness and clarity.

Fixed.
Thanks!
Comment 3 Martin Oberhuber CLA 2016-08-05 04:27:07 EDT
For the records, this contribution adds API (a Capability marking CrossTrigger support, and the CrossTriggerIn|Out breakpoint property Strings). API is marked with @since 1.5 . I'm also adding the "api" keyword on Bugzilla for completeness.

http://git.eclipse.org/c/tcf/org.eclipse.tcf.git/commit/?id=6f677acc5f8547486ad35181a2d8c250b17e2495

Appa Nali, can you confirm that you are the original author of the patch ?
Since the "From" tag on attached patch mentions a different name.
Proper recording of IP and contributors is important at Eclipse.

Thanks !