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: [PATCH v3 1/2] D: Support looking up symbols in the current and imported modules


On 3 September 2015 at 16:13, Yao Qi <qiyaoltc@gmail.com> wrote:
> Iain Buclaw <ibuclaw@gdcproject.org> writes:
>
>> Third times a charm.
>>
>> Rebased this against master, in particular to make it compatible with
>> the recent block_symbol additions.  I don't have a GCC-4.1 compiler at
>> hand, but I don't think I'm doing anything that may trigger build
>> warnings.  Pierre, maybe you want to confirm?
>>
>> I've also gotten round to completing the d-exp expression parser
>> rewrite - or at least to a nice stable point.  Will be submitting that
>> in patch #2.
>
> Hi Iain,
> This patch causes a regression shown by buildbot
> https://sourceware.org/ml/gdb-testers/2015-q3/msg07398.html
>
> python print(gdb.lookup_type('ucent').name)
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> gdb.error: No type named ucent.
> Error while executing Python code.
> (gdb) FAIL: gdb.python/py-lookup-type.exp: lookup type ucent using language d
>
> can you take a look?
>
> --
> Yao (éå)

Hi Yao,

Committed the fix for this, built on current head and tested
'check-gdb.python' before pushing in.  Everything looks good from
here.

Regards
Iain.


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