Community:SummerOfCode16: Difference between revisions

Added some more details and links
(Remove two of my projects)
(Added some more details and links)
Line 157: Line 157:
| Web-based GDB Frontend
| Web-based GDB Frontend
| Write a graphical frontend for gdb/rr in react.js communicating with backend (gdb/rr) over a websocket.
| Write a graphical frontend for gdb/rr in react.js communicating with backend (gdb/rr) over a websocket.
The idea is to pipe stdin/stdout/stderr from gdb over a websocket, and implement a complete graphical debugger in the browser.
Architecture and discussions are talking place in a collection of [https://public.etherpad-mozilla.org/p/react-gdb etherpad notes] (feel free to add notes). Initial code sketches are taking place on [https://github.com/taskcluster/react-gdb github.com/taskcluster/react-gdb].
| Javascript, react.js, CSS/HTML (gdb/c++ is nice to have)
| Javascript, react.js, CSS/HTML (gdb/c++ is nice to have)
| [https://mozillians.org/en-US/u/jonasfj/ jonasfj]
| [https://mozillians.org/en-US/u/jonasfj/ jonasfj]
33

edits