On Sat, Feb 1, 2014 at 4:45 PM, Jun Koi <[email protected]> wrote:

> hi,
>
> does LLDB provide any facilities to retrieve all the memory maps of
> debugged process from Python script?
>
> on Linux, we can get this from /proc/<debugged-id>/map, but this is rather
> mechanical, so if LLDB can get that for me, it would save me from doing
> that myself.
>

in case there is no such a facility, how can i get the pid of debugged
process? (so i can use pid to get all the memory maps afterwards)

i looked around, and couldnt find any API that can tell me the pid. any
hint?

thanks.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to