Re: [sqlite] debugging sqlite with gdb

2009-08-17 Thread Mohammad Reaz Uddin
Thanks everybody. On Mon, Aug 17, 2009 at 5:22 AM, Simon Slavin <slav...@hearsay.demon.co.uk>wrote: > > On 17 Aug 2009, at 12:46am, Miroslav Zagorac wrote: > > > Mohammad Reaz Uddin wrote: > >> I downloaded 'sqlite-amalgamation-3.6.16.tar.gz' and used makefile to &

Re: [sqlite] debugging sqlite with gdb

2009-08-16 Thread Mohammad Reaz Uddin
can you please tell me how can i get a debuggable executable file? i have sqlite3.c(the single monolithic file) and sqlite3.h sorry, my question are too naive. On Sun, Aug 16, 2009 at 4:47 PM, Miroslav Zagorac wrote: > > I downloaded 'sqlite-amalgamation-3.6.16.tar.gz'

Re: [sqlite] debugging sqlite with gdb

2009-08-16 Thread Mohammad Reaz Uddin
I downloaded 'sqlite-amalgamation-3.6.16.tar.gz' and used makefile to compile it. On Sun, Aug 16, 2009 at 12:54 PM, Kees Nuyt <k.n...@zonnet.nl> wrote: > On Sun, 16 Aug 2009 12:09:30 -0700, Mohammad Reaz Uddin > <reazsha...@gmail.com> wrote: > > >can any body help?

Re: [sqlite] debugging sqlite with gdb

2009-08-16 Thread Mohammad Reaz Uddin
can any body help? On Sat, Aug 15, 2009 at 10:00 AM, Mohammad Reaz Uddin <reazsha...@gmail.com>wrote: > Hey, > I am running sqlite-3.6.16. I am getting segmentation fault and so trying > to run sqlite with gdb. But I am getting following error- > > /sqlite-3.6.16/sqlite

[sqlite] debugging sqlite with gdb

2009-08-15 Thread Mohammad Reaz Uddin
Hey, I am running sqlite-3.6.16. I am getting segmentation fault and so trying to run sqlite with gdb. But I am getting following error- /sqlite-3.6.16/sqlite3": not in executable format: File format not recognized I saw the make file. I think it's compiled with debugging option(-g). what to do?