Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: src/common/dwarf/dwarf2reader.cc

Issue 1970903002: Fixes up dump_syms build on OS X so it works with ELF. (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Change xcconfig instead of xcodeproj Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/common/mac/Breakpad.xcconfig » ('j') | src/third_party/glibc/elf/elf.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/common/dwarf/dwarf2reader.cc
diff --git a/src/common/dwarf/dwarf2reader.cc b/src/common/dwarf/dwarf2reader.cc
index dc0e2349b02a4a9f07d7d0cf297fa44400247739..a65b43c8a3c0a4c59a74f2f42b1525ddf6ee2905 100644
--- a/src/common/dwarf/dwarf2reader.cc
+++ b/src/common/dwarf/dwarf2reader.cc
@@ -639,7 +639,7 @@ void CompilationUnit::ProcessSplitDwarf() {
}
}
bool found_in_dwp = false;
- if (dwp_reader_ != NULL) {
+ if (dwp_reader_) {
// If we have a .dwp file, read the debug sections for the requested CU.
SectionMap sections;
dwp_reader_->ReadDebugSectionsForCU(dwo_id_, &sections);
« no previous file with comments | « no previous file | src/common/mac/Breakpad.xcconfig » ('j') | src/third_party/glibc/elf/elf.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698