On 03/12/2018 23:54, Leonard Mosescu wrote:
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
Thanks, Leonard, I actually didn't know about that document. :) (Th
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
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
-