This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] arm-pikeos: software single step
- From: Tom Tromey <tom at tromey dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: gdb-patches at sourceware dot org, Jerome Guitton <guitton at adacore dot com>
- Date: Mon, 10 Sep 2018 11:28:14 -0600
- Subject: Re: [RFA] arm-pikeos: software single step
- References: <1536592407-13448-1-git-send-email-brobecker@adacore.com>
>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:
Joel> The challenge is that, up to now, the PikeOS target was in all respects
Joel> identical to a baremetal target as far as GDB was concerned, meaning
Joel> we were using the baremetal osabi for this target too. This is no longer
Joel> possible, and we need to introduce a new OSABI variant.
I don't really know anything about this area, but...
Is there any chance of introducing some flag into the object files so
that the heuristic could be removed at some future point?
Joel> +
Joel> +static void
Joel> +arm_pikeos_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
The usual thing about functions needing an intro comment.
Joel> + { "Pikeos", NULL },
The email spelled it "PikeOS", so maybe it should read that way here as
well.
Tom