Re: specifying gdb's exit code

<[email protected]>
Newsgroups gmane.comp.gdb.devel
Message-ID <[email protected]>
You can do this using Python scripting:

(gdb) python import sys; sys.exit(123)

	paul

On Apr 17, 2014, at 2:43 PM, Daniel Gutson <[email protected]> wrote:

> Hi,
> 
>   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.
> 
> AFAIK, this is not currently possible since gdb returns only about the
> finalization execution status
> of the inf. I understand that these could be messed, specially when in
> --batch mode, but it should be
> responsibility of the developer to specify an exit code different to
> those gdb may return, and also
> responsibility of the invoking program to make such distinction.
> 
> The options I can think about are:
>  - set a convenience var, such as $_gdbexitcode
>  - set gdb-exit-code [n]
>  - add an optional argument to the 'quit' command  (so "quit
> $_exitcode" is available)
> 
> Ideas?
> 
> Thanks!
> 
>    Daniel.
> 
> -- 
> 
> Daniel F. Gutson
> Chief Engineering Officer, SPD
> 
> 
> San Lorenzo 47, 3rd Floor, Office 5
> 
> Córdoba, Argentina
> 
> 
> Phone: +54 351 4217888 / +54 351 4218211
> 
> Skype: dgutson
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.