summaryrefslogtreecommitdiff
path: root/gdb.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-07-16 18:09:44 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-07-16 18:09:44 +0200
commit856c182cd0d76db0ec2444cec96e9c53714ec930 (patch)
tree70eb5719020b548fb722c3ad6f6e253aabc89312 /gdb.mdwn
parent5d5d6f01b3e0e700a33de02f9ece38557bb2af13 (diff)
parent89f33677640b8a6ff0bb2b7b4cb2b6c24670bde9 (diff)
Merge branch 'master' of flubber:~hurd-web/hurd-web
Diffstat (limited to 'gdb.mdwn')
-rw-r--r--gdb.mdwn23
1 files changed, 18 insertions, 5 deletions
diff --git a/gdb.mdwn b/gdb.mdwn
index 6c43728c..46821037 100644
--- a/gdb.mdwn
+++ b/gdb.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2007, 2008, 2009 Free Software Foundation,
+[[!meta copyright="Copyright © 2007, 2008, 2009, 2011 Free Software Foundation,
Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
@@ -6,10 +6,13 @@ id="license" text="Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no Invariant
Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
-is included in the section entitled
-[[GNU Free Documentation License|/fdl]]."]]"""]]
+is included in the section entitled [[GNU Free Documentation
+License|/fdl]]."]]"""]]
-The [GNU debugger *GDB*](http://www.gnu.org/software/gdb/).
+[[!meta title="GNU GDB"]]
+
+
+# <http://www.gnu.org/software/gdb/>
* [[Backtrace]]s
@@ -18,4 +21,14 @@ The [GNU debugger *GDB*](http://www.gnu.org/software/gdb/).
* [When disassemble doesn't
work](http://lists.gnu.org/archive/html/bug-hurd/2007-02/msg00039.html)
- * [[Open Issues|tag/open_issue_gdb]]
+
+# [[Maintenance|open_issues/binutils]]
+
+
+# Open Issues
+
+[[!inline pages=tag/open_issue_gdb raw=yes feeds=no]]
+
+ * *[Implementing a Mach Debugger for Multithreaded
+ Applications](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.38.5670)*,
+ Deborah Caswell and David Black, 1990. This talks about GDB.