From 248a106f589ce78e33ffcc944202879ad810c25a 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 690a5247d..25b773d39 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 7a2a1f45be00294eb4d110b352804c90c7e2cb8a 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 25b773d39..f345e8ff7 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