Re: Best way to check whether the "sim" is running standalone or by GDB
William Tambe <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAF8i9mN557u4oUij=LNk3VVQncsJzQrA5izghL3Be4He3Nbyog@mail.gmail.com> |
To clarify further my question, I would like to be able to issue the following only when the sim is being run by GDB: sim_engine_halt (sim_stopped, SIM_SIGTRAP); On Wed, Aug 28, 2019 at 9:15 PM William Tambe <[email protected]> wrote: > > What is the best way to check whether the "sim" is running standalone > or by GDB ?