This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/10639] Setting a breakpoint with condition with MI yields an error


------- Additional Comments From swagiaal at redhat dot com  2009-09-15 17:31 -------
Hmm.. I can't seem to reproduce. Am I missing something ?

[swagiaal@f12-x8664 build]$ ./gdb/gdb  --interpreter=mi2 ../../test/test
~"GNU gdb (GDB) 6.8.50.20090819-cvs\n"
~"Copyright (C) 2009 Free Software Foundation, Inc.\n"
~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
~"This is free software: you are free to change and redistribute it.\n"
~"There is NO WARRANTY, to the extent permitted by law.  Type \"show copying\"\n"
~"and \"show warranty\" for details.\n"
~"This GDB was configured as \"x86_64-unknown-linux-gnu\".\n"
~"For bug reporting instructions, please see:\n"
~"<http://www.gnu.org/software/gdb/bugs/>...\n"
~"(no debugging symbols found)\n"
(gdb) 
-break-insert -c "i == 0" -f main
^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x0000000000400478",at="<main+4>",cond="i
== 0",times="0",original-location="main"}
(gdb)

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10639

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]