This is the mail archive of the gdb@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]

possible 'info macro' extension


To expand a macro in a particular context, our GUI used to do something
like:

    list <line spec>,<line spec>

or

    list *0xaddress

or something similar.  And for years that worked fine.  Then we upgraded
GDB and it stopped working.  Investigating I discovered that the chantge
was deliberate.

Would enhancing 'info macro' from

    info macro <MACRO-NAME>
to
    info macro [-at <LOCATION>] <MACRO-NAME>

be looked upon favorably?


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