Joel> (gdb) break *break_me'address TASK 2 Joel> It might be something to do with the Ada expression parser? I'm a little surprised this works. I don't have a theory that would explain why; I though this token should be handled in breakpoint.c:find_condition_and_thread, which uses a case-sensitive comparison. Tom