[lldb-dev] lldb keeping .a file open

jingham at apple.com jingham at apple.com
Fri Nov 22 08:28:25 PST 2013


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 <ck at remobjects.com> 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
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev




More information about the lldb-dev mailing list