stepping thru assembled files that are referenced as temp files ie: /tmp/ccjirvvY.s
Andrew Cagney
cagney@gnu.org
Sat Feb 7 00:32:00 GMT 2004
>> (gdb) s
>> _linear_clear_to_color16 () at /tmp/ccjirvvY.s:27
>> 27 /tmp/ccjirvvY.s: No such file or directory
>> in /tmp/ccjirvvY.s
>> Current language: auto; currently asm
>> (gdb)
>>
>> how can i tell gdb to stop looking for the tmp-name and look for this
>> function in allegro-4.0.3/src/i386/iblit16.s?
>
>
> I'm guessing it's iblit16.S, or you're arranging to run it through the
> C preprocessor some other way. If so, it's a known bug - no one's
> thought of a good solution yet.
Teach the assembler to respect cpp line directives, like old fashioned
cc1 knew how to do?
> You can look at the assembly code using disassemble, for what that's
> worth.
Andrew
More information about the Gdb
mailing list