Basic string classes, such as AtomicString, has moved to WTF from WebCore. We need to update WebKitTools/gdb/webcore.py, which defines pretty printers for that classes.
Created attachment 64109 [details] merge-pretty-printers
I think it's good timing to merge webcore.py and wtf.py. I've merged them and name it 'webkit.py'. I left 'webcore.py' for backward compatibility because that file is already used by developers. I'll update WIKI (http://trac.webkit.org/wiki/GDB) once this patch is landed.
CCing people who might have a clue about this code...
I'm only passingly familiar with gdb scripts, but this all looks reasonable.
Comment on attachment 64109 [details] merge-pretty-printers Clearing flags on attachment: 64109 Committed r65254: <http://trac.webkit.org/changeset/65254>
All reviewed patches have been landed. Closing bug.