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: aarch64-tdep.c:aarch64_skip_prologue oddity, what's going on???


On Tue, Aug 26, 2014 at 5:58 PM, Doug Evans <dje@google.com> wrote:
> Hi.
>
> I'm trying to fix a few clang-related testsuite failures.
> amd64,i386,arm have checks for symtab->producer == clang,
> and the problem is this code doesn't check whether
> symtab->language == language_asm.
> I could fix the bug in all three places, but I think some consolidation
> is in order here (I'd rather fix it in one place instead of three).

OTOH, I can see an argument for skip_prologue_using_sal to early exit
for assembler.
I still think some consolidation is in order though.
And my questions regarding gdbarch_skip_prologue oddities are still open.


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