public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* conditional breakpoints for strings
@ 2007-10-24  6:51 Anitha Boyapati
  2007-10-24 11:53 ` Daniel Jacobowitz
  0 siblings, 1 reply; 7+ messages in thread
From: Anitha Boyapati @ 2007-10-24  6:51 UTC (permalink / raw)
  To: gdb


Hi,

Here's a sample program in C++ being debugged in GDB. It tries to stop if 
string matches "hello" in a breakpoint. Now I am getting a segmentation 
fault. But the same works fine for numerical comparisions(the code is 
slightly changed as int i = 10 and a conditional BP is set if i==10). Is 
this a bug or did I do something wrong ?

gdb --version
GNU gdb Red Hat Linux (5.3.90-0.20030710.40rh)
This GDB was configured as "i386-redhat-linux-gnu".
-----------------------------------------------------

 (gdb) li
1       #include <iostream>
2
3       using namespace std;
4
5       int main() {
6       string s("hello");
7       return 1;
8       }
(gdb) b hello.cc:7
Breakpoint 1 at 0x80486b0: file hello.cc, line 7.
(gdb) condition 1 ( s == "hello" )
(gdb) r
Starting program: /home/anithab/util/hello
Segmentation fault

-- 
Regards,
Anitha B
@S A N K H Y A

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

end of thread, other threads:[~2007-10-24 14:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-24  6:51 conditional breakpoints for strings Anitha Boyapati
2007-10-24 11:53 ` Daniel Jacobowitz
2007-10-24 12:22   ` Anitha Boyapati
2007-10-24 12:36     ` Daniel Jacobowitz
2007-10-24 13:05       ` Anitha Boyapati
2007-10-24 14:26       ` Dave Korn
2007-10-24 14:35         ` 'Daniel Jacobowitz'

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