Bug 217895 - [tests] Create a debugger views simulators as a tool for stress-testing view model
Summary: [tests] Create a debugger views simulators as a tool for stress-testing view ...
Status: ASSIGNED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf (show other bugs)
Version: 0 DD 1.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-05 14:18 EST by Pawel Piech CLA
Modified: 2020-09-04 15:17 EDT (History)
2 users (show)

See Also:


Attachments
Patch with start of the prototype. (211.34 KB, patch)
2008-06-24 17:54 EDT, Pawel Piech CLA
no flags Details | Diff
Updated patch, compiles but doesn't run. (221.72 KB, patch)
2008-07-03 16:50 EDT, Pawel Piech CLA
no flags Details | Diff
Patch for org.eclipse.debug.ui. (69.06 KB, patch)
2008-07-21 18:42 EDT, Pawel Piech CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Piech CLA 2008-02-05 14:18:43 EST
This bug covers a test tool that will allow us to run stress tests to retrieve data sets at the level of the flexible hierarchy APIs that the DSF view model implements.  This tool could also be extended to allow tests that check specific functionality of specific views, e.g. changing a bit field in a registers view and checking that the register is modified as well.
Comment 1 Pawel Piech CLA 2008-06-24 17:54:30 EDT
Created attachment 105764 [details]
Patch with start of the prototype.

I started prototyping this feature, but I have to put it aside to look at other high-priority bugs.  The included patch is just a work in progress and it doesn't compile.
Comment 2 Pawel Piech CLA 2008-07-03 16:50:17 EDT
Created attachment 106518 [details]
Updated patch, compiles but doesn't run.

This is still a work in progress and is not in even runnable state.  I'm attaching this to the bug so as not to loose the work while I'm out for a week on vacation.
Comment 3 Pawel Piech CLA 2008-07-21 18:42:22 EDT
Created attachment 108006 [details]
Patch for org.eclipse.debug.ui.

Transferred to modifying the platform's flexible hierarchy viewer directly as this would really need to be implemented there.