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: impossible to resolve symbols in same binary loaded twice with dlmopen


Thiago> BTW, even though I mentioned the PR number on the commit message,
Thiago> nothing showed up on the bugzilla:

Thiago> http://sourceware.org/ml/gdb-cvs/2011-01/msg00175.html
Thiago> http://sourceware.org/bugzilla/show_bug.cgi?id=11766

Thiago> Did I do something wrong?

Yeah, the parser is rather strict, and you had a syntax error.
You wrote:

	PR/symtab 11766:

but the actual syntax is:

	PR symtab/11766:

Tom


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