Re: How to specify a new but non-default path of gdb in gcc?
- From: "LaBird" <wlcheung1975@xxxxxxxxx>
- Date: Wed, 28 Mar 2007 22:10:02 +0800
Hi Paul,
Many thanks for clarifying!
Best Regards,
LaBird (Benny).
[Email: Remove all numerals to get the correct address.]
"Paul Pluzhnikov" <ppluzhnikov-nsp@xxxxxxxxxxx> wrote:
You are confused: the way your program is compiled, and which
debugger you use to debug it, are completely independent [1].
The "debug info of the new gdb" (or any gdb) is certainly *not*
added to your executable.
You do not need to recompile your program to debug it with your
new debugger. Just do
~/gdb/gdb /path/to/executable
Cheers,
[1] Except older debugger may not understand debug format of the
newer gcc version.
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
.
- References:
- How to specify a new but non-default path of gdb in gcc?
- From: LaBird
- Re: How to specify a new but non-default path of gdb in gcc?
- From: Paul Pluzhnikov
- How to specify a new but non-default path of gdb in gcc?
- Prev by Date: Re: New Linux kernel written in BASIC to be released in 5 days.
- Next by Date: Help with ELF's ".symtab" section
- Previous by thread: Re: How to specify a new but non-default path of gdb in gcc?
- Next by thread: Input video-data to v4l from userspace
- Index(es):
Relevant Pages
|