Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

shinfo.yaml
# RUN: yaml2obj %s -o %t
# RUN: obj2yaml %t | FileCheck %s

## Check obj2yaml is able to dump sh_info field of a section.

# CHECK:      - Name:            .test
# CHECK-NEXT:   Type:            SHT_PROGBITS
# CHECK-NEXT:   Info:            0x2A

--- !ELF
FileHeader:
  Class: ELFCLASS64
  Data:  ELFDATA2LSB
  Type:  ET_REL
Sections:
  - Name:            .test
    Type:            SHT_PROGBITS
    Info:            42