This is an archive of the discontinued LLVM Phabricator instance.

Fix lldb's macosx/heap.py cstr command
ClosedPublic

Authored by davide on Dec 17 2018, 10:18 AM.

Details

Summary

Add a test while I'm around.
rdar://problem/44432167

Diff Detail

Event Timeline

davide created this revision.Dec 17 2018, 10:18 AM
davide added a subscriber: lldb-commits.
JDevlieghere accepted this revision.Dec 17 2018, 10:23 AM

LGTM. Thanks Davide!

This revision is now accepted and ready to land.Dec 17 2018, 10:23 AM
davide accepted this revision.Dec 17 2018, 10:25 AM

commit 44b5014ce138fa293238afeaa53cfd4c2f5b12d2 (HEAD -> master)
Author: Davide Italiano <ditaliano@apple.com>
Date: Mon Dec 17 10:23:44 2018 -0800

Fix lldb's macosx/heap.py cstr command.

<rdar://problem/44432167>
davide closed this revision.Dec 17 2018, 10:25 AM

nice! A lot of great commands in heap.py. Like see them fixed and improved