Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Bug 376105 - "Add watchpoint (C/C++)" context menu option from memory view does not add a asterisk before the memory address value

Hi,

I've submitted a one-line patch for the bug described in https://bugs.eclipse.org/bugs/show_bug.cgi?id=376105 and I just wanted to get an opinion about whether this was a reasonable fix. I figured that since the code in AbstractToggleBreakpointAdapter.updateMemoryWatchpoint() is only called for the case of watchpoint addresses from the memory view, and the asterisk address prefix is standard C syntax (debugger-independent), this would be acceptable?

Thanks,
Mike

Back to the top