mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 05:41:36 +00:00
cli_monitor: remove unused gdb_command_config file
This file is unused since the commit "CLI monitor: remove unused GDB command". Issue #1832
This commit is contained in:
parent
d2a2893959
commit
cf81c787e1
@ -1,65 +0,0 @@
|
||||
<!-- configuration template for the 'gdb' command -->
|
||||
|
||||
<config>
|
||||
<parent-provides>
|
||||
<service name="ROM"/>
|
||||
<service name="RAM"/>
|
||||
<service name="PD"/>
|
||||
<service name="RM"/>
|
||||
<service name="CPU"/>
|
||||
<service name="LOG"/>
|
||||
<service name="Timer"/>
|
||||
<service name="Terminal"/>
|
||||
</parent-provides>
|
||||
|
||||
<!-- additional start nodes can be inserted here -->
|
||||
|
||||
<start name="terminal_gdb">
|
||||
<binary name="terminal_crosslink"/>
|
||||
<resource name="RAM" quantum="1M"/>
|
||||
<provides> <service name="Terminal"/> </provides>
|
||||
<route>
|
||||
<any-service><parent/><any-child/></any-service>
|
||||
</route>
|
||||
</start>
|
||||
<start name="noux">
|
||||
<resource name="RAM" quantum="24M"/>
|
||||
<route>
|
||||
<service name="Terminal" label=""> <parent/> </service>
|
||||
<service name="Terminal" label="noux(terminal_fs)">
|
||||
<child name="terminal_gdb"/> </service>
|
||||
<any-service> <any-child/> <parent/> </any-service>
|
||||
</route>
|
||||
<config>
|
||||
|
||||
<!-- the GDB <start> node gets generated above this comment -->
|
||||
|
||||
<fstab>
|
||||
<dir name="dev"><terminal name="gdb"/></dir>
|
||||
|
||||
<!-- the GDB binary is expected in /bin -->
|
||||
<tar name="gdb.tar" at="/"/>
|
||||
|
||||
<!-- the GDB target binaries are expected in /gdb -->
|
||||
<!-- the GDB target source is expected in /gdb/src -->
|
||||
<dir name="gdb">
|
||||
<tar name="gdb_target.tar"/>
|
||||
<dir name="src"><tar name="gdb_target-src.tar"/></dir>
|
||||
</dir>
|
||||
|
||||
</fstab>
|
||||
</config>
|
||||
</start>
|
||||
<start name="gdb_monitor">
|
||||
|
||||
<!-- the <config> node gets generated above this comment -->
|
||||
|
||||
<resource name="RAM" quantum="1G"/>
|
||||
<route>
|
||||
<service name="Terminal"><child name="terminal_gdb"/></service>
|
||||
<any-service> <any-child/> <parent/> </any-service>
|
||||
</route>
|
||||
</start>
|
||||
</config>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user