Merge: Removed sockets from 'debugger.nit' to put them in a new module
authorJean Privat <jean@pryen.org>
Wed, 25 Jun 2014 19:56:36 +0000 (15:56 -0400)
committerJean Privat <jean@pryen.org>
Wed, 25 Jun 2014 19:56:36 +0000 (15:56 -0400)
commit978f99c095d5ca73fd133d69bb4599db12e42ac8
treecd9917f86816e54c10abb0743f635399127e8d82
parente65022c3faa5fdd2c499fbe8d13bfda115f1e8ae
parente79644a4acb3f004eb1a0f809fa39f3fcc5c8597
Merge: Removed sockets from 'debugger.nit' to put them in a new module

Removed sockets from 'debugger.nit' to put them in 'debugger_socket.nit', because it caused compilation problems for the interpreter in PNaCl.

Pull-Request: #520
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Jean Privat <jean@pryen.org>