Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-02-18Added persistency to the source locator.Mikhail Khodjaiants6-2/+547
2003-02-13Undo the changes bcause the 'asyncExec' method has added since 2.1.Mikhail Khodjaiants2-2/+26
2003-02-13Use the 'asyncExec' method of the 'DebugPlugin' class.Mikhail Khodjaiants2-26/+2
2003-02-13The gdb-specific 'setAutoSolibMethod' method is removed from ICDISharedLibrar...Mikhail Khodjaiants3-39/+0
2003-02-12Remove getSharedLibrariesAlain Magloire1-10/+0
2003-02-12Use ICDIRegisterManager instead of ICDITarget.Mikhail Khodjaiants3-19/+7
2003-02-11The 'auto load symbols' action support in ICSharedLibraryManager.Mikhail Khodjaiants2-0/+33
2003-02-11The 'load symbols' actions support in ICSharedLibraryManager.Mikhail Khodjaiants2-0/+53
2003-02-10Support of update ('Refresh', 'Auto-Refresh) actions.Mikhail Khodjaiants3-1/+95
2003-02-10Disable the address breakpoints to prevent the debugger to insert them premat...Mikhail Khodjaiants1-0/+15
2003-02-07refactor launch constants to debug coreDavid Inglis1-0/+179
2003-02-05Implementation of the 'Resume At C/C++ Line' action.Mikhail Khodjaiants4-0/+125
2003-02-04Implementation of the 'Resume Without Signal' action.Mikhail Khodjaiants6-2/+104
2003-02-04Filter out breakpoints set in unrelated projects.Mikhail Khodjaiants2-2/+47
2003-02-04Added methods signal()/jump()/stepReturn(boolean)Alain Magloire2-16/+62
2003-02-03Implemention of the 'handle' command of the 'Signals' view.Mikhail Khodjaiants2-1/+24
2003-02-03Implementing the 'Signals' view.Mikhail Khodjaiants2-6/+42
2003-02-03Adjust to changes in ICDIExitEvent.Alain Magloire1-1/+1
2003-02-03New file.Alain Magloire1-0/+26
2003-02-03Now extends ICDIDestroyedEvent with new methodAlain Magloire1-3/+3
2003-02-03signal method should throw exception.Alain Magloire1-1/+3
2003-02-03new methods added.Alain Magloire1-1/+23
2003-01-31Implementing the 'Signals' view.Mikhail Khodjaiants6-9/+302
2003-01-30Create an address breakpoint if the source locator can not find the file spec...Mikhail Khodjaiants1-16/+30
2003-01-29Managing breakpoints from the gdb console (fixes).Mikhail Khodjaiants7-178/+100
2003-01-29New method set/getSharedLibraryManager.() andAlain Magloire1-0/+22
2003-01-29New method setCurrentFrame()Alain Magloire1-1/+9
2003-01-27Managing breakpoints from the gdb console.Mikhail Khodjaiants12-42/+410
2003-01-27Use 'equals' to compare variables instead of names.Mikhail Khodjaiants1-14/+2
2003-01-27Refactor of the ICDIRegisterObject, ICDIArgumentObject andAlain Magloire8-7/+12
2003-01-27use the destroyExpression()Alain Magloire2-2/+2
2003-01-27indentationAlain Magloire1-2/+2
2003-01-27Return the new managers.Alain Magloire1-0/+22
2003-01-27Extends ICDIManager.Alain Magloire6-63/+93
2003-01-27New interface.Alain Magloire1-0/+28
2003-01-27destroyExpression() new method.Alain Magloire1-19/+10
2003-01-27indentationAlain Magloire3-9/+13
2003-01-27new method allowProgramInterruption()Alain Magloire1-21/+34
2003-01-27indentation.Alain Magloire33-65/+52
2003-01-27new method getCurrentStackFrame()Alain Magloire1-0/+6
2003-01-27Remove getGlobalVariables.Alain Magloire1-9/+0
2003-01-27Remove not usedAlain Magloire1-17/+0
2003-01-23Check for Shared library support.Alain Magloire1-0/+7
2003-01-21Rename ICDISignal to ICDISignalReceivedAlain Magloire6-12/+39
2003-01-21Retry to set breakpoints if shared library's symbols are loaded.Mikhail Khodjaiants3-10/+41
2003-01-20Fix for the 'Show breakpoints supported by selected target' action.Mikhail Khodjaiants1-19/+4
2003-01-17new method loadSymbols().Alain Magloire1-0/+17
2003-01-17Implementing the Shared Libraries view.Mikhail Khodjaiants6-1/+370
2003-01-16Removed the 'ICDILoadedEvent' interface.Mikhail Khodjaiants2-33/+0
2003-01-16Removed files.Alain Magloire3-49/+0

Back to the top