jimingham wrote: > Can we make an experimental setting to have all current aliases point to > `breakpoint add` instead of `breakpoint set` ? Eventually, this setting would > go away.
Users can do this by hand with: command unalias b command alias b _regexp-break-add So that's really not much more typing than: settings set interpreter.experimental.b-uses-break-add 1 If the existence of the setting was likely to help people know the new feature exists, it would be worth adding, but I'm not optimistic it will serve that purpose. https://github.com/llvm/llvm-project/pull/171236 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
