[lldb-dev] [Bug 16112] New: LLDB does not support setting breakpoints by column

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed May 22 13:07:18 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=16112

            Bug ID: 16112
           Summary: LLDB does not support setting breakpoints by column
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: daniel.malea at intel.com
    Classification: Unclassified

Currently LLDB allows setting breakpoints by line number via the "-l" option to
"breakpoint set" but not by column.

This bug is to add support for setting breakpoints by column number via the
command-line interface.

It looks like the LLDB API (SBBreakpoint, SBBreakpointLocation) also needs to
be updated. Also, SBTarget.CreateBreakpointByLocation should be updated to take
an (optional) column number parameter, or an SBLineEntry which does support
columns.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130522/df1fbff6/attachment.html>


More information about the lldb-dev mailing list