Discussion:
[Bug cli/21388] New: Sourcing a file that contains an "interpreter-exec mi" command screws up the CLI
simon.marchi at ericsson dot com
2017-04-14 18:08:35 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=21388

Bug ID: 21388
Summary: Sourcing a file that contains an "interpreter-exec mi"
command screws up the CLI
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: cli
Assignee: unassigned at sourceware dot org
Reporter: simon.marchi at ericsson dot com
Target Milestone: ---

Put this in blah.gdb:

interpreter-exec mi "show non-stop"

Then do

(gdb) source blah.gdb

The CLI is screwed up, it's not possible to type.
--
You are receiving this mail because:
You are on the CC list for the bug.
ysimhony at gmail dot com
2018-08-20 23:09:53 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=21388

ysimhony at gmail dot com changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |ysimhony at gmail dot com

--- Comment #1 from ysimhony at gmail dot com ---
Hi Simon,

Is this bug is still valid?

I tried to to reproduce this, with release 8.1.1 with no success.

Thanks,
Yacov
--
You are receiving this mail because:
You are on the CC list for the bug.
tromey at sourceware dot org
2018-08-21 14:34:48 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=21388

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at sourceware dot org

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
I encountered this while debugging bug #23544.
There, I applied a patch to avoid the crash;
but then entering the reproducer will wedge the CLI.
--
You are receiving this mail because:
You are on the CC list for the bug.
simon.marchi at ericsson dot com
2018-08-21 15:01:00 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=21388

--- Comment #3 from Simon Marchi <simon.marchi at ericsson dot com> ---
(In reply to ysimhony from comment #1)
Post by ysimhony at gmail dot com
Hi Simon,
Is this bug is still valid?
I tried to to reproduce this, with release 8.1.1 with no success.
Thanks,
Yacov
Hi Yacov,

Yes, it seems the problem is still present for me. What platform are you on?

I am on Ubuntu 16.04, I think my build of GDB uses the bundled readline, not
the system one.

Simon
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...