mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-07 06:58:20 +01:00
Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc
Bug: b/189249305 Change-Id: I3433ff5c41d2f66ab292fbecb969f2cd08d24b29 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2920506 Reviewed-by: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
parent
f7428bc397
commit
0622f68827
30 changed files with 947 additions and 958 deletions
|
|
@ -39,7 +39,7 @@
|
|||
#include "common/dwarf/dwarf2diehandler.h"
|
||||
#include "common/using_std_string.h"
|
||||
|
||||
namespace dwarf2reader {
|
||||
namespace google_breakpad {
|
||||
|
||||
DIEDispatcher::~DIEDispatcher() {
|
||||
while (!die_handlers_.empty()) {
|
||||
|
|
@ -196,4 +196,4 @@ void DIEDispatcher::ProcessAttributeSignature(uint64_t offset,
|
|||
current.handler_->ProcessAttributeSignature(attr, form, signature);
|
||||
}
|
||||
|
||||
} // namespace dwarf2reader
|
||||
} // namespace google_breakpad
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue