expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and OP_SELF.
[deliverable/binutils-gdb.git] / gdb / PROBLEMS
... / ...
CommitLineData
1
2 Known problems in GDB 5.3
3
4 See also: http://www.gnu.org/software/gdb/bugs/
5
6
7*-*-freebsd*
8---------------
9
10Due to a kernel bug (kern/35175), detaching from an attached process
11will very likely cause the process to be stop or die with a Trace/BPT
12trap.
13
14
15i386-*-freebsd[34]*
16-------------------
17
18There is a bug (bin/41671) in FreeBSD's gcc that causes it to emit bad
19debug information when using the stabs format (which is the default).
20As a result GDB tends to place breakpoints on functions before the
21function prologue, and information about function parameters and local
22variables is lost. In earlier versions of GDB the effects were rather
23limited, but starting with GDB 5.3 the influence is much more
24prominent. As a workaround, compile your code with -gdwarf-2.
25
26
27hppa2.0-hp-hpux10.20
28--------------------
29
30gdb/487: The top level make files used to build GDB are not compatible
31with HP/UX make. As a workaround, use GNU make.
32
33gdb/486: The HP/UX C compiler defaults to K&R mode but GDB only builds
34with an ISO C compiler. The top level configuration incorrectly sets
35CC to `cc' instead of `cc -Ae'. As a workaround, the correct compiler
36can be specified as part of the configuration vis:
37
38 $ 'CC=cc -Ae' ./configure
39
40
41s390*-*-*
42---------
43
44gdb/513: GDB does not build on s390 GNU/Linux. The problem should be
45fixed in more recent sources.
46
47
48i386-*-freebsd4.4*
49------------------
50
51gdb/455: GDB doesn't build on a FreeBSD 4.4-STABLE system. The
52problem is still being investigated.
This page took 0.022309 seconds and 4 git commands to generate.