Add a task for gdb threading support.
Submitted by: kan
This commit is contained in:
parent
3cf4e15dd8
commit
36eb6b54e6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17137
1 changed files with 11 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.22 2003/05/27 20:03:55 scottl Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.23 2003/05/30 17:26:11 scottl Exp $">
|
||||
<!ENTITY title "FreeBSD 5.2 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -295,6 +295,16 @@
|
|||
exempt.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>GDB thread support</td>
|
||||
<td>--</td>
|
||||
<td>--</td>
|
||||
<td>With improved support for threading primitives, support is now
|
||||
required to ease debugging of threaded applications. Ideally,
|
||||
this support will work for both libthr and libkse threading
|
||||
models.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Documentation items that must be resolved for 5.2</h3>
|
||||
|
|
Loading…
Reference in a new issue