[PATCH wayland-web] extras: add wldbg tool
Marek Chalupa
mchqwerty at gmail.com
Thu Jul 23 07:52:30 PDT 2015
wldbg is a tool for debugging wayland applications
Signed-off-by: Marek Chalupa <mchqwerty at gmail.com>
---
extras.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/extras.html b/extras.html
index 55ff35c..eba7133 100644
--- a/extras.html
+++ b/extras.html
@@ -120,6 +120,12 @@ act as a middle-man Wayland server.</li>
A Wayland protocol dumper, MIT licensed, written in C++, produces human
readable output. Runs as a middle-man for a single client.</li>
+<li><a href="https://github.com/mchalupa/wldbg">wldbg</a><br>
+A Wayland connection processor, MIT licensed, written in C. Runs given functions
+on messages passed between server and clients or works in gdb-like mode. Can listen
+for new connections to a compositor and take over them.
+Runs as a middle-man for single/multiple clients.</li>
+
</ul>
</body>
--
2.4.3
More information about the wayland-devel
mailing list