Re: [lldb-dev] Unable to build lldb on Mac OS

2020-10-26 Thread Dave Lee via lldb-dev
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

Re: [lldb-dev] Break setting aliases...

2020-07-22 Thread Dave Lee via lldb-dev
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