CDT Commit Report for - October 2, 2002

amagloire

Typo in the name of the method.

New method to return the RegisterManager.

Call update on the RegisterManager.

Complete rewrite to not use the gdb/mi variable object
but rather the -data-list-register-xxx calls.

getValue() returns a string now.

rename getRegisters() to getMIRegisterValues() more
descriptive

Support for MIRegisterChangedEvent.

Use the RegisterManager for getRegisters().

Remove any reference to registers. They are now manage
by the RegisterManager.

add new method getRegisters().

rename getRegisters() to getRegistersNumber() more
descriptive

add help method.

Organize Import.

Catch MIRegisterChangedEvent and call update on the RegisterManager.

The expansion by default is way to expensive,
commenting out for now.

Extends MIChangedEvent for convenience.

New method getRegisters() and move the intelligence of
getRegisterObjects() into the RegisterManager class.

Only pass -- if an argument starts with '-'

New file .

Organize imports.

dinglis

missing dep.

cleanup

mkhodjai

Moved getRegisters from the stack frame to the target.

Removed unused imports and local variables.

Cache the 'hasVariables' flag for global values and the type names for all variables.