aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad/processor/source_line_resolver_interface.h
diff options
context:
space:
mode:
authorMark Mentovai <mark@chromium.org>2021-10-26 09:31:09 -0400
committerMark Mentovai <mark@chromium.org>2021-10-26 17:23:46 +0000
commitdfcb7b6799b7c1e2c8d65e857d8afede185471d8 (patch)
tree49b9ded11cf134b7385759bb599616f37f24eb8d /src/google_breakpad/processor/source_line_resolver_interface.h
parent076073c96b3df6823f8e00fa525cd90f71eae347 (diff)
downloadgoogle-breakpad-dfcb7b6799b7c1e2c8d65e857d8afede185471d8.tar.gz
Revert "Fix incorrect source file name for inlined frames"
This reverts commit 54d878abcb61623a71e5c2b5bb251e7f7fc8563d. 54d878abcb61 changed the dump_syms format incompatibly. This must be redone in a multi-step process: the processor must be made to understand the old and new formats simultaneously and the processor service must be rebuilt and run with that update before dump_syms output can change to use the new format. Bug: chromium:1263390 Change-Id: I5b6f8aff8ea2916b2c07ac6a74b569fa27db51b9 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3244775 Reviewed-by: Joshua Peraza <jperaza@chromium.org>
Diffstat (limited to 'src/google_breakpad/processor/source_line_resolver_interface.h')
-rw-r--r--src/google_breakpad/processor/source_line_resolver_interface.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/google_breakpad/processor/source_line_resolver_interface.h b/src/google_breakpad/processor/source_line_resolver_interface.h
index 2614f65e..7880c922 100644
--- a/src/google_breakpad/processor/source_line_resolver_interface.h
+++ b/src/google_breakpad/processor/source_line_resolver_interface.h
@@ -34,7 +34,6 @@
#ifndef GOOGLE_BREAKPAD_PROCESSOR_SOURCE_LINE_RESOLVER_INTERFACE_H__
#define GOOGLE_BREAKPAD_PROCESSOR_SOURCE_LINE_RESOLVER_INTERFACE_H__
-#include <deque>
#include <memory>
#include <string>
#include <vector>
@@ -99,7 +98,7 @@ class SourceLineResolverInterface {
// inlined_frames in an order from outermost frame to inner most frame.
virtual void FillSourceLineInfo(
StackFrame* frame,
- std::deque<std::unique_ptr<StackFrame>>* inlined_frames) = 0;
+ std::vector<std::unique_ptr<StackFrame>>* inlined_frames) = 0;
// If Windows stack walking information is available covering
// FRAME's instruction address, return a WindowsFrameInfo structure