Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 16, 2018 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/505ac763af7e3278786f8435c27db447 to your computer and use it in GitHub Desktop.
Save ryantm/505ac763af7e3278786f8435c27db447 to your computer and use it in GitHub Desktop.
/nix/store/irf4lkn0338dcjxf5c212kkd5sbmjmi5-dejagnu-1.6.2
├── bin
│   └── runtest
├── include
│   └── dejagnu.h
└── share
├── dejagnu
│   ├── baseboards
│   │   ├── aarch64-sim.exp
│   │   ├── am33_2.0-libremote.exp
│   │   ├── androideabi.exp
│   │   ├── arm-ice.exp
│   │   ├── arm-sid.exp
│   │   ├── arm-sim.exp
│   │   ├── basic-sid.exp
│   │   ├── basic-sim.exp
│   │   ├── cris-sim.exp
│   │   ├── d30v-sim.exp
│   │   ├── fr30-sim.exp
│   │   ├── frv-sim.exp
│   │   ├── gdbserver-sample.exp
│   │   ├── i386-sid.exp
│   │   ├── iq2000-sim.exp
│   │   ├── jmr3904-sim.exp
│   │   ├── linux-gdbserver.exp
│   │   ├── linux-libremote.exp
│   │   ├── m68k-sid.exp
│   │   ├── mcore-moto-sim.exp
│   │   ├── mcore-sim.exp
│   │   ├── mips-lnews-sim.exp
│   │   ├── mips-lsi-sim.exp
│   │   ├── mips-sim.exp
│   │   ├── mips-sim-idt32.exp
│   │   ├── mips-sim-idt64.exp
│   │   ├── mips-sim-mti32.exp
│   │   ├── mips-sim-mti64_64.exp
│   │   ├── mips-sim-mti64.exp
│   │   ├── mips-sim-mti64_n32.exp
│   │   ├── mips-sim-sde32.exp
│   │   ├── mips-sim-sde64.exp
│   │   ├── mmixware-sim.exp
│   │   ├── mn10200-sim.exp
│   │   ├── mn10300-sim.exp
│   │   ├── msp430-sim.exp
│   │   ├── mt-sid.exp
│   │   ├── multi-sim.exp
│   │   ├── powerpcle-sim.exp
│   │   ├── powerpc-sim.exp
│   │   ├── README
│   │   ├── rx-sim.exp
│   │   ├── sh-sid.exp
│   │   ├── sh-sim.exp
│   │   ├── sparc64-sim.exp
│   │   ├── sparclite-sim.exp
│   │   ├── sparclite-sim-le.exp
│   │   ├── sparc-sim.exp
│   │   ├── tx39-sim.exp
│   │   ├── unix.exp
│   │   ├── v850-sim.exp
│   │   ├── visium-sim.exp
│   │   ├── vr4100-sim.exp
│   │   ├── vr4111-sim.exp
│   │   ├── vr4300-sim.exp
│   │   └── xtensa-sim.exp
│   ├── config
│   │   ├── aarch64-fv8.exp
│   │   ├── adb.exp
│   │   ├── default.exp
│   │   ├── gdb-comm.exp
│   │   ├── gdb_stub.exp
│   │   ├── README
│   │   ├── sid.exp
│   │   ├── sim.exp
│   │   ├── unix.exp
│   │   └── vxworks.exp
│   ├── debugger.exp
│   ├── dejagnu.exp
│   ├── dg.exp
│   ├── dmucs.exp
│   ├── framework.exp
│   ├── ftp.exp
│   ├── kermit.exp
│   ├── libexec
│   │   └── config.guess
│   ├── libgloss.exp
│   ├── remote.exp
│   ├── rlogin.exp
│   ├── rsh.exp
│   ├── runtest.exp
│   ├── ssh.exp
│   ├── standard.exp
│   ├── stub-loader.c
│   ├── targetdb.exp
│   ├── target.exp
│   ├── telnet.exp
│   ├── testglue.c
│   ├── tip.exp
│   └── utils.exp
├── info
│   └── dejagnu.info
└── man
└── man1
└── runtest.1.gz
10 directories, 92 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment