On Mon, Oct 26, 2020 at 6:51 AM Tom Stellard via lldb-dev <
lldb-dev@lists.llvm.org> wrote:
> Is there anyone with access to a Mac OS system that has time to take a
> look at this bug: https://bugs.llvm.org/show_bug.cgi?id=46190
>
When I've had compilation issues caused by CommandLineTools, the c
On Tuesday, July 21, 2020, Jim Ingham via lldb-dev
wrote:
> I think adding:
>
> bs (break source) -> break set -y
> ba (break address) -> break set -a
> bn (break name) -> break set -n
>
> would provide a convenient way to set the most common classes of
> breakpoints while not precluding access t