From e93d8bb5c15907f7f00b823bb77510e0f6151061 Mon Sep 17 00:00:00 2001 From: Timo Steuerwald Date: Thu, 27 Aug 2026 17:33:22 +0200 Subject: [PATCH 1/2] Remove comp_req__launch_man__debug_support This only describes a use case of comp_req__launch_man__process_launch_args. Clarified with Markus Bechter. --- .../docs/requirements/requirements.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/score/launch_manager/docs/requirements/requirements.rst b/score/launch_manager/docs/requirements/requirements.rst index 690a5247d8..25b773d39c 100644 --- a/score/launch_manager/docs/requirements/requirements.rst +++ b/score/launch_manager/docs/requirements/requirements.rst @@ -53,19 +53,6 @@ Launching Processes The :term:`Launch Manager` shall provide support for launching a process with a given set of arguments. -.. comp_req:: Launching process in debug mode - :id: comp_req__launch_man__debug_support - :reqtype: Functional - :security: NO - :safety: ASIL_B - :derived_from: feat_req__lifecycle__custom_cond_support[version==1] - :status: valid - :version: 1 - :satisfied_by: comp__lifecycle_launch_manager - - The :term:`Launch Manager` shall provide support for launching process with a - given set of debug arguments in debug mode. - .. comp_req:: Launching process in state waiting for a debugger connection :id: comp_req__launch_man__support_held_state :reqtype: Functional From 430fbd85192fb5972d55f071cfdd9be00e352caa Mon Sep 17 00:00:00 2001 From: Timo Steuerwald Date: Thu, 27 Aug 2026 17:39:02 +0200 Subject: [PATCH 2/2] Remove comp_req__launch_man__support_held_state This describes again a use case of comp_req__launch_man__process_launch_args. A process waiting for a debugger connection is started via gdbserver and the proper command line arguments. Clarified with Markus Bechter. --- .../docs/requirements/requirements.rst | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/score/launch_manager/docs/requirements/requirements.rst b/score/launch_manager/docs/requirements/requirements.rst index 25b773d39c..f345e8ff73 100644 --- a/score/launch_manager/docs/requirements/requirements.rst +++ b/score/launch_manager/docs/requirements/requirements.rst @@ -53,20 +53,6 @@ Launching Processes The :term:`Launch Manager` shall provide support for launching a process with a given set of arguments. -.. comp_req:: Launching process in state waiting for a debugger connection - :id: comp_req__launch_man__support_held_state - :reqtype: Functional - :security: NO - :safety: ASIL_B - :derived_from: feat_req__lifecycle__custom_cond_support[version==1] - :status: valid - :version: 1 - :satisfied_by: comp__lifecycle_launch_manager - - The :term:`Launch Manager` shall provide support for launching a process in a state - waiting for a debugger connection. - - .. comp_req:: Process user, group IDs support :id: comp_req__launch_man__uid_gid_support :reqtype: Functional