166
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
do not terminate attach processes. More... over 22 years ago
set the state detached when you disconnect. More... over 22 years ago
Since registers will not change, the method getRegisters() is now on ICDITarget instead of ICDISTackFrame. More... over 22 years ago
Since registers will not change, the method getRegisters() is now on ICDITarget instead of ICDISTackFrame. More... over 22 years ago
From Sam Robb: Changes the ErrorParserManager to use an instance of IProject and IMarkerGenerator instead of ACBuilder. More... over 22 years ago
From Sam Robb: Moves the creation of the ErrorParserManager to invokeMake() so it picks up the proper context for getProject(). More... over 22 years ago
From Sam Robb: Adds an interface to disasociated the addMarker() from the builder class. More... over 22 years ago
From Sam Robb: Adds "implements IMarkergenerator" More... over 22 years ago
Moved getRegisters from the stack frame to the target. More... over 22 years ago
Removed unused imports and local variables. More... over 22 years ago
Removed unused imports and local variables. More... over 22 years ago
Cache the 'hasVariables' flag for global values and the type names for all variables. More... over 22 years ago
cleanup More... over 22 years ago
missing dep. More... over 22 years ago
The expansion by default is way to expensive, commenting out for now. More... over 22 years ago
add new method getRegisters(). More... over 22 years ago
getValue() returns a string now. More... over 22 years ago
rename getRegisters() to getMIRegisterValues() more descriptive More... over 22 years ago
rename getRegisters() to getRegistersNumber() more descriptive More... over 22 years ago
Extends MIChangedEvent for convenience. More... over 22 years ago
New file . More... over 22 years ago
add help method. More... over 22 years ago
Only pass -- if an argument starts with '-' More... over 22 years ago
Typo in the name of the method. More... over 22 years ago
Remove any reference to registers. They are now manage by the RegisterManager. More... over 22 years ago
Use the RegisterManager for getRegisters(). More... over 22 years ago
Organize Import. More... over 22 years ago
Complete rewrite to not use the gdb/mi variable object but rather the -data-list-register-xxx calls. More... over 22 years ago
Catch MIRegisterChangedEvent and call update on the RegisterManager. More... over 22 years ago
Call update on the RegisterManager. More... over 22 years ago