SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
www/chromium/patches/patch-base_profiler_module_cache_cc
Normal file
12
www/chromium/patches/patch-base_profiler_module_cache_cc
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: base/profiler/module_cache.cc
|
||||
--- base/profiler/module_cache.cc.orig
|
||||
+++ base/profiler/module_cache.cc
|
||||
@@ -37,7 +37,7 @@ std::string TransformModuleIDToSymbolServerFormat(Stri
|
||||
// Android and Linux Chrome builds use the "breakpad" format to index their
|
||||
// build id, so we transform the build id for these platforms. All other
|
||||
// platforms keep their symbols indexed by the original build ID.
|
||||
-#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX)
|
||||
+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
||||
// Linux ELF module IDs are 160bit integers, which we need to mangle
|
||||
// down to 128bit integers to match the id that Breakpad outputs.
|
||||
// Example on version '66.0.3359.170' x64:
|
Loading…
Add table
Add a link
Reference in a new issue