Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: "Petr Hluzín" <petr.hluzin@gmail.com>
To: Jan Kratochvil <jan.kratochvil@redhat.com>
Cc: G <tjmadwja@gmail.com>, gdb@sourceware.org
Subject: Re: Debugging variable arguments functions (stdarg)
Date: Sun, 18 Jul 2010 19:28:00 -0000	[thread overview]
Message-ID: <AANLkTimfKj6_HnMIVMC6cGLq6SBtVh7gk-RXhpgsWeD4@mail.gmail.com> (raw)
In-Reply-To: <20100716191203.GA20877@host1.dyn.jankratochvil.net>

On 16 July 2010 21:12, Jan Kratochvil <jan.kratochvil@redhat.com> wrote:
> On Fri, 16 Jul 2010 20:57:57 +0200, Petr Hluzín wrote:
>> Workaround B:
>> Get value of stack pointer (RSP?) of frame MysqlWrapper() and dump raw
>> memory around the address. You should see these values somewhere
>> around:
>> 0x00000000004041e2 (return address in MysqlWrapper)
>> 0x406bf0 (the third argument to WriteLog)
>> Between these two values should be the values of 3rd and 4th argument.
>
> This is not so simple on x86_64, it passes even (first few) stdarg parameters
> in registers.
>        http://www.x86-64.org/documentation/abi.pdf

Nice reading.
I suppose it is documented section "3.5.7 Variable Argument Lists".
Unfortunately I was not able to find any specific wording.
But it makes sense. You are probably right.

It should be possible by reading the document to determine if the two
arguments go to stack or remained in registers. I failed to figure
that out.

Ok, this means that G has to examine stack memory of all frames - infeasible.

-- 
Petr Hluzin


  reply	other threads:[~2010-07-18 19:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-15 15:47 G
2010-07-16 18:57 ` Michael Snyder
2010-07-16 18:58 ` Petr Hluzín
2010-07-16 19:12   ` Jan Kratochvil
2010-07-18 19:28     ` Petr Hluzín [this message]
2010-07-19 14:19       ` G

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTimfKj6_HnMIVMC6cGLq6SBtVh7gk-RXhpgsWeD4@mail.gmail.com \
    --to=petr.hluzin@gmail.com \
    --cc=gdb@sourceware.org \
    --cc=jan.kratochvil@redhat.com \
    --cc=tjmadwja@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox