This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| eclipse:views [2018/01/12 08:59] – [Deep Target Actions] ursgraf | eclipse:views [2020/09/11 09:37] (current) – [TargetOperation] ursgraf | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Open Views ===== | ===== Open Views ===== | ||
| - Under //Window → Show View → Other...// open //Show View// dialog. | - Under //Window → Show View → Other...// open //Show View// dialog. | ||
| - | - Select view. \\ {{.: | + | - Select view. \\ {{.: |
| - Confirm with OK. | - Confirm with OK. | ||
| - | ===== deep Logs ===== | + | ===== ClassTreeView |
| - | ==== ClassTreeView | + | |
| The ClassTreeView shows all classes and their methods which are loaded onto the target. Further, it shows how much target memory is used and which kind of memory is involved. | The ClassTreeView shows all classes and their methods which are loaded onto the target. Further, it shows how much target memory is used and which kind of memory is involved. | ||
| {{classtreeview.png? | {{classtreeview.png? | ||
| By unfolding a class you get infomation for each method such as SSA (single static assignment or machine code. \\ \\ | By unfolding a class you get infomation for each method such as SSA (single static assignment or machine code. \\ \\ | ||
| - | Pay attention to the fact that the view doesn' | + | Pay attention to the fact that the view doesn' |
| ===== deep Register Views ===== | ===== deep Register Views ===== | ||
| - | All register views for the various types of the PowerPC | + | There are register views for general purpose and floating point registers |
| Using the context menu of an entry you can change the display property of the value. \\ | Using the context menu of an entry you can change the display property of the value. \\ | ||
| - | {{registerviewlocaltoolbar.png? | + | {{registerviewlocaltoolbar.png? |
| Buttons in the toolbar of the view allow the following actions: | Buttons in the toolbar of the view allow the following actions: | ||
| * arrow → new reading of the value (refresh) | * arrow → new reading of the value (refresh) | ||
| * red square → stop target | * red square → stop target | ||
| * green plus → start target | * green plus → start target | ||
| - | ===== Deep Target Actions ===== | + | ===== Memory View ===== |
| - | + | ||
| - | ==== Selected | + | |
| This view displays memory blocks. You can choose the start address, the element size and the number of elements to read. \\ | This view displays memory blocks. You can choose the start address, the element size and the number of elements to read. \\ | ||
| - | {{selectedmemoryview.png? | + | {{selectedmemoryview.png? |
| Press the button //read// to read or refresh the content of the window. | Press the button //read// to read or refresh the content of the window. | ||
| - | ==== TargetOperation ==== | + | ===== TargetOperation |
| This view allows for communication to and manupulation of the target. Several actions can be choosen in the drop down menu: | This view allows for communication to and manupulation of the target. Several actions can be choosen in the drop down menu: | ||
| * Register: Reading and writing of registers. The register name must be inserted. | * Register: Reading and writing of registers. The register name must be inserted. | ||
| Line 40: | Line 38: | ||
| Any action can be repeated by clicking onto the green arrow. The down arrow sends to the target, the up arrow reads from the target. A message will be displayed in the last column if an error occurs during the action. | Any action can be repeated by clicking onto the green arrow. The down arrow sends to the target, the up arrow reads from the target. A message will be displayed in the last column if an error occurs during the action. | ||
| - | ==== TaskView ==== | + | ===== TaskView |
| The TaskLog shows all running tasks on the target together with their attributes. | The TaskLog shows all running tasks on the target together with their attributes. | ||
| - | {{tasklog.png? | + | {{tasklog.png? |
| Pay attention to the fact that the view doesn' | Pay attention to the fact that the view doesn' | ||