Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2004-12-22Updated the version numbers to 3.0.0.Doug Schaefer5-5/+5
2004-12-22Fix for bug 73168: Use memory view provided by Eclipse platform in CDT.Mikhail Khodjaiants2-0/+18
2004-12-21Switch to the new memory view interfaces (Eclipse 3.1).Mikhail Khodjaiants5-45/+84
2004-12-20Fix for bug 81698: NumberFormatException in CValue.Mikhail Khodjaiants2-30/+42
2004-12-202004-12-20 Alain MagloireAlain Magloire2-11/+25
2004-12-16Fix for bug 81381: Deadlock when single stepping.Mikhail Khodjaiants2-3/+5
2004-12-09Fix for bug 79678: NPE in Expression.Mikhail Khodjaiants2-2/+9
2004-12-07New fix for bug 80034: Expressions view does not display correct no. of eleme...Mikhail Khodjaiants3-3/+8
2004-12-03Fix for bug 62659: Unable to set default for register format via plugin_custo...Mikhail Khodjaiants5-4/+52
2004-12-03Fix for bug 80106: Terminating during stepping state caused exception in CDT.Mikhail Khodjaiants3-5/+12
2004-12-02Partial fix for bug 77444: CDT does not handle address breakpoints across ses...Mikhail Khodjaiants2-1/+7
2004-12-02Fix for bug 80034: Expressions view does not display correct no. of elements ...Mikhail Khodjaiants2-1/+5
2004-12-02Fix for bug 80055: ArrayIndexOutOfBoundsException in DisassemblyView.Mikhail Khodjaiants2-4/+11
2004-12-01Fix for bug 79454: Unable to remove a breakpoint set from the gdb console.Mikhail Khodjaiants2-6/+14
2004-12-01Fix for bug 74043: Overaggressive exception reporting?Mikhail Khodjaiants2-7/+10
2004-11-26Fix for bug 79608: NPE in CValue.Mikhail Khodjaiants2-1/+5
2004-11-262004-11-26 Alain MagloireAlain Magloire2-1/+5
2004-11-262004-11-26 Alain MagloireAlain Magloire3-43/+46
2004-11-26Fix for bug 79377: "Mixed disassembly" should fall back to disassembly w/o so...Mikhail Khodjaiants2-1/+5
2004-11-262004-11-26 Alain MagloireAlain Magloire2-1/+23
2004-11-26Fix for bug 79583: Deffered breakpoints and shared library events.Mikhail Khodjaiants2-7/+4
2004-11-26Do not use "void" if parameter's list is empty when constructing a function o...Mikhail Khodjaiants2-26/+19
2004-11-26*** empty log message ***Alain Magloire3-8/+13
2004-11-25Fix for bug 79452: Unable to set a breakpoint on a class method.Mikhail Khodjaiants6-53/+64
2004-11-25Replaced the "breakpointRemoved" method of ICBreakpointListener by the "break...Mikhail Khodjaiants2-10/+15
2004-11-25The "decrementInstallCount" method of IBreakpoint should be called from the U...Mikhail Khodjaiants4-26/+20
2004-11-242004-11-24 Alain MagloireAlain Magloire3-15/+40
2004-11-242004-11-24 Alain MagloireAlain Magloire2-13/+16
2004-11-24Do not request to dispose local variables when the target is resumed.Mikhail Khodjaiants4-17/+35
2004-11-24Typo int definition of "uint32_t" it was define to "uint31_t" !!Alain Magloire1-1/+1
2004-11-23The enablement of the step actions is calculated in the UI thread. This cause...Mikhail Khodjaiants2-11/+9
2004-11-23Workaround for bug 69728: IndexOutOfBoundsException in TextPresentation.Mikhail Khodjaiants2-2/+12
2004-11-232004-11-23 Alain MagloireAlain Magloire2-0/+25
2004-11-22Check if the pointer value is not null before pass it to the address factory.Mikhail Khodjaiants2-0/+7
2004-11-202004-11-19 Alain MagloireAlain Magloire4-25/+23
2004-11-19Use the qualified name when creating a register.Mikhail Khodjaiants3-2/+43
2004-11-192004-11-19 Alain MagloireAlain Magloire2-5/+34
2004-11-192004-11-19 Alain MagloireAlain Magloire28-176/+180
2004-11-18Fix for bug 69184: Activate the Expression view when expression is added.Mikhail Khodjaiants2-0/+24
2004-11-18Worker threads can try to evaluate expressions on the stack frames that have ...Mikhail Khodjaiants2-4/+29
2004-11-182004-11-19 Alain MagloireAlain Magloire2-8/+13
2004-11-18*** empty log message ***Alain Magloire3-14/+22
2004-11-182004-11-19 Alain MagloireAlain Magloire4-5/+17
2004-11-17api update to use IBinaryObject instead of IBinaryExecutable in debuggerDavid Inglis8-18/+37
2004-11-172004-11-17 Alain MagloireAlain Magloire2-5/+13
2004-11-172004-11-16 Alain MagloireAlain Magloire2-0/+12
2004-11-172004-11-16 Alain MagloireAlain Magloire3-1/+21
2004-11-172004-11-16 Alain MagloireAlain Magloire8-17/+27
2004-11-16added terminal default constantDavid Inglis1-0/+2
2004-11-16added use teminal attributeDavid Inglis1-0/+7

Back to the top