This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: PR gdb/260: variables not expanded on the add-symbol-file commandline


This PR gets reported pretty regularly.  Since the command line
overhaul I was hoping to do never materialized, does anyone object to
this patch to fix the specific problem in add-symbol-file?  I believe
the patch is simple enough to have no copyright issues.

The problem is that the code tries to parse <decimalnum> and 0x<hexnum>
directly, and does not accept convenience variables.

Yes, looks safe.


Andrew



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