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 1/5] AArch64 GDB and GDBSERVER Port V2


> > +  if (tdep->jb_pc >= 0)
> > +    set_gdbarch_get_longjmp_target (gdbarch, aarch64_get_longjmp_target);
> This code looks useless AFAICT, as tdep->jb_pc is set to -1 earlier
> in this function, and I don't think anything changes its value before
> this code.

OK, I think you can ignore this comment. I just found the call
to gdbarch_init_osabi just above it...


-- 
Joel


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