GNU bug report logs - #25488
25.1; gdb package interpreter problem

Previous Next

Package: emacs;

Reported by: Randy Yates <randyy <at> garnerundergroundinc.com>

Date: Thu, 19 Jan 2017 20:37:01 UTC

Severity: normal

Tags: confirmed, patch

Found in version 25.1

Fixed in version 27.1

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 25488 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Randy Yates <randyy <at> garnerundergroundinc.com>
Cc: "yates <at> ieee.org" <yates <at> ieee.org>, 25488 <at> debbugs.gnu.org,
 sergiodj <at> riseup.net
Subject: Re: bug#25488: 25.1; gdb package interpreter problem
Date: Fri, 20 Jan 2017 14:24:28 -0500
(Nick doesn't maintain gdb.el any more, so I removed him from the cc)

Randy Yates wrote:

> 1. configure remote system by running "gdbserver --multi localhost:<port>"
>
> 2. on host system, run emacs, then "M-x gdb <ret> -i=mi"
>
> 3. at the gdb prompt:
>
>   file <path-to-exe>
>   target extended-remote <remote-host-ip-addr>:<port>
>   set remote exec-file <path-to-exe>
>   start
>
> 4.on the remote side, note the message:
>
>   "Cannot exec <path-to-exe> : No such file or directory."
>
> specifically, note the space between "<path-to-exe>" and ":", which
> should not be there. this is the extraneous space.


Confirmed on rhel 7.

This seems to be due to the " " in:

(concat gdb-continuation string " ")

in gdb-send, which was added in bug#14847. I've cc'd the author of that change.




This bug report was last modified 5 years and 232 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.