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

Re: [RFC] Fix for mishandling of "break 'pthread_create@GLIBC_2.2.5'"


On Tue, May 13, 2008 at 01:51:57PM -0700, Paul Pluzhnikov wrote:
> Actually, that appears to already work:

Then I don't understand.  If we're not looking for a field because of
the ".1" then why are we looking for a field?

The @ is not inherently special in ELF; there's other strange
characters that are valid in symbol names (minsyms).  So inside quotes
we shouldn't be trying to interpret it as anything.

-- 
Daniel Jacobowitz
CodeSourcery


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