Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2003-07-24New icon for closed projects.Mikhail Khodjaiants4-3/+14
2003-07-24When initializing the generic source locations list filter out non-generic lo...Mikhail Khodjaiants2-1/+5
2003-07-24Fix for PR 40696.Mikhail Khodjaiants2-0/+7
2003-07-22Create a special type of ICDIVariable (ErrorVariable) if request to gdb fails.Mikhail Khodjaiants3-15/+143
2003-07-22Fix in CDTDebugModelPresentation: check if the value that getName returns is ...Mikhail Khodjaiants2-1/+7
2003-07-22Fixes for CSourceLoator:Mikhail Khodjaiants2-23/+22
2003-07-18Include the .jar file.Peter Graves1-0/+1
2003-07-17Fix for PR 39936: GDB hits modified conditional breakpoints when condition no...Mikhail Khodjaiants2-9/+23
2003-07-17Automatically update the list of source locations when the list of the refere...Mikhail Khodjaiants1-0/+1
2003-07-17Automatically update the list of source locations when the list of the refere...Mikhail Khodjaiants15-153/+792
2003-07-17updated.Alain Magloire1-0/+6
2003-07-17Catching CLI "detach"Alain Magloire1-0/+16
2003-07-16updated.Alain Magloire1-0/+20
2003-07-16Create ArrayValue ReferenceValue PointerValueAlain Magloire9-15/+144
2003-07-14Fix up paths.Doug Schaefer2-32/+16
2003-07-10updated.Alain Magloire1-0/+14
2003-07-10updated.Alain Magloire1-1/+16
2003-07-10remove unused code.Alain Magloire1-39/+0
2003-07-10Use GDB = "gdb"Alain Magloire1-3/+6
2003-07-10Send the output straighout to the GDB channelAlain Magloire1-17/+6
2003-07-10Badly format MI lines put in TargetStreamAlain Magloire1-0/+5
2003-07-10remove error mesg duplication.Alain Magloire1-3/+10
2003-07-08Updated.Alain Magloire1-0/+20
2003-07-08Change the command to grab the logerrors.Alain Magloire34-43/+51
2003-07-03Major cleanup. Moved the resrouces out of the source tree and Peter Graves29-1995/+325
2003-06-30Fix for PR 39372: Breakpoints don't get activated when symbols are loaded.Mikhail Khodjaiants2-0/+4
2003-06-30Fix for PR 39100: CDT/Debug core is asking value 16 times.Mikhail Khodjaiants2-21/+32
2003-06-30Fix for PR 39087: Cache the MI answer once we know if the variable is writable.Mikhail Khodjaiants2-28/+55
2003-06-30Fix for PR 39101: No hilight when changing the value of register.Mikhail Khodjaiants3-69/+82
2003-06-26New icon for shared libraries with loaded symbols.Mikhail Khodjaiants4-5/+11
2003-06-25updated.Alain Magloire1-0/+19
2003-06-25Optimization from Chris Songer in manipulating strings.Alain Magloire1-16/+122
2003-06-24All local var_objects are destroyed when a thread other than current is selec...Mikhail Khodjaiants2-7/+33
2003-06-24Warnings cleanup.Mikhail Khodjaiants3-13/+28
2003-06-23Fix for ClassCastException in CStackFrame.Mikhail Khodjaiants2-2/+5
2003-06-20In the 'getVariableText' and 'getVariableImage' methods of CDTDebugModelPrese...Mikhail Khodjaiants2-2/+23
2003-06-20Variable bookkeeping (phase 0.1).Mikhail Khodjaiants12-5/+257
2003-06-20Variable bookkeeping (phase 0.1).Mikhail Khodjaiants9-166/+360
2003-06-19updated.Alain Magloire1-0/+18
2003-06-19reimplement getRegister()Alain Magloire1-6/+21
2003-06-19Check for register and prepend "$" to nameAlain Magloire1-2/+11
2003-06-19Cleanup the register to use GDB/MI objects.Alain Magloire3-103/+55
2003-06-19Check for register also and cleanupAlain Magloire2-51/+30
2003-06-18Incorrect casting int the "setChanged" method of CVariable.Mikhail Khodjaiants2-1/+5
2003-06-18Removed unused local variable.Mikhail Khodjaiants2-1/+4
2003-06-17updated.Alain Magloire1-0/+6
2003-06-17Fix Pr 38934Alain Magloire1-1/+27
2003-06-13Fix for PR 38788: Ctrl-X, Ctrl-C, Ctrl-V, Ctrl-A, Ctrl-Z and Ctrl-Y keys don'...Mikhail Khodjaiants4-11/+51
2003-06-12Fixing PR 38788: Ctrl-X, Ctrl-C, Ctrl-V, Ctrl-A, Ctrl-Z and Ctrl-Y keys don't...Mikhail Khodjaiants5-2/+199
2003-06-11Cleanup: removed unused and internal methods from ICValue.Mikhail Khodjaiants6-70/+14

Back to the top