This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: [PATCH] Mention some problems with using GDB on FreeBSD


> Date: Sat, 24 Aug 2002 16:28:21 +0200 (CEST)
> From: Mark Kettenis <kettenis@chello.nl>
> 
> +As a result GDB tends to place breakpoints on functions before the
> +function prologue, and information about function parameters and local
> +variables is lost.  In earlier versions of GDB the effects were rather
> +limited, but starting with GDB 5.3 the influence is much more
> +prominent.  As a workaround, compile your code with -gdwarf-2.

Perfect; thanks!


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