This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug server/15046] New: GDBserver: get the real offset of the .textsection relative to the image base, instead of assuming 0x1000.


http://sourceware.org/bugzilla/show_bug.cgi?id=15046

             Bug #: 15046
           Summary: GDBserver: get the real offset of the .text section
                    relative to the image base, instead of assuming
                    0x1000.
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: server
        AssignedTo: unassigned@sourceware.org
        ReportedBy: palves@redhat.com
    Classification: Unclassified
            Target: *-*-mingw*


GDBserver needs the same treatment GDB got in this patch:

http://sourceware.org/ml/gdb-patches/2012-10/msg00216.html

(the version that went in was v5, but the description in only present on v1)

IOW, GDBserver needs to be taught to fetch the real offset of the .text section
relative to the image base, instead of assuming 0x1000.  See here for further
directions:

http://sourceware.org/ml/gdb-patches/2012-12/msg00439.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]