some questions about gdb - Mailing list pgsql-general

From Guo Ge
Subject some questions about gdb
Date
Msg-id 371FBF44.767A2D56@nudt.edu.cn
Whole thread Raw
List pgsql-general
hi all
    I have some trouble with my work recently and I am eager for your
help.
    I updated some source codes and I want to make them.
    I  do make as the Install  file describes,first, make  COPT="-g"
after make clean ,then make install.
    But ,after I go into "xxgdb postgres"  ,I find  codes of some
function such as pg_exec_query() cann't  be seen where some such as
StartTransaction ()can be seen.
    for example:
<gdb> b StartTransaction
 breakpoint 1 at 0x8082f50: file xact.c,line 792
<gdb> b pg_exec_query
0x80ec574 <pg_exec_query> :0x8be58955

    what happened t me? Help me.
                                 Guo
                               April 23


pgsql-general by date:

Previous
From: Chris Bitmead
Date:
Subject: Re: [GENERAL] 9k limit?
Next
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] Offical 6.5 release