some questions about gdb

From: Guo Ge <yanjia(at)nudt(dot)edu(dot)cn>
To: pgsql-general <pgsql-general(at)postgreSQL(dot)org>
Subject: some questions about gdb
Date: 1999-04-23 00:31:01
Message-ID: 371FBF44.767A2D56@nudt.edu.cn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 1999-04-23 00:49:45 Re: [GENERAL] Offical 6.5 release
Previous Message Chris Bitmead 1999-04-23 00:16:18 Re: [GENERAL] 9k limit?