summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-04-07 22:44:09 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-04-07 22:44:09 +0200
commit1f58a9a54678b4c86a4b4713378bfa8174bc648f (patch)
tree22c5c8d333282ab877d03d60ec4d3770f99c8a4f /community
parent65351e6ce5ca902e210ec10b2abbc6dd5e48041a (diff)
community/gsoc/project_ideas/gdb: New.
Diffstat (limited to 'community')
-rw-r--r--community/gsoc/project_ideas.mdwn1
-rw-r--r--community/gsoc/project_ideas/gdb.mdwn32
2 files changed, 33 insertions, 0 deletions
diff --git a/community/gsoc/project_ideas.mdwn b/community/gsoc/project_ideas.mdwn
index dba6dc46..c7b5ab1a 100644
--- a/community/gsoc/project_ideas.mdwn
+++ b/community/gsoc/project_ideas.mdwn
@@ -85,6 +85,7 @@ other: language_bindings, gnat, gccgo, perl_python. -->
[[!inline pages="community/gsoc/project_ideas/file_locking" show=0 feeds=no actions=yes]]
[[!inline pages="community/gsoc/project_ideas/object_lookups" show=0 feeds=no actions=yes]]
[[!inline pages="community/gsoc/project_ideas/server_overriding" show=0 feeds=no actions=yes]]
+[[!inline pages="community/gsoc/project_ideas/gdb" show=0 feeds=no actions=yes]]
[[!inline pages="community/gsoc/project_ideas/tcp_ip_stack" show=0 feeds=no actions=yes]]
[[!inline pages="community/gsoc/project_ideas/nfs" show=0 feeds=no actions=yes]]
<!-- Richard, This task actually looks too big for a GSoC project.
diff --git a/community/gsoc/project_ideas/gdb.mdwn b/community/gsoc/project_ideas/gdb.mdwn
new file mode 100644
index 00000000..255ac239
--- /dev/null
+++ b/community/gsoc/project_ideas/gdb.mdwn
@@ -0,0 +1,32 @@
+[[!meta copyright="Copyright © 2013 Free Software Foundation, Inc."]]
+
+[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
+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]]."]]"""]]
+
+[[!meta title="Improve the GDB Port for GNU Hurd"]]
+
+[[!tag open_issue_gdb]]
+
+[[/GDB]] is available and working on GNU Hurd. However, there are some bugs
+and there is missing functionality compared to a port targeting the Linux
+kernel ([[tag/Open_Issue_GDB]], [diff of
+testresults](http://git.savannah.gnu.org/cgit/hurd/web.git/tree/gdb/test.diff?h=toolchain/logs/master)).
+For example, there is no port of [[open_issues/gdb/gdbserver]] available yet.
+Identifying (together with the mentors), and then addressing one or a few of
+these items is the goal of this project.
+
+Required knowledge: Have an understanding about how GDB works generally, how it
+interacts with an operating system. Some GNU Mach and Hurd knowledge will have
+to be acquired while working on the project.
+
+Possible mentors: [[Thomas Schwinge (tschwinge)|tschwinge]].
+
+Exercise: Begin writing a document to describe how the GNU Hurd port of GDB
+works internally, how it interacts with the Hurd system, and compare it to a
+port targeting the Linux kernel. Fix one of the Open Issues or testsuite
+failures.