How do I set a conditional breakpoint in gdb, when char* x points to a string whose value equals "hello"? How do I set a conditional breakpoint in gdb, when char* x points to a string whose value equals "hello"? c c