[all-commits] [llvm/llvm-project] 047016: [lldb/API] Expose Target::CreateBreakpoint(..., mo...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Mon Dec 14 19:25:07 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 04701698ebaff8d0c108e590a7e55c3c5bcd4d9e
https://github.com/llvm/llvm-project/commit/04701698ebaff8d0c108e590a7e55c3c5bcd4d9e
Author: Med Ismail Bennani <medismail.bennani at gmail.com>
Date: 2020-12-15 (Tue, 15 Dec 2020)
Changed paths:
M lldb/bindings/interface/SBTarget.i
M lldb/include/lldb/API/SBTarget.h
M lldb/source/API/SBTarget.cpp
M lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py
Log Message:
-----------
[lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload
This patch exposes the Target::CreateBreakpoint overload with the
boolean argument to move to the neareast code to the SBAPI.
This is useful when creating column breakpoints to restrict lldb's
resolution to the pointed source location, preventing it to go to the next
line.
rdar://72196842
Differential Revision: https://reviews.llvm.org/D93266
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
More information about the All-commits
mailing list