Re: specifying gdb's exit code
Andrew Stubbs <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 17/04/14 19:43, Daniel Gutson wrote: > Due to a specific need, I was thinking of a way to specify (e.g. > from a script) the gdb exit status, > specially in terms of the $_exitcode. Does --return-child-result not do what you need? Andrew