Threading support in binutils simulator such that gdb "info threads" sees it
William Tambe <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAF8i9mPPWP+LK0cNjG4PaDtsUA88XRyP9ULHkVAeKSGxNXhHKA@mail.gmail.com> |
What should be implemented within the binutils simulator such that gdb "info threads" sees it ? I tried using fork() within sim_create_inferior() but GDB would behave erratically. Is there any example I could be pointed to ?