GDB reading eh_frame/eh_frame_hdr from disk
Mitch Souders <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAKxP7TJk3iGYE5bQBqgyLCE9=6hPQEkH4-8Czrfoz5_47Os1+w@mail.gmail.com> |
Is there any way to tell gdb to use the in-memory representation from the inferior of the .eh_frame/.eh_frame_hdr sections when doing stack unwinding? As best I can determine, gdb always reaches out to disk to find .eh_frame/.eh_frame_hdr to do stack unwinding. Our product is doing some runtime manipulation of these sections and gdb's current behavior is undesired. -- -Mitch