Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2004-10-06Use the same approach to generate expressions and variables labels.Mikhail Khodjaiants2-26/+62
2004-10-06Added the "getType" method to ICValue.Mikhail Khodjaiants4-1/+20
2004-10-042004-10-04 Alain MagloireAlain Magloire3-14/+26
2004-09-30Implementing adapters for the platform's Memory view.Mikhail Khodjaiants6-0/+555
2004-09-29Use the new "createAddress" method of "IAddressFactory".Mikhail Khodjaiants7-10/+23
2004-09-28Synchronize the "getType" method of "CVariable.InternalVariable".Mikhail Khodjaiants2-6/+15
2004-09-27Use the new "getValue" method of "IAddress" for address comparison.Mikhail Khodjaiants2-3/+5
2004-09-27Target filtering fixes for watchpoints.Mikhail Khodjaiants2-3/+12
2004-09-23due to update of IAddressDavid Inglis1-1/+1
2004-09-222004-09-22 Alain MagloireAlain Magloire25-124/+398
2004-09-21Fixed the problems with the Disassembly view and address breakpoints caused b...Mikhail Khodjaiants6-56/+32
2004-09-21Fixed the problems with the Disassembly view and address breakpoints caused b...Mikhail Khodjaiants3-2/+11
2004-09-212004-09-21 Mikhail KhodjaiantsAlain Magloire2-1/+8
2004-09-20Fix for bug 73920: Stopping CDT debug at a break point and using a non-text e...Mikhail Khodjaiants4-10/+18
2004-09-20Evaluate expressions on stack frame instead of target to provide evaluation c...Mikhail Khodjaiants2-111/+147
2004-09-20Evaluate expressions on stack frame instead of target to provide evaluation c...Mikhail Khodjaiants14-184/+177
2004-09-18Work to support bigger then 32 bits applicationAlain Magloire48-250/+322
2004-09-17updatedAlain Magloire1-1/+1
2004-09-172004-09-17 Alain MagloireAlain Magloire78-373/+574
2004-09-16Change the constructor of Type to take variableObjectAlain Magloire25-143/+152
2004-09-15Set the correct stackframeAlain Magloire1-2/+2
2004-09-15Set the correct stackframeAlain Magloire3-6/+30
2004-09-152004-09-15 Alain MagloireAlain Magloire4-1/+23
2004-09-15Removed the "ISwitchToThread" and "ISwitchToFrame" interfaces.Mikhail Khodjaiants9-203/+16
2004-09-14Error when commiting.Alain Magloire1-1/+1
2004-09-14workon Exception.Alain Magloire4-11/+78
2004-09-13Moved to the new CDI interfaces.Mikhail Khodjaiants5-36/+35
2004-09-13Fix for bug 72555: "Toggle breakpoint" action doesn't remove function breakpo...Mikhail Khodjaiants5-62/+56
2004-09-122004-09-12 Alain MagloireAlain Magloire6-9/+45
2004-09-11check if the target is terminatedAlain Magloire1-1/+3
2004-09-10Fixes for breakpoint filtering.Mikhail Khodjaiants7-23/+42
2004-09-102004-09-09 Alain MagloireAlain Magloire13-187/+337
2004-09-102004-09-09 Alain MagloireAlain Magloire10-125/+323
2004-09-08Fix for bug 73498: Condition is cleared when disabled conditional breakpoint ...Mikhail Khodjaiants2-2/+7
2004-09-08Adjust to the new CDI interface.Alain Magloire20-297/+396
2004-09-082004-09-07 Alain MagloireAlain Magloire4-52/+26
2004-09-082004-09-07 Alain MagloireAlain Magloire9-61/+110
2004-09-082004-09-07 Alain MagloireAlain Magloire5-185/+13
2004-09-07Moved to the new breakpoint management API.Mikhail Khodjaiants6-145/+145
2004-09-07Follows ICDITargetAlain Magloire1-3/+28
2004-09-072004-09-07 Alain MagloireAlain Magloire3-1/+61
2004-09-072004-09-06 Alain MagloireAlain Magloire105-955/+1547
2004-09-03Fix for bug 73197: DisassemblyEditorInput.getAddress can crash.Mikhail Khodjaiants2-1/+5
2004-09-03Made global variables persistent.Mikhail Khodjaiants12-56/+261
2004-09-012004-09-01 Alain MagloireAlain Magloire2-2/+5
2004-09-01Breakpoint filtering by targets.Mikhail Khodjaiants9-24/+289
2004-08-25Added the "Filtering" page to the breakpoint properties.Mikhail Khodjaiants8-1/+439
2004-08-24Moved the property pages and related classes into the newly created package -...Mikhail Khodjaiants7-43/+95
2004-08-24Replaced the "Breakpoint Properties" dialog by standard property pages.Mikhail Khodjaiants10-751/+375
2004-08-23Added API to allow the access to the internal MI UI components by client plug...Mikhail Khodjaiants17-886/+1021

Back to the top