summaryrefslogtreecommitdiff
path: root/community/gsoc/project_ideas/valgrind.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-09-26 15:18:15 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-09-26 15:18:15 +0200
commit2c18eac2140a577090c84854905728ebd2ce0fac (patch)
tree799129f165d6dc77a652fe574c7e8c4761e9625d /community/gsoc/project_ideas/valgrind.mdwn
parentbba1488c7be842e5d0311ffa6541373d63b1164c (diff)
parentce4899ded119f3607515cc54252c4bad7224f804 (diff)
Merge commit 'ce4899ded119f3607515cc54252c4bad7224f804'
Conflicts: community/gsoc/project_ideas/mtab.mdwn contributing.mdwn hurd/translator/eth-filter.mdwn hurd/translator/socketio.mdwn open_issues/exec.mdwn open_issues/gnumach_vm_object_resident_page_count.mdwn public_hurd_boxen.mdwn
Diffstat (limited to 'community/gsoc/project_ideas/valgrind.mdwn')
-rw-r--r--community/gsoc/project_ideas/valgrind.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/gsoc/project_ideas/valgrind.mdwn b/community/gsoc/project_ideas/valgrind.mdwn
index e9e94857..6663eec2 100644
--- a/community/gsoc/project_ideas/valgrind.mdwn
+++ b/community/gsoc/project_ideas/valgrind.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2009, 2010, 2011 Free Software Foundation,
+[[!meta copyright="Copyright © 2009, 2010, 2011, 2013 Free Software Foundation,
Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
@@ -60,6 +60,8 @@ Such specific semantics can't be deduced from the message headers alone.
Thus for a complete port,
it will still be necessary to go through the list of all known RPCs,
and implement special handling in Valgrind for those RPCs that need it.
+Reading the source code of the rpctrace tool would probably be useful to
+understand how the RPC message can be parsed.
The goal of this task is at minimum to make Valgrind grok Mach traps,
and to implement the generic RPC handler.