public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: Scott Robinson <scott_gdb@scott.tranzoa.net>
To: gdb@sources.redhat.com
Subject: i8086 debugging issues.
Date: Thu, 22 Sep 2005 04:10:00 -0000	[thread overview]
Message-ID: <20050922041001.GA11595@localhost.localdomain> (raw)

[-- Attachment #1: Type: text/plain, Size: 602 bytes --]

I am attempting to debug i8086 (16-bit) code with gdb, but am running
into a problem. This problem occurs with the gdb remotes in both bochs
and qemu.

My issue is the program counter. Specifically, $pc is mapped to $eip -
which isn't strictly valid in 16-bit mode. To obtain information about
the actual current $pc, I need to perform the calculation manually.
(($cs << 4) + $eip)

Manually setting $pc causes the system to panic, obviously. :-(

In short, is there a way to make gdb cognizent of the segment registers?

Scott.

-- 
http://quadhome.com/            - Personal webpage

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

                 reply	other threads:[~2005-09-22  4:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20050922041001.GA11595@localhost.localdomain \
    --to=scott_gdb@scott.tranzoa.net \
    --cc=gdb@sources.redhat.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).