From: Bernhard Walle <bernhard.walle@gmx.de>
To: gdb@sourceware.org
Subject: Re: Gdb server compilation issue
Date: Sun, 29 Jul 2007 22:36:00 -0000 [thread overview]
Message-ID: <20070728211358.GA15972@mail1.bwalle.de> (raw)
In-Reply-To: <27801B4D04E7CA45825B0E0CE60FE10A043CC477@xmb-sjc-237.amer.cisco.com>
* Ratin Rahman (mratin) <mratin@cisco.com> [2007-07-28 22:57]:
>
> The enum used in the file mipsel-linux-gnu/sys-include/sys/ptrace.h looks pretty normal, its
>
> /* Type of the REQUEST argument to `ptrace.' */
> enum __ptrace_request
> {
> /* Indicate that the process making this request should be traced.
> All signals received by this process can be intercepted by its
> parent, and its parent can use the other `ptrace' requests. */
> PTRACE_TRACEME = 0, <===== this is line 33
> #define PT_TRACE_ME PTRACE_TRACEME
Could it be that some previous define replaced this PTRACE_TRACEME?
Maybe you should take a look at the preprocessed source (compiler
option: -E or just add “-save-temps” to the compilation process and
look at the “.i” file (linux-low.i, because it includes that sys/ptrace.h).
Thanks,
Bernhard
prev parent reply other threads:[~2007-07-28 21:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1185467346.25450.ezmlm@sourceware.org>
2007-07-28 21:14 ` Ratin Rahman (mratin)
2007-07-29 22:36 ` Bernhard Walle [this message]
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=20070728211358.GA15972@mail1.bwalle.de \
--to=bernhard.walle@gmx.de \
--cc=gdb@sourceware.org \
/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