public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/12860] New: complete and break disagree on linespecs
@ 2011-06-08 17:32 dje at google dot com
2023-12-31 11:58 ` [Bug gdb/12860] " ssbssa at sourceware dot org
0 siblings, 1 reply; 2+ messages in thread
From: dje at google dot com @ 2011-06-08 17:32 UTC (permalink / raw)
To: gdb-prs
http://sourceware.org/bugzilla/show_bug.cgi?id=12860
Summary: complete and break disagree on linespecs
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: gdb
AssignedTo: unassigned@sourceware.org
ReportedBy: dje@google.com
complete hello.c::mai
gives
break hello.c::main
but
break hello.c::main
gives
Function "" not defined.
Given the separate parsing implementations I'm sure there are more bugs lurking
here.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Bug gdb/12860] complete and break disagree on linespecs
2011-06-08 17:32 [Bug gdb/12860] New: complete and break disagree on linespecs dje at google dot com
@ 2023-12-31 11:58 ` ssbssa at sourceware dot org
0 siblings, 0 replies; 2+ messages in thread
From: ssbssa at sourceware dot org @ 2023-12-31 11:58 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=12860
Hannes Domani <ssbssa at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Target Milestone|--- |8.1
Resolution|--- |FIXED
CC| |ssbssa at sourceware dot org
--- Comment #1 from Hannes Domani <ssbssa at sourceware dot org> ---
Completion does the expected since gdb-8.1:
```
(gdb) complete break hello.c::mai
(gdb) complete break hello.c:mai
break hello.c:main
```
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-31 11:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-08 17:32 [Bug gdb/12860] New: complete and break disagree on linespecs dje at google dot com
2023-12-31 11:58 ` [Bug gdb/12860] " ssbssa at sourceware dot org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).