This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v5] Exit code of exited inferiors in -list-thread-groups


>>>>> "Simon" == Simon Marchi <simon.marchi@ericsson.com> writes:

Simon> This one was also from a year ago, I would like to make sure it is still
Simon> OK.

Simon> +      if (inferior->has_exit_code)
Simon> +	ui_out_field_string (uiout, "exit-code",
Simon> +			     int_string (inferior->exit_code, 8, 0, 0, 1));

Why not the simpler ui_out_field_int?
Going out of the way to print it in octal seems a bit odd for a machine
interface.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]