Re: [lldb-dev] MacOS minidump debugging

2018-06-06 Thread Pavel Labath via lldb-dev
We don't have support for reading mac minidumps presently. That said, it probably wouldn't be too hard to add one, as we already have windows and linux minidumps working (to some degree, at least). It would probably require adding parsing support for some OS-specific structures (I recall some thing

Re: [lldb-dev] MacOS minidump debugging

2018-06-06 Thread Rustam Hashimov via lldb-dev
Yes. On Tue, Jun 5, 2018 at 7:33 PM, Zachary Turner wrote: > I assume you're referring to a windows minidump as opposed to a Mac core > file? > > On Tue, Jun 5, 2018 at 4:19 PM Rustam Hashimov via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > >> Hi, >> lldb newbie here. >> Has anyone debugged m

Re: [lldb-dev] MacOS minidump debugging

2018-06-05 Thread Zachary Turner via lldb-dev
I assume you're referring to a windows minidump as opposed to a Mac core file? On Tue, Jun 5, 2018 at 4:19 PM Rustam Hashimov via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Hi, > lldb newbie here. > Has anyone debugged minidump with lldb in MacOS. Any documentation or > pointers would be apprec

[lldb-dev] MacOS minidump debugging

2018-06-05 Thread Rustam Hashimov via lldb-dev
Hi, lldb newbie here. Has anyone debugged minidump with lldb in MacOS. Any documentation or pointers would be appreciated! Thanks, Rustam ___ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev