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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 11 14:06:40 PDT 2023


clayborg wrote:

very nice! Thanks for doing all of our suggested improvements, great patch. I would love to see a new API in SBTarget that exposes this feature:
```
lldb::SBBreakpoint lldb::SBTarget::CreateBreakpointAtUserEntry();
```

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


More information about the lldb-commits mailing list