CDT Commit Report for - October 9, 2002

amagloire

Change the MISession constructor to add a new argument
that will indicate the type of session being created.
Add 3 new methods that will return the type of session:
Post-mortem, attach or regular debug.

setDetached() was rename setDisconnected() to reduce
confusing between a attach/detach command.

Implementing MIDisassemble parsing.

added helper method.

change create session for attach to take an
array of string that can serve to connect to
a remote host if need be:
-target-select remotehost 999

make getMIsession public.

This is a major cleanup, by boosting the number of warnings in
the compiler, for unuse vairables, imports etc ...

Added methods to get disassemble code from the source manager.

Remove confusing ATTACHED variable and use the session
type on MISession to decide on the right thing to do
for destroy(). Renambe setAttached() etc.. for
setConnected() and setDisconnected() to reduce confusion.

move the creation of pty into a higher another method.

Commit out the logging from gdb/mi

Implementing the new CDISourceManager methods for assembly.

The MISession take the type of session base on an
argument in the constructor. Set this correctly
for post-mortem, attach, and regular program.

Define initializeDefaultPluginPreference.

dinglis

fixed small bug - forgot to use gdb string passed in

cleanup warnings

mkhodjai

Implementation of disassembly mode.