seL4/libsel4
Corey Lewis ae11cf1450 tools: Support multiple methods with the same id
The check for both label and condition is there to handle cases like:

 enum invocation_label {
    Invalid,
 #if A
    LabelOne,
 #endif
 #if B
    LabelOne,
 #endif
 }

Co-authored-by: Indan Zupancic <Indan.Zupancic@mep-info.com>
Signed-off-by: Corey Lewis <corey.lewis@proofcraft.systems>
2026-06-23 17:17:39 +01:00
..
arch_include debug: add get thread affinity syscall 2026-06-22 18:06:26 +10:00
include debug: add get thread affinity syscall 2026-06-22 18:06:26 +10:00
mode_include replacing all ifndef with pargma once 2020-03-23 11:04:46 +11:00
sel4_arch_include Debug, x86: Fix seL4_DebugGetThreadAffinity 2026-06-23 08:27:38 +10:00
sel4_plat_include Add support for stm32mp2 SoC family 2026-05-19 13:28:22 +01:00
src libsel4: make thread-local ipc buffer optional 2026-02-25 11:46:23 +00:00
tools tools: Support multiple methods with the same id 2026-06-23 17:17:39 +01:00
CMakeLists.txt libsel4: make thread-local ipc buffer optional 2026-02-25 11:46:23 +00:00