Moved logic for extracting DebugTarget from context change to a Listener
authorFabian Stemmler <stemmler@in.tum.de>
Thu, 3 Oct 2019 14:37:23 +0000 (16:37 +0200)
committerFabian Stemmler <stemmler@in.tum.de>
Thu, 3 Oct 2019 19:33:17 +0000 (21:33 +0200)
commit240c1cb91e7ef820c25652c75187f0ece79723d6
tree95c0a1de65e27f25f68c9432a9c94c7c3229b5a8
parentd55dc585ecd9f8bfd800ba7a034ab1e6b6bba2b3
Moved logic for extracting DebugTarget from context change to a Listener

Added MachineDebugContextListener for this purpose
plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/launch/MachineDebugContextListener.java [new file with mode: 0644]
plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/views/SimulationView.java