]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: refactor amd64_analyze_prologue
authorPawel Kupczak <pawel.kupczak@intel.com>
Tue, 17 Jun 2025 14:08:14 +0000 (14:08 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 23 Jun 2025 15:39:39 +0000 (16:39 +0100)
commit931102e9f8d2cdfcf7c09fd23aad2a649b7e95c9
treea5f6d63eae2bac1964d253dcc69c36f399c765e2
parentc7658b9d8942ae6fbee93e0d3db8a81532f8abac
gdb: refactor amd64_analyze_prologue

Refactor amd64_analyze_prologue so it clearly reflects what is the order
of operations in the prologue that we expect to encounter, as is the
case for i386's implementation.

Approved-By: Andrew Burgess <aburgess@redhat.com>
gdb/amd64-tdep.c