Doc weak symbol problem.
This commit is contained in:
parent
a7cb598ae6
commit
6bc37a9656
|
@ -1,3 +1,7 @@
|
||||||
|
Fri May 12 20:38:55 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
|
* TODO: Mention weak symbol problem.
|
||||||
|
|
||||||
Fri May 12 14:12:17 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
Fri May 12 14:12:17 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
* README: Update section on kernel debugging.
|
* README: Update section on kernel debugging.
|
||||||
|
|
11
gdb/TODO
11
gdb/TODO
|
@ -169,6 +169,17 @@ David Whedon writes:
|
||||||
> gdb/rdi-share/unixcomm.c. SERPORT1 et. al. never get defined because we
|
> gdb/rdi-share/unixcomm.c. SERPORT1 et. al. never get defined because we
|
||||||
> aren't one of the architectures supported.
|
> aren't one of the architectures supported.
|
||||||
|
|
||||||
|
--
|
||||||
|
|
||||||
|
Problem with weak functions
|
||||||
|
http://sourceware.cygnus.com/ml/gdb/2000-05/msg00060.html
|
||||||
|
|
||||||
|
Dan Nicolaescu writes:
|
||||||
|
> It seems that gdb-4.95.1 does not display correctly the function when
|
||||||
|
> stoping in weak functions.
|
||||||
|
>
|
||||||
|
> It stops in a function that is defined as weak, not in the function
|
||||||
|
> that is actualy run...
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue