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: gdb.objc/objcdecode.exp test error..


On Sun, Mar 8, 2009 at 7:16 AM, Matt Rice <ratmice@gmail.com> wrote:
> On Sat, Mar 7, 2009 at 4:07 AM, Matt Rice <ratmice@gmail.com> wrote:
>
>> I went ahead and tried to do some new tests
>
> sorry for replying to myself, after trying to fix the bug,
> i found the tests still had failures because of some bad regular
> expressions in the test.
>
> attached are new tests, and patches for the bug,
> the patches are mutually exclusive they both do the same thing pretty much.
> what Daniel said to try here.
>
> http://sourceware.org/ml/gdb-patches/2008-03/msg00306.html

well hmm these only partially fix the issue, still trying to figure
out how to compile a shared library
in the testsuite, but if the symbol is a c function, and doesn't match
a objc method,
until a shared library is loaded we get the assertion failure because
they are left unquoted unless they
match a known objective-c symbol, so we'd have to quote all things
which could potentially match objective-c methods,
this increases the scope quite a bit not sure we want to go this direction.....


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