Re: gdb question

1998-08-26 Thread Chetan Sakhardande
HI! Learn AT&T syntax properly. gdb uses this. I don't think there are any tutorials on gdb. The info pages are pretty informative. However you might try some hackers magazines like phrack, which have tutorials on how to hack. They use gdb extensively for hacking. Some tutorials even begin wit

Re: gdb question

1998-08-24 Thread Glynn Clements
Ford Prefect wrote: > I'm a C programmer, and am used to (don't hit me) Windows programs, mainly > the Borland family of IDEs. Could someone direct me towards a couple > books that explain GCC, and mainly GDB? I know how to get what I need out > of a graphical IDE, but since I'm making the tra

Re: gdb question

1998-08-21 Thread Karl F. Larsen
Hi Ford, you need to learn how to use "command line" programming. The IDE concept looks good to a beginning programmer but when you get to a serious program with 50 - 1000 functions, you need to have a serious Makefile and a library of functions. For now on Linux just make a directory o

RE: gdb question

1998-08-21 Thread [EMAIL PROTECTED]
On 21-Aug-98 Ford Prefect wrote: > I'm a C programmer, and am used to (don't hit me) Windows programs, mainly > the Borland family of IDEs. Could someone direct me towards a couple > books that explain GCC, and mainly GDB? I know how to get what I need out > of a graphical IDE, but since I'm ma

Re: gdb question

1998-08-21 Thread Marin D
On Fri, 21 Aug 1998, Ford Prefect wrote: ->I'm a C programmer, and am used to (don't hit me) Windows programs, mainly ->the Borland family of IDEs. Could someone direct me towards a couple ->books that explain GCC, and mainly GDB? I know how to get what I need out ->of a graphical IDE, but sin

gdb question

1998-08-21 Thread Ford Prefect
I'm a C programmer, and am used to (don't hit me) Windows programs, mainly the Borland family of IDEs. Could someone direct me towards a couple books that explain GCC, and mainly GDB? I know how to get what I need out of a graphical IDE, but since I'm making the transition to Linux full-time, I