Re: Expanding macros in breakpoint conditions
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Eli" == Eli Zaretskii <[email protected]> writes: Eli> So my question is: is GDB supposed to expand macros in breakpoint Eli> conditions? Yes, it should work under the conditions you describe -- namely when the macro information is available. I don't think there are any known macro expansion bugs here, either. Tom