Python memory ranges from core
Francisco Moraes <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAL251QiWeP=3W8H0-B10KKuw9sw5FDffekaeXP1c1hjHj500mA@mail.gmail.com> |
Hi, I need to automate searching the memory ranges of core dump. I'd like to do that from a python command but I didn't immediately find a way to list all the memory ranges from the core file. I can get the output from info files and post process it to generate a series of find commands. I would like to remove that post processing step by making it all part of python command. Is it possible to find the memory ranges of the inferior being debugged from Python?