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: [email protected]
          Reporter: [email protected]
    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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to