Re: Problem calling functions within gdb (version 7.5)
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Phil" == Phil Muldoon <[email protected]> writes: Phil> So it works with my installed GDB. What architecture, and what minor Phil> version of GDB are you using (ie 7.5.x)? How did you compile the Phil> binary? I did: Phil> gcc -std=c99 ~/build/pr.c -o ~/build/pr -O0 -g3 It fails if you use g++ here. Tom