Simon, Thanks for getting back to me! I resent the original message below. Please let me know if it still hasn't gone through. The use case of the new x86_64 stub is the same as the old x86 stub, except it works with newer 64-bit processors. See - https://sourceware.org/gdb/onlinedocs/gdb/Remote-Stub.html (Notice that there is no 64-bit stub in the list of stubs provided by GDB.) https://sourceware.org/gdb/onlinedocs/gdb/Debug-Session.html#Debug-Session Thanks and let me know if you have any further questions! Caleb Battig Platform Software Engineer NetApp 724.741.5226 Direct Phone Caleb.Battig@netapp.com netapp.com [cid:4d446e1a-b689-4f2b-ae9d-d3d0d1ffaba6] ________________________________ From: Battig, Caleb Sent: Monday, October 19, 2020 8:38 AM To: Simon Marchi ; gdb-patches@sourceware.org Cc: Lovett, Stuart ; Peikes, Wendy Subject: Re: [PING][PING] Added x86_64 stub for debugging embedded systems running on Intel x86_64 processor architecture. For years there has been no gdb stub for use with embedded systems running Intel 64 bit CPUs. This is no longer the case. The new stub is based on the old i386-stub, but provides support for 64 bit registers and 64 bit interrupt descriptor table (IDT) entries. gdb/stubs/ChangeLog: * x86_64-stub.c: New file. Regards, Caleb Battig Platform Software Engineer NetApp 724.741.5226 Direct Phone Caleb.Battig@netapp.com netapp.com [cid:2067e5c2-14ba-4b3f-b51e-c9fa35a1c1e2] ________________________________ From: Simon Marchi Sent: Monday, October 19, 2020 8:29 AM To: Battig, Caleb ; gdb-patches@sourceware.org Cc: Lovett, Stuart ; Peikes, Wendy Subject: Re: [PING][PING] Added x86_64 stub for debugging embedded systems running on Intel x86_64 processor architecture. NetApp Security WARNING: This is an external email. Do not click links or open attachments unless you recognize the sender and know the content is safe. I somehow don't see the original message (in both my inbox and the web archive), just your two pings. Can you see it? Can you provide some explanations for the use case of these stubs, how they work and how to give them an "hello world" try? I've never used them, so I don't know anything about them. Having a quick run through would help. Thanks, Simon On 2020-10-19 10:18 a.m., Battig, Caleb wrote: > Any idea when someone will be able to review this? > > > Caleb Battig > > Platform Software Engineer > > > > NetApp > > 724.741.5226 Direct Phone > > Caleb.Battig@netapp.com > > netapp.com > > > [cid:23fa0611-f080-4c80-9c90-0baed481b138] > > ________________________________ > From: Battig, Caleb > Sent: Monday, October 12, 2020 11:51 AM > To: gdb-patches@sourceware.org > Cc: Lovett, Stuart ; Peikes, Wendy > Subject: [PING] Added x86_64 stub for debugging embedded systems running on Intel x86_64 processor architecture. > > Caleb Battig > > Platform Software Engineer > > > > NetApp > > 724.741.5226 Direct Phone > > Caleb.Battig@netapp.com > > netapp.com > > > [cid:e9c15ec4-d103-4e38-b97d-ec06fdb0ac3a] > > ________________________________ > From: Battig, Caleb > Sent: Thursday, October 1, 2020 10:27 AM > To: gdb-patches@sourceware.org > Cc: Lovett, Stuart ; Peikes, Wendy > Subject: Added x86_64 stub for debugging embedded systems running on Intel x86_64 processor architecture. > > For years there has been no gdb stub for use with embedded systems > running Intel 64 bit CPUs. This is no longer the case. The new stub is > based on the old i386-stub, but provides support for 64 bit registers > and 64 bit interrupt descriptor table (IDT) entries. > > gdb/stubs/ChangeLog: > > * x86_64-stub.c: New file. > > Regards, > > > Caleb Battig > > Platform Software Engineer > > > > NetApp > > 724.741.5226 Direct Phone > > Caleb.Battig@netapp.com > > netapp.com > > > [cid:a768e24b-cca6-4214-b0a7-28b1f0fe33cd] >