llvm-project/lldb
Med Ismail Bennani dc82890a77 [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@gmail.com>
2020-12-15 06:18:04 +01:00
..
bindings [lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload 2020-12-15 06:18:04 +01:00
cmake Fix "Unknown arguments specified" to if in lldb 2020-10-21 07:24:53 -07:00
docs [lldb] [docs] Add a manpage for lldb-server 2020-12-10 15:02:25 +01:00
examples [lldb] Remove LLDB session dir and just store test traces in the respective test build directory 2020-12-04 11:43:10 +01:00
include/lldb [lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload 2020-12-15 06:18:04 +01:00
packages/Python [lldb/test] Change base class of lldb-server tests 2020-12-10 16:21:28 +01:00
resources
scripts [lldb][AArch64/Linux] Show memory tagged memory regions 2020-11-20 11:21:59 +00:00
source [lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload 2020-12-15 06:18:04 +01:00
test [lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload 2020-12-15 06:18:04 +01:00
third_party/Python/module Revert "[lldb] temporary commit to see why a test is failing only on lldb-aarch64-ubuntu" 2020-08-05 11:55:02 +02:00
tools [lldb] Kill the inferior instead of detaching during test suite runs 2020-12-09 18:40:06 -08:00
unittests [lldb] "target create" shouldn't save target if the command failed 2020-12-12 16:40:58 +03:00
utils [lldb] Remove LLDB session dir and just store test traces in the respective test build directory 2020-12-04 11:43:10 +01:00
.clang-format
.clang-tidy [lldb] Add .clang-tidy with customization to disable readability-identifier-naming 2020-03-09 12:50:28 -07:00
.gitignore
CMakeLists.txt [lldb] Enable cmake policy CMP0077 for option() 2020-10-17 00:16:24 -07:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py