GDB *** [event-top.o] Error 1!!

Andrew Cagney ac131313@cygnus.com
Thu Jun 20 16:32:00 GMT 2002


> -      arg1->data.integer = time_at_cmd_start;
> -      arg2->data.integer = space_at_cmd_start;
> +      arg1->data.longint = time_at_cmd_start;
> +#ifdef HAVE_SBRK
> +      arg2->data.longint = space_at_cmd_start;
> +#endif
>        add_continuation (command_line_handler_continuation, arg1);
>      }

Hmm, might as well pull that into the 5.2 branch.

Andrew




More information about the Gdb mailing list