seL4/libsel4/tools
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
..
loader libsel4/tools: use condition element 2022-03-22 18:33:38 +11:00
__init__.py libsel4/tools: use condition element 2022-03-22 18:33:38 +11:00
bitfield_gen.py Release snapshot 2014-07-18 05:03:59 +10:00
changed.sh Release snapshot 2014-07-18 05:03:59 +10:00
condition.py libsel4/tools: use condition element 2022-03-22 18:33:38 +11:00
invocation_header_gen.py Release snapshot 2014-07-18 05:03:59 +10:00
sel4_idl.xsd tools: Support multiple methods with the same id 2026-06-23 17:17:39 +01:00
syscall_header_gen.py Release snapshot 2014-07-18 05:03:59 +10:00
syscall_stub_gen.py Respect count in TCB_Write/ReadRegisters via loop 2026-04-11 13:58:22 +01:00
syscall_stub_gen_rs.py treewide: typo fixes 2025-04-14 12:05:16 +10:00
xmllint.sh Release snapshot 2014-07-18 05:03:59 +10:00