RESOLVED FIXED304214
Introduce HexDump printing utility for dataLog()
https://bugs.webkit.org/show_bug.cgi?id=304214
Summary Introduce HexDump printing utility for dataLog()
Vassili Bykov
Reported 2025-12-15 15:06:03 PST
It's sometimes helpful in trace output to pint relatively large chunks of raw data such as stack frames in the traditional hex dump form. This patch introduces a new printing plug-in for dataLog() to do just that. Examples: dataLogLn("Interesting data:", HexDump(start_ptr, byte_size)); dataLogLn("Interesting data:", HexDump(std::span(start_ptr, element_count)));
Attachments
Radar WebKit Bug Importer
Comment 1 2025-12-15 15:06:09 PST
Vassili Bykov
Comment 2 2025-12-15 15:13:00 PST
EWS
Comment 3 2025-12-16 16:21:41 PST
Committed 304560@main (fdc2659799c0): <https://commits.webkit.org/304560@main> Reviewed commits have been landed. Closing PR #55434 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.