diff -ur breakpad.org/src/processor/stackwalk_common.cc breakpad/src/processor/stackwalk_common.cc --- breakpad.org/src/processor/stackwalk_common.cc 2016-06-27 02:06:43.304932691 +0200 +++ breakpad/src/processor/stackwalk_common.cc 2016-06-27 02:10:22.815642476 +0200 @@ -750,7 +750,7 @@ // one per line, in the following machine-readable pipe-delimited // text format: // Module|{Module Filename}|{Version}|{Debug Filename}|{Debug Identifier}| -// {Base Address}|{Max Address}|{Main} +// {Base Address}|{Max Address}|{Main}|{Code Identifier} static void PrintModulesMachineReadable(const CodeModules *modules) { if (!modules) return; @@ -767,7 +767,7 @@ ++module_sequence) { const CodeModule *module = modules->GetModuleAtSequence(module_sequence); uint64_t base_address = module->base_address(); - printf("Module%c%s%c%s%c%s%c%s%c0x%08" PRIx64 "%c0x%08" PRIx64 "%c%d\n", + printf("Module%c%s%c%s%c%s%c%s%c0x%08" PRIx64 "%c0x%08" PRIx64 "%c%d%c%s\n", kOutputSeparator, StripSeparator(PathnameStripper::File(module->code_file())).c_str(), kOutputSeparator, StripSeparator(module->version()).c_str(), @@ -778,7 +778,9 @@ kOutputSeparator, base_address, kOutputSeparator, base_address + module->size() - 1, kOutputSeparator, - main_module != NULL && base_address == main_address ? 1 : 0); + main_module != NULL && base_address == main_address ? 1 : 0, + kOutputSeparator, + StripSeparator(PathnameStripper::File(module->code_identifier())).c_str()); } } eoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basegfx/Library_basegfx.mk
AgeCommit message (Expand)Author
2023-05-15MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)
2021-12-27use comphelper::WeakComponentImplHelper in UnoPolyPolygonNoel Grandin
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-07-01Improve the looks of a wave line by draw it with bezier curvesTomaž Vajngerl
2019-01-13basegfx: Kill empty .cxxTakeshi Abe
2019-01-10EmptyBPixel is unusedStephan Bergmann
2019-01-09EmptyTuple is unusedStephan Bergmann
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand
2018-07-02tdf106792 Get rid of SvxShapePolyPolygonBezierArmin Le Grand
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2015-05-27Remove B3IPoint, it's not used anywhereZsolt Bölöny
2015-05-27B3IVector is not used anywhereZsolt Bölöny
2015-05-26Remove B3I64Tuple, it's not used by anythingZsolt Bölöny