Bug 336961 - [tracepoints] selectTraceRecord() should not update the UI
Summary: [tracepoints] selectTraceRecord() should not update the UI
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: 8.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 8.0   Edit
Assignee: Marc Khouzam CLA
QA Contact: Marc Khouzam CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-11 11:21 EST by Marc Dumais CLA
Modified: 2014-01-29 22:47 EST (History)
3 users (show)

See Also:
marc.khouzam: review? (fchouinard)


Attachments
proposed patch (11.29 KB, patch)
2011-02-11 11:26 EST, Marc Dumais CLA
marc.khouzam: iplog+
Details | Diff
Updated patch to match HEAD (8.40 KB, patch)
2011-03-04 11:21 EST, Francois Chouinard CLA
cdtdoug: iplog-
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Dumais CLA 2011-02-11 11:21:02 EST
Build Identifier: M20100909-0800

We heavily use interface selectTraceRecord to fetch record information.   Since we don't do it from a user interaction, this call should not update the UI automatically.  

Reproducible: Always
Comment 1 Marc Dumais CLA 2011-02-11 11:26:08 EST
Created attachment 188792 [details]
proposed patch
Comment 2 Francois Chouinard CLA 2011-03-04 11:21:23 EST
Created attachment 190405 [details]
Updated patch to match HEAD

Same patch with minor adaptations to match HEAD.
Comment 3 Marc Khouzam CLA 2011-04-25 09:55:28 EDT
Committed to HEAD.

Francois, when you have time, can you review?