mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-27 17:55:29 +01:00
Add serialization of inlines and inline origins for FastSourceLineResolver so that it can construct inlined frames later.
Bug: 1190878 Change-Id: Ie3b0f2f44e04e790501ea54680fe223974c750ab Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3294126 Reviewed-by: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
parent
c472afe064
commit
0ae29c99d1
8 changed files with 379 additions and 27 deletions
|
|
@ -79,6 +79,8 @@ class FastSourceLineResolver : public SourceLineResolverBase {
|
|||
// SourceLineResolverBase.
|
||||
struct Line;
|
||||
struct Function;
|
||||
struct Inline;
|
||||
struct InlineOrigin;
|
||||
struct PublicSymbol;
|
||||
class Module;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue