Did you try "target delete <Target that loaded .a file>"? That should clear all the modules held onto by that target. "target list" will show you all the currently open targets.
Jim On Nov 22, 2013, at 8:21 AM, Carlo Kok <[email protected]> wrote: > I have a fat binary .a file that gets loaded via the lldb debugger api. AFter > the debug session is done, lldb keeps the file open. Is there any way to > release this? (Using a few months old lldb) > > > -- > Carlo Kok > RemObjects Software > _______________________________________________ > lldb-dev mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
