Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Hui Zhu <teawater@gmail.com>
To: gdb-patches ml <gdb-patches@sourceware.org>
Cc: Michael Snyder <msnyder@vmware.com>
Subject: [RFA 3/5] Prec: x86 segment register support: target
Date: Tue, 16 Mar 2010 16:53:00 -0000	[thread overview]
Message-ID: <daef60381003160948q7ba41966o76b6194cd7a8f1d0@mail.gmail.com> (raw)

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

This patch add a interface to let GDB get segment base message from inferior.

Thanks,
Hui

2010-03-16  Hui Zhu  <teawater@gmail.com>

	* target.c (update_current_target): Add to_get_segment_base.
	* target.h (target_ops): Ditto.

[-- Attachment #2: prec-segment-target.txt --]
[-- Type: text/plain, Size: 943 bytes --]

---
 target.c |    1 +
 target.h |    4 ++++
 2 files changed, 5 insertions(+)

--- a/target.c
+++ b/target.c
@@ -659,6 +659,7 @@ update_current_target (void)
       INHERIT (to_upload_trace_state_variables, t);
       INHERIT (to_get_raw_trace_data, t);
       INHERIT (to_set_disconnected_tracing, t);
+      INHERIT (to_get_segment_base, t);
       INHERIT (to_magic, t);
       /* Do not inherit to_memory_map.  */
       /* Do not inherit to_flash_erase.  */
--- a/target.h
+++ b/target.h
@@ -673,6 +673,10 @@ struct target_ops
        right now, or in this debug session, or for this target -- return -1.  */
     int (*to_core_of_thread) (struct target_ops *, ptid_t ptid);
 
+    /* Get the segment base of current inferior to BASE.
+       Return 0 if success.  */
+    int (*to_get_segment_base) (int idx, ULONGEST *base);
+
     int to_magic;
     /* Need sub-structure for target machine related rather than comm related?
      */

             reply	other threads:[~2010-03-16 16:53 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-16 16:53 Hui Zhu [this message]
2010-03-16 18:12 ` Michael Snyder
2010-03-16 20:04   ` Daniel Jacobowitz
2010-03-22 14:03     ` Hui Zhu
2010-03-22 14:35       ` Mark Kettenis
2010-03-22 14:45         ` Hui Zhu
2010-03-22 14:53         ` Daniel Jacobowitz
2010-03-22 18:04           ` Eli Zaretskii
2010-03-22 18:14             ` Doug Evans
2010-03-22 16:03         ` Doug Evans
2010-03-22 14:35       ` H.J. Lu
2010-03-22 14:44         ` Hui Zhu
2010-03-22 15:05         ` Mark Kettenis

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=daef60381003160948q7ba41966o76b6194cd7a8f1d0@mail.gmail.com \
    --to=teawater@gmail.com \
    --cc=gdb-patches@sourceware.org \
    --cc=msnyder@vmware.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