Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2007-04-30Bug 150864, Not all printable characters are displayed in the debuggerKen Ryall1-2/+2
2007-04-30Bug 159860, more formatting for bool.Ken Ryall2-2/+44
2007-04-30Fix compile error due to 1.6 compatability.Doug Schaefer1-2/+2
2007-04-30Bug 179755 - Introduced mechanism to allow debuggers to specify a regex patte...Doug Schaefer10-5/+147
2007-04-27Bug 135250: Patch to fix function breakpoints.Mikhail Khodjaiants5-34/+96
2007-04-27Fix for 179967: warning for breakpoint handler logged on startupAnton Leherbauer1-1/+1
2007-04-26Fix for 183396: Open up breakpoint ruler actions for other debug modelsAnton Leherbauer3-113/+95
2007-04-25Bug 183291. ToggleBreakpointRulerAction should use the IToggleBreakpointTarge...Ken Ryall4-13/+107
2007-04-24Add throws CDIException to new ICDIFormattable, as per Mikhail's recommendation.John Cortell2-2/+3
2007-04-24Fixed 183108. Allow the CDI backend to dictate the format (hex/decimal/binary...John Cortell2-8/+73
2007-04-19Made sizeof() public. Discussed with Mikhail.John Cortell1-1/+1
2007-04-19Back to 1.177. Suffering severe confusion.John Cortell1-24/+14
2007-04-19Reverted last commit; committed the wrong fileJohn Cortell1-14/+24
2007-04-19Fixed 183094. Extension point interface was in package not exported.John Cortell1-0/+1
2007-04-18First GDB JTAG session running.Doug Schaefer1-0/+5
2007-04-17175532 Support for address to source API.Ken Ryall5-3/+236
2007-04-15Fix ASCII property on schemaDoug Schaefer1-139/+139
2007-04-15Fixed class for new debugger.Doug Schaefer1-1/+1
2007-04-13Bug 150471: NPE in ToggleBreakpointAdapter.Mikhail Khodjaiants1-3/+5
2007-04-12Fix bug where project name was empty.Doug Schaefer1-1/+2
2007-04-10Fixed bug 181829. Debugger was not enforcing extension point schema. Also ren...John Cortell8-570/+580
2007-04-10Fixed bug 181804. Schema files not getting into SDKJohn Cortell1-0/+1
2007-04-09patch form Elena # 180975Alain Magloire1-66/+67
2007-04-05Reviewed and applied patch for 180673. "Remove all Global Variables" action i...John Cortell1-1/+80
2007-04-05Corrected parameter names and JavaDoc of ICDIThread.getStackFrames. Bug 180819.John Cortell1-6/+3
2007-04-02Fix from Elena for PR #189959Alain Magloire1-7/+24
2007-03-29Bug 175532. AddressToSource API interface definition.Ken Ryall1-0/+77
2007-03-29If the CDI backend fails when getting the value for a variable put the error ...Ken Ryall1-0/+1
2007-03-29Fire a breakpoint changed event when the install count goes to zero so the br...Ken Ryall1-1/+2
2007-03-29Added an ExecutableReloadedEvent so if the debugger backend detects that code...Ken Ryall2-0/+42
2007-03-29Bug 179425: two periods ".." appear at end of some CDT "Target request failed...Mikhail Khodjaiants1-2/+13
2007-03-29Added overlay images for breakpoints with actions attached.Ken Ryall5-0/+17
2007-03-28Bug 118308 support for breakpoint actions.Ken Ryall39-12/+3348
2007-03-26Bug 175338: Debug is broken after M5. Renamed IModelProxyFactoryAdapter to IM...Mikhail Khodjaiants2-6/+6
2007-03-22Support for a numeric address value being the stop on start expression was ad...John Cortell1-1/+10
2007-03-22Backing out patch for 175338. We haven't moved to M6 yet.Doug Schaefer2-7/+7
2007-03-21fix for bug 175338 - changing all references to IModelProxyFactoryAdapter to ...Vivian Kong2-9/+11
2007-03-21Fixed 178485. Breakpoints can disappear from the disassembler view if they're...John Cortell1-1/+10
2007-03-14fix for bug 177431Vivian Kong1-1/+1
2007-03-14Make sure breakpoint problem markers are removed when a breakpoint is removed.Ken Ryall1-0/+3
2007-03-01Bug 176063: Non-API usage in CSourceNotFoundEditor.Mikhail Khodjaiants1-10/+8
2007-03-01Bug 144277: No images for source containers types. Removed temporary fix.Mikhail Khodjaiants1-4/+0
2007-03-01Fix NPE when invoking wizard from key binding.Ken Ryall1-1/+1
2007-03-01Report problems when adding the executable to the project.Ken Ryall3-2/+11
2007-03-01Bug 174988: thread switch while register view is open: redundant mi commands ...Mikhail Khodjaiants1-3/+49
2007-02-21Warning cleanup.Mikhail Khodjaiants20-96/+84
2007-02-17When the source locator finds source files by absolute path attempt to create...Ken Ryall2-8/+31
2007-02-16Support for ICDIBreakpointManagment2, breaks are enabled/disabled when they a...Ken Ryall9-39/+61
2007-02-16More refined way to address bug 102563. Also track which source file an MI b...Ken Ryall3-4/+13
2007-02-15Bug 105196, add the the enabled flag to the CDI api for setting breakpoints i...Ken Ryall5-15/+140

Back to the top