1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2003-01-06 16:32:00 +00:00
parent e158e4dfcf
commit 115779c65b
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-01-06 Alain Magloire
* src/org/eclipse/cdt/debug/core/cdi/ICDIBreakpointManager.java (createLocation):
New method to take an address.
2003-01-02 Mikhail Khodjaiants
The 'DisassemblyStorage' class implements an adapter for the 'IResource' class and returns the executable file.
* IExecFileInfo.java: added a new method: 'getExecFile'

View file

@ -1,3 +1,10 @@
2003-01-06 Alain Magloire
* src/.../mi/core/cdi/BreapoinManager.java (createLocation): new method
to create a breakoint with an address.
* src/.../mi/core/cdi/Location.java (Location): New constructor takes
an address as argument.
2003-01-03 Alain Magloire
The Class creating the CDISession part of the initialization would call