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-17 15:11:44 +00:00
parent 2e36002edc
commit 449883344d

View file

@ -1,3 +1,15 @@
2003-01-16 Alain Magloire
Process gdbinit configuration file.
* src/.../mi/core/MIPlugin.java (createCSession): Takes now two new
arguments for working directory and configuration file gdbinit.
* src/.../mi/core/GDBDebugger.java (createAttachSession):
(createCoreSession): pass the working directory and gdbinit file
(createLaunchSession): pass the working directory and gdbinit file
* src/.../mi/core/IMILaunchConfigurationConstants.java:
New constant ATTR_GDB_INIT.
2003-01-16 Alain Magloire
* src/.../mi/core/cdi/EventManager.java (processSuspended):