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

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@cs.uiuc.edu
Reporter daniel.malea@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.