Re: [lldb-dev] Adding breakpad "symbol" file support

2018-12-03 Thread Leonard Mosescu via lldb-dev
Yay! In case anyone is interested in the details, the Breakpad symbol format is documented here: https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/symbol_files.md On Mon, Dec 3, 2018 at 5:39 AM Pavel Labath via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Hello all, > > I'd like

[lldb-dev] Adding breakpad "symbol" file support

2018-12-03 Thread Pavel Labath via lldb-dev
Hello all, I'd like to propose adding support for reading breakpad symbol files to LLDB. The breakpad files are textual files, which contain just enough information to produce a backtrace from a crash dump. This information includes: - UUID, architecture and name of the module - line tables

[lldb-dev] [8.0.0 Release] Release schedule

2018-12-03 Thread Hans Wennborg via lldb-dev
Hello everyone, I know 7.0.1 isn't out the door yet, and 8.0.0 isn't due for a while, so relax :-) But I would like to get the schedule decided before folks disappear over the holidays. According to the usual schedule, the branch would be created two weeks into January, with the goal of shipping