genode/repos/os/src/app/cli_monitor
Norman Feske 7274ca997d Remove Genode::Process from API
This patch makes the former 'Process' class private to the 'Child'
class and changes the constructor of the 'Child' in a way that
principally enables the implementation of single-threaded runtime
environments that virtualize the CPU, PD, and RAM services. The
new interfaces has become free from side effects. I.e., instead
of implicitly using Genode::env()->rm_session(), it takes the reference
to the local region map as argument. Also, the handling of the dynamic
linker via global variables is gone. Now, the linker binary must be
provided as constructor argument.

Fixes #1949
2016-05-09 13:10:52 +02:00
..
spec cli_monitor: build for RISC-V 2016-02-26 11:36:52 +01:00
child_registry.h cli_monitor: read subsystem configs from VFS 2015-07-06 12:22:27 +02:00
child.h Remove Genode::Process from API 2016-05-09 13:10:52 +02:00
command_line.h base: use reference for ascii_to output argument 2015-04-17 16:13:19 +02:00
extension.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
format_util.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
gdb_command_config Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
help_command.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
kill_command.h cli_monitor: read subsystem configs from VFS 2015-07-06 12:22:27 +02:00
line_editor.h cli_monitor: read subsystem configs from VFS 2015-07-06 12:22:27 +02:00
main.cc Remove Genode::Process from API 2016-05-09 13:10:52 +02:00
no_extension.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
ram_command.h cli_monitor: read subsystem configs from VFS 2015-07-06 12:22:27 +02:00
start_command.h Remove Genode::Process from API 2016-05-09 13:10:52 +02:00
status_command.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
subsystem_config_registry.h cli_monitor: read subsystem configs from VFS 2015-07-06 12:22:27 +02:00
table.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
target.mk cli_monitor: build for RISC-V 2016-02-26 11:36:52 +01:00
terminal_util.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
yield_command.h cli_monitor: read subsystem configs from VFS 2015-07-06 12:22:27 +02:00