Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-28- bug 118100 - hardware breakpoints supportAlena Laskavaia1-0/+53
2008-04-25Refactoring to use "BreakpointEvent" instead of "Catchpoint" to be consistent...John Cortell1-10/+8
2008-04-25bug 226689 - catchpoint supportAlena Laskavaia1-0/+55
2008-04-18Contributing new disassembly.Mikhail Khodjaiants1-1/+1
2008-04-16Contributing new disassembly.Mikhail Khodjaiants3-0/+61
2008-02-14Adjustment to 218194. There was a concern that there might be IBreakpointList...John Cortell1-7/+16
2008-02-07Bugzilla 218194. Fix how install count is associated with a breakpoint.John Cortell1-4/+6
2008-01-25Bugs 216092 & 211533.Ken Ryall3-55/+131
2008-01-04Applied patch for 209793. Persist the format selection and cast-to-type of va...John Cortell1-19/+25
2008-01-04Applied patch in bug 199584. Run-to-Line was not setting the thread state.John Cortell1-1/+1
2007-11-05Bug 118299, improved watchpoint support.Ken Ryall1-0/+48
2007-06-14Fix up copyrights.Doug Schaefer1-1/+1
2007-05-17Bug 186981: Values of variables are shown differently depending on "show colu...Mikhail Khodjaiants1-0/+21
2007-02-13Bug 173253: Create Watch Expression of member variable or struct.Mikhail Khodjaiants1-0/+8
2006-06-23Updated copyright dates to reflect latest in CVS.Doug Schaefer35-35/+35
2006-06-23Update Copyright dates and fix those that had no copyrights.Doug Schaefer35-35/+35
2005-12-29Bug 122336: Use the asynchronous tree viewer in the Modules view.Mikhail Khodjaiants2-24/+44
2005-07-04Removed the "IBreakpointTarget" interface.Mikhail Khodjaiants2-36/+9
2005-06-29Bug 41725: I can't set a breakpoint in a function where I used attach source.Mikhail Khodjaiants3-1/+44
2005-06-23CPL to EPL transistion - license header update for QNXDavid Inglis42-261/+261
2005-06-09Bug 94139: User-defined register groups. Support fo the "Restore Default Regi...Mikhail Khodjaiants1-0/+8
2005-06-07Bug 94139: User-defined register groups. Support fo the "Edit Register Group"...Mikhail Khodjaiants2-1/+25
2005-05-24Bug 88558: run-to-line not thread oriented. The IRunTo* and IJumpTo* interfac...Mikhail Khodjaiants2-5/+1
2005-05-20Bug 94139: User-defined register groups. Added API and group serialization.Mikhail Khodjaiants3-0/+102
2005-02-18Bug 82264: Enhance the Shared Libraries view. Removed the core support of the...Mikhail Khodjaiants2-82/+0
2005-02-17Bug 82264: Enhance the Shared Libraries view. Cleanup of the ICModule interface.Mikhail Khodjaiants1-12/+0
2005-02-15Bug 82264: Enhance the Shared Libraries view. Support for the symbols loading...Mikhail Khodjaiants1-1/+18
2005-02-12Bug 82264: Enhance the Shared Libraries view. Added new "getCPU" method to IC...Mikhail Khodjaiants1-0/+7
2005-02-07Bug 82264: Enhance the Shared Libraries view. Core support for the Modules view.Mikhail Khodjaiants2-0/+150
2005-02-03Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't w...Mikhail Khodjaiants1-1/+2
2005-01-12Bug 73168: Use memory view provided by Eclipse platform in CDT.Mikhail Khodjaiants2-187/+0
2005-01-10Bug 73168: Use memory view provided by Eclipse platform in CDT.Mikhail Khodjaiants1-0/+7
2004-11-17api update to use IBinaryObject instead of IBinaryExecutable in debuggerDavid Inglis1-2/+2
2004-11-15Fix for bug 78604: Disassembly causes Java exception when disassembling beyon...Mikhail Khodjaiants1-0/+8
2004-10-18- Update to new ICDIDebugger interface deprecating oldDavid Inglis1-2/+2
2004-10-08Added the bookkeeping of registers and register groups.Mikhail Khodjaiants2-23/+43
2004-10-07Pass the current stack frame to the registers manager to provide the evaluati...Mikhail Khodjaiants1-6/+4
2004-10-07Provide a context for expression evaluation.Mikhail Khodjaiants1-1/+1
2004-10-06Added the "getType" method to ICValue.Mikhail Khodjaiants1-0/+3
2004-09-20Evaluate expressions on stack frame instead of target to provide evaluation c...Mikhail Khodjaiants3-40/+17
2004-09-172004-09-17 Alain MagloireAlain Magloire8-15/+27
2004-09-15Removed the "ISwitchToThread" and "ISwitchToFrame" interfaces.Mikhail Khodjaiants3-52/+0
2004-09-03Made global variables persistent.Mikhail Khodjaiants2-8/+25
2004-09-01Breakpoint filtering by targets.Mikhail Khodjaiants1-0/+59
2004-08-04New implementation of the variable types.Mikhail Khodjaiants8-58/+234
2004-07-26Cleanup.Mikhail Khodjaiants1-1/+1
2004-07-20Added new state - "STEPPED".Mikhail Khodjaiants1-0/+1
2004-07-16Asynchronous resume, suspend and step operations. Cleanup.Mikhail Khodjaiants6-87/+41
2004-07-09Cleanup. Added support of "CDebugElementState".Mikhail Khodjaiants1-6/+1
2004-07-09Renamed "ICDebugElementErrorStatus" to "ICDebugElementStatus".Mikhail Khodjaiants2-30/+64

Back to the top