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: [RFA] Don't immediately SIGTERM the child of "target remote |".


On Thu, Dec 1, 2011 at 12:19 PM, Jan Kratochvil
<jan.kratochvil@redhat.com> wrote:
> On Thu, 01 Dec 2011 21:12:57 +0100, Doug Evans wrote:
>> I thought of that but punted on portability grounds.
>> There are lots of places in gdb that still use int.
>
> Yes but pid_t is also already in use and configure already checks and defines
> pid_t when needed (AC_TYPE_PID_T probably). ?Although just indirectly via some
> other macro.
> /* Define to `int' if <sys/types.h> does not define. */
> /* #undef pid_t */
>
> Anyway not much worth a discussion.

Committed with pid_t.


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