[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: shared objects and device drivers
- Subject: Re: shared objects and device drivers
- From: "Vimal Mathew" <m_vimal@xxxxxxxxxxx>
- Date: Fri, 23 Jul 1999 03:27:42 PDT
Hi,
The best help I found for "gdb" was by typing "help" at the gdb prompt.
Some other useful commands are
info functions
break <function-name>
[ If you noticed, it was break followed by function-name or line-number, you
dont give an "at" in between. If you try giving line-numbers, you
should have specified the source-file. ]
You type "run" to start execution. You could also use "next","nexti",
"step", "stepi" instructions with gdb. Type "help" followed by a
command to get help on that command.
- -
Bye,
Vimal
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.
------------------------------