[Lldb-commits] [lldb] [lldb] add stop-at-user-entry option to process launch (PR #67019)

Dave Lee via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 3 13:29:10 PDT 2023


================
@@ -335,6 +335,48 @@ BreakpointSP Target::GetBreakpointByID(break_id_t break_id) {
   return bp_sp;
 }
 
+lldb::BreakpointSP lldb_private::Target::CreateBreakpointAtUserEntry() {
+  TargetSP target_sp = shared_from_this();
----------------
kastiglione wrote:

Why is this necessary?

https://github.com/llvm/llvm-project/pull/67019


More information about the lldb-commits mailing list