[maxine~maxine:3583] Inspector: fix bogus inheritance for TeleCodeManager
- From: dougxc@kenai.com
- To: commits@maxine.kenai.com
- Subject: [maxine~maxine:3583] Inspector: fix bogus inheritance for TeleCodeManager
- Date: Tue, 2 Mar 2010 21:22:21 +0000
Project: maxine
Repository: maxine
Revision: 3583
Author: dougxc
Date: 2010-03-02 06:02:40 UTC
Link:
Log Message:
------------
Inspector: remove disused IrInspector abstract class, which reduces the MaxVM
interface and further shrinks UniqueInspector
Inspector: move FixedMemoryRegion out of VM, where it was not used, and into
the Inspector where its subclasses reside; then rename it to TeleMemoryRegion
and update the MemoryRegionsInspector
Inspector: fix bogus inheritance for TeleCodeManager
Revisions:
----------
3581
3582
3583
Modified Paths:
---------------
Inspector/src/com/sun/max/ins/gui/UniqueInspector.java
Tele/src/com/sun/max/tele/MaxVM.java
Tele/src/com/sun/max/tele/TeleHeapManager.java
Inspector/src/com/sun/max/ins/InspectionActions.java
Inspector/src/com/sun/max/ins/debug/CompiledStackFrameTable.java
Inspector/src/com/sun/max/ins/debug/StackInspector.java
Inspector/src/com/sun/max/ins/memory/MemoryRegionsTable.java
Inspector/src/com/sun/max/ins/memory/MemoryWordRegion.java
Inspector/src/com/sun/max/ins/memory/MemoryWordsInspector.java
Inspector/src/com/sun/max/ins/object/ArrayElementsTable.java
Tele/src/com/sun/max/tele/debug/TeleNativeStackMemoryRegion.java
Tele/src/com/sun/max/tele/debug/TeleProcess.java
Tele/src/com/sun/max/tele/debug/TeleThreadLocalsArea.java
Tele/src/com/sun/max/tele/debug/TeleThreadLocalsMemoryRegion.java
Tele/src/com/sun/max/tele/debug/TeleWatchpoint.java
Tele/src/com/sun/max/tele/debug/guestvm/xen/GuestVMXenTeleDomain.java
Tele/src/com/sun/max/tele/method/TargetCodeRegion.java
Tele/src/com/sun/max/tele/object/TeleObject.java
Tele/src/com/sun/max/tele/TeleVM.java
Tele/src/com/sun/max/tele/object/TeleCodeManager.java
Added Paths:
------------
Tele/src/com/sun/max/tele/memory/TeleMemoryRegion.java
|
[maxine~maxine:3583] Inspector: fix bogus inheritance for TeleCodeManager |
dougxc | 03/02/2010 |





