public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: gdb@sourceware.org
Subject: Debugging with GDB and ASLR
Date: Thu, 25 Apr 2024 13:01:16 +0300	[thread overview]
Message-ID: <86v8452237.fsf@gnu.org> (raw)

Hi,

It is well known that ASLR can get in the way of debugging some
problems because the addresses of data change between runs, and so
what you have learned from one debugging session cannot always be
safely used in another session, when ASLR is in effect.

I'm told that GDB disables ASLR, at least on GNU/Linux, for that
reason.  If that is true, could someone please point me to the code
which achieves that?  Also, is this done on other systems as well, and
specifically on MS-Windows when debugging native Windows programs?

TIA

             reply	other threads:[~2024-04-25 10:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-25 10:01 Eli Zaretskii [this message]
2024-04-25 10:13 ` Luis Machado
2024-04-25 15:17   ` Eli Zaretskii

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=86v8452237.fsf@gnu.org \
    --to=eliz@gnu.org \
    --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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).