deep

a Cross Development Platform for Java

User Tools

Site Tools


eclipse:views

This is an old revision of the document!


deep Views in Eclipse

The deep Eclipse plugin contains a set of various views which display the state of the processor or serve as logging output. These views are independent of the deep Debug Plugin.

Open View

  1. Under Window → Show View → Other… open Show View dialog.
  2. Select view.

  3. Confirm with OK.

Deep Logs

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.

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't refresh automatically. After recompiling a project and subsequent reloading of the target you have to refresh the view using the arrow button.

deep Register Views

All register views for the various types of the mpc555 registers are built in the same manner. They show the content of all the registers of this type.
Using the context menu of an entry you can change the display of the value.

Buttons in the toolbar of a view allow the following actions:

  • arrow → new reading of the value (refresh)
  • red square → stop target
  • green plus Plus → start target

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.

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't refresh automatically. After recompiling a project and subsequent reloading of the target you have to refresh the view using the arrow button.

Deep Target Actions

TargetOperation


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. Register name must be inserted.
  • Variablen: Reading and writing of static variables (class variables). Variable names have to be inserted by their fully qualified names. Packages, class and variable name must be separates by full stops.
  • Address: Reading and writing of memory address.
  • TargetCMD: Any static method of a class without parameters can be invoked by the host. Method names have to be inserted by their fully qualified names. Packages, class and method name must be separates by full stops.


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 displays in the last column if an error occurs during the action.

Selected Memory View


This view displays whole memory blocks. You can choose the start address and the size of the memory block. Then you have to press “read”.

eclipse/views.1426847603.txt.gz · Last modified: 2016/02/25 13:33 (external edit)