[Bug cli/29440] New: [gdb/cli] inferior "" -> Inferior ID -134450784 not known
vries at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Wed Aug 3 09:52:01 GMT 2022
https://sourceware.org/bugzilla/show_bug.cgi?id=29440
Bug ID: 29440
Summary: [gdb/cli] inferior "" -> Inferior ID -134450784 not
known
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: cli
Assignee: unassigned at sourceware dot org
Reporter: vries at gcc dot gnu.org
Target Milestone: ---
...
$ gdb -q -batch a.out -ex start -ex "inferior \"\""
Temporary breakpoint 1 at 0x66e: file test.c, line 6.
Temporary breakpoint 1, main () at test.c:6
6 aaa = 1;
Inferior ID -134450784 not known.
...
Likewise:
...
$ gdb -q a.out -ex start
Reading symbols from a.out...
Temporary breakpoint 1 at 0x66e: file test.c, line 6.
Starting program: /home/vries/gdb_versions/devel/a.out
Temporary breakpoint 1, main () at test.c:6
6 aaa = 1;
(gdb) inferior ""
Inferior ID -134450784 not known.
(gdb)
...
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Gdb-prs
mailing list