public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/26652] New: Unexpected prompt when using "continue" breakpoint commands and mix of -x and -ex
@ 2020-09-22 18:04 simark at simark dot ca
  2020-09-22 18:08 ` [Bug gdb/26652] " simark at simark dot ca
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: simark at simark dot ca @ 2020-09-22 18:04 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26652

            Bug ID: 26652
           Summary: Unexpected prompt when using "continue" breakpoint
                    commands and mix of -x and -ex
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: simark at simark dot ca
  Target Milestone: ---

Sorry, I couldn't think of a better bug title, it's a mix of a few things.

I have a test program like this:

 void bar(int n)
 {
 }

 int main() {
     for (int i = 0; i < 2; i++) {
         bar(i);
     }
 }

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-05 17:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-22 18:04 [Bug gdb/26652] New: Unexpected prompt when using "continue" breakpoint commands and mix of -x and -ex simark at simark dot ca
2020-09-22 18:08 ` [Bug gdb/26652] " simark at simark dot ca
2024-01-05 13:49 ` ssbssa at sourceware dot org
2024-01-05 17:13 ` simon.marchi at polymtl dot ca

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).