No changes in elf or dwarf.
Oh, and there is an online tutorial at http://sourceware.org/gdb/wiki/ProcessRecord/Tutorial
"non-stop" means that some or all of the threads in the process may be running while gdb is prompting the user for the next command. So for instance you may have one thread stop at a breakpoint, but the rest keep…
No changes in elf or dwarf.
Oh, and there is an online tutorial at http://sourceware.org/gdb/wiki/ProcessRecord/Tutorial
"non-stop" means that some or all of the threads in the process may be running while gdb is prompting the user for the next command. So for instance you may have one thread stop at a breakpoint, but the rest keep…