yandex / odyssey

Scalable PostgreSQL connection pooler
BSD 3-Clause "New" or "Revised" License
3.21k stars 165 forks source link

machinarium-gdb.py: fix mmcoro for cores #637

Closed rkhapov closed 3 months ago

rkhapov commented 3 months ago

mmcoro command doesnt works for core-files. It happens because of setting pc ans sp registers, that doesnt work in gdb for core files.

This patchs fixes that, by using gdb's stack unwiders.