Re: debugging C functions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: debugging C functions
Дата
Msg-id 22486.1056155248@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: debugging C functions  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Список pgsql-general
"Nigel J. Andrews" <nandrews@investsystems.co.uk> writes:
> ... I might not have tried the LOAD then attach gdb sequence.

I think you need the "sharedlibrary" command to get gdb to know the
symbols in a shlib that was loaded into the process after gdb first
attached to it.  If you do the LOAD, then attach, you bypass the need
to issue a manual "sharedlibrary" command.

            regards, tom lane

В списке pgsql-general по дате отправления: