diff options
author | Adrian Prantl <aprantl@apple.com> | 2018-08-30 15:11:00 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2018-08-30 15:11:00 +0000 |
commit | 431b158400320fdeac946799d2087257e2bdc26c (patch) | |
tree | 30f2861f026750ed636d0d975b1ab52728b8c257 /lldb/packages/Python/lldbsuite/test/functionalities/command_script/welcome.py | |
parent | 5e98c2b69db07905348e8d5b1778bbba94c56531 (diff) | |
download | bcm5719-llvm-431b158400320fdeac946799d2087257e2bdc26c.tar.gz bcm5719-llvm-431b158400320fdeac946799d2087257e2bdc26c.zip |
Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.
This patch extends the SBAPI to allow for setting a breakpoint not
only at a specific line, but also at a specific (minimum) column. When
a column is specified, it will try to find an exact match or the
closest match on the same line that comes after the specified
location.
Differential Revision: https://reviews.llvm.org/D51461
llvm-svn: 341078
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_script/welcome.py')
0 files changed, 0 insertions, 0 deletions