This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: directories for newbies


Yesterday at 6:10pm -0700 danny wrote:

>    Does linux have a standard debugger

gdb

This is GNU debugger. man gdb for detail.

-- 
H.S.Rai

:
####[ Linux One Stanza Tip (LOST) ]###########################

Sub : Unix to DOS conversion (#1)                    LOST #219

If you have vim editor installed, the following script will do
Unix (text file) to DOS conversion:
#!/bin/sh                           # Save u2d, chmod +x u2d
vim -c ":set ff=dos" -c ":wq" $1    # Usage: u2d filename.txt

####<binand@cysphere.com>#####################################
:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]