1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 06:55:23 +02:00

Fix for bug 78604: Disassembly causes Java exception when disassembling beyond fn(?).

Added the "getAddressFactory" method to the "IDisassembly" interface.
This commit is contained in:
Mikhail Khodjaiants 2004-11-15 22:28:09 +00:00
parent ead89d4bbb
commit 341c8766b4

View file

@ -1,3 +1,8 @@
Fix for bug 78604: Disassembly causes Java exception when disassembling beyond fn(?).
Added the "getAddressFactory" method to the "IDisassembly" interface.
* IDisassembly.java
* Disassembly.java
2004-11-15 Mikhail Khodjaiants
Batch breakpoint updates in one job.
* CBreakpointManager.java