This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug macros/15611] macros don't work with CWEB


https://sourceware.org/bugzilla/show_bug.cgi?id=15611

ChristianJ <sourceware at christianjaeger dot ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sourceware@christianjaeger.
                   |                            |ch

--- Comment #2 from ChristianJ <sourceware at christianjaeger dot ch> ---
This problem is not limited to CWEB, of course. I just spent an hour trying to
figure out why macro debugging doesn't work for Perl modules that are using XS
code, which is C extended with more syntax which is translated to plain .c
files with #line directives of course to map back to the original source file.
And that breaks the macro debugging feature.

Also, while "info macro -a" works, there's no "-a" for "p" ("print"), and it's
print that I really want to be able to handle macros.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]