Commit 3d6a2921 authored by Luke Macken's avatar Luke Macken

Clean up our meliae object dump after we load it

parent 448c3bbf
......@@ -594,6 +594,8 @@ class PyrasiteWindow(Gtk.Window):
self.obj_store.append([str(obj.max_address)] +
map(intify, line.split()[1:]))
os.unlink('/tmp/%d.objects' % proc.pid)
def dump_stacks(self, proc):
self.update_progress(0.55, "Dumping stacks")
payloads = os.path.join(os.path.abspath(os.path.dirname(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment