RESOLVED FIXED Bug 203495
Add pretty printer for CompactPointerTuple
https://bugs.webkit.org/show_bug.cgi?id=203495
Summary Add pretty printer for CompactPointerTuple
Daniel Bates
Reported 2019-10-28 11:35:03 PDT
Add a LLDB pretty printer for CompactPointerTuple.
Attachments
Patch and unit tests (14.60 KB, patch)
2019-10-28 11:46 PDT, Daniel Bates
no flags
Daniel Bates
Comment 1 2019-10-28 11:46:02 PDT
Created attachment 382091 [details] Patch and unit tests
Daniel Bates
Comment 2 2019-10-28 11:47:33 PDT
Now we will print something like: (WTF::CompactPointerTuple<WTF::String *, unsigned char>) $0 = { type = 7 } { [0] = 0x00007ffeefbff220 { length = 8, contents = 'résumé' } [1] = 7 } for aCompactPointerTuple defined like this: String aString { "résumé" }; CompactPointerTuple<String*, uint8_t> aCompactPointerTuple { &aString, 7 };
Daniel Bates
Comment 3 2019-10-30 15:21:12 PDT
Comment on attachment 382091 [details] Patch and unit tests Clearing flags on attachment: 382091 Committed r251813: <https://trac.webkit.org/changeset/251813>
Daniel Bates
Comment 4 2019-10-30 15:21:15 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2019-10-30 15:22:16 PDT
Note You need to log in before you can comment on or make changes to this bug.