public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
From: bugzilla-daemon@bugs.ecos.sourceware.org
To: unassigned@bugs.ecos.sourceware.org
Subject: [Bug 1001524] Cortex-M: Remote 'g' packet reply is too long
Date: Wed, 04 Apr 2012 19:46:00 -0000	[thread overview]
Message-ID: <20120404194549.7DF412F78006@mail.ecoscentric.com> (raw)
In-Reply-To: <bug-1001524-777@http.bugs.ecos.sourceware.org/>

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001524

--- Comment #16 from Ilija Kocho <ilijak@siva.com.mk> 2012-04-04 20:45:39 BST ---
Hi Jifl

My stub-ware is not yet completed so I have enforced incremental (RAW not FP)
values in VFP "registers" in order to test GDB response. The output is pasted
below, and it seems your patch gives correct operation with VFP registers.

Ilija

---- Test output -----

Sending packet: $g#67...Ack
Packet received:
9d550000100000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000e8feff77b56d00009e550000000000210100000002000000030000000400000005000000060000000700000008000000090000000a0000000b0000000c0000000d0000000e0000000f000000100000001100000012000000130000001400000015000000160000001700000018000000190000001a0000001b0000001c0000001d0000001e0000001f0000002000000021000000
Sending packet: $m559e,4#d5...Ack
Packet received: 70472de9
0x0000559e in ?? ()
Sending packet: $qSymbol::#5b...Ack
Packet received: 
Packet qSymbol (symbol-lookup) is NOT supported
Sending packet: $qTStatus#49...Ack
Packet received: 
(gdb) info all-registers 
r0             0x559d    21917
r1             0x10    16
r2             0x0    0
r3             0x10    16
r4             0x0    0
r5             0x0    0
r6             0x0    0
r7             0x0    0
r8             0x0    0
r9             0x0    0
r10            0x0    0
r11            0x0    0
r12            0x0    0
sp             0x77fffee8    0x77fffee8
lr             0x6db5    28085
pc             0x559e    0x559e
xpsr           0x21000000    553648128
d0             4.2439915824246103e-314    (raw 0x0000000200000001)
d1             8.4879831653432862e-314    (raw 0x0000000400000003)
d2             1.2731974748261962e-313    (raw 0x0000000600000005)
d3             1.6975966331180638e-313    (raw 0x0000000800000007)
d4             2.1219957914099314e-313    (raw 0x0000000a00000009)
d5             2.546394949701799e-313    (raw 0x0000000c0000000b)
d6             2.9707941079936666e-313    (raw 0x0000000e0000000d)
d7             3.3951932662855342e-313    (raw 0x000000100000000f)
d8             3.8195924245774018e-313    (raw 0x0000001200000011)
d9             4.2439915828692694e-313    (raw 0x0000001400000013)
d10            4.6683907411611369e-313    (raw 0x0000001600000015)
d11            5.0927898994530045e-313    (raw 0x0000001800000017)
d12            5.5171890577448721e-313    (raw 0x0000001a00000019)
d13            5.9415882160367397e-313    (raw 0x0000001c0000001b)
d14            6.3659873743286073e-313    (raw 0x0000001e0000001d)
d15            6.7903865326204749e-313    (raw 0x000000200000001f)
fpscr          0x21    33
---Type <return> to continue, or q <return> to quit---
s0             1.40129846e-45    (raw 0x00000001)
s1             2.80259693e-45    (raw 0x00000002)
s2             4.20389539e-45    (raw 0x00000003)
s3             5.60519386e-45    (raw 0x00000004)
s4             7.00649232e-45    (raw 0x00000005)
s5             8.40779079e-45    (raw 0x00000006)
s6             9.80908925e-45    (raw 0x00000007)
s7             1.12103877e-44    (raw 0x00000008)
s8             1.26116862e-44    (raw 0x00000009)
s9             1.40129846e-44    (raw 0x0000000a)
s10            1.54142831e-44    (raw 0x0000000b)
s11            1.68155816e-44    (raw 0x0000000c)
s12            1.821688e-44    (raw 0x0000000d)
s13            1.96181785e-44    (raw 0x0000000e)
s14            2.1019477e-44    (raw 0x0000000f)
s15            2.24207754e-44    (raw 0x00000010)
s16            2.38220739e-44    (raw 0x00000011)
s17            2.52233724e-44    (raw 0x00000012)
s18            2.66246708e-44    (raw 0x00000013)
s19            2.80259693e-44    (raw 0x00000014)
s20            2.94272678e-44    (raw 0x00000015)
s21            3.08285662e-44    (raw 0x00000016)
s22            3.22298647e-44    (raw 0x00000017)
s23            3.36311631e-44    (raw 0x00000018)
s24            3.50324616e-44    (raw 0x00000019)
s25            3.64337601e-44    (raw 0x0000001a)
s26            3.78350585e-44    (raw 0x0000001b)
s27            3.9236357e-44    (raw 0x0000001c)
s28            4.06376555e-44    (raw 0x0000001d)
s29            4.20389539e-44    (raw 0x0000001e)
s30            4.34402524e-44    (raw 0x0000001f)
s31            4.48415509e-44    (raw 0x00000020)
(gdb)

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


  parent reply	other threads:[~2012-04-04 19:46 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-07 16:58 [Bug 1001524] New: " bugzilla-daemon
2012-03-07 17:04 ` [Bug 1001524] " bugzilla-daemon
2012-03-08  8:01 ` bugzilla-daemon
2012-03-09  3:59 ` bugzilla-daemon
2012-03-09  4:30 ` bugzilla-daemon
2012-03-09  9:18 ` bugzilla-daemon
2012-03-09 17:15 ` bugzilla-daemon
2012-03-10 19:01 ` bugzilla-daemon
2012-03-11  0:59 ` bugzilla-daemon
2012-03-11 13:07 ` bugzilla-daemon
2012-03-11 17:22 ` bugzilla-daemon
2012-03-30 15:54 ` bugzilla-daemon
2012-04-01 11:36 ` bugzilla-daemon
2012-04-02 20:50 ` bugzilla-daemon
2012-04-02 22:18 ` bugzilla-daemon
2012-04-02 23:37 ` bugzilla-daemon
2012-04-04 19:46 ` bugzilla-daemon [this message]
2012-04-11 21:05 ` bugzilla-daemon
2012-04-11 21:25 ` bugzilla-daemon
2012-04-12 17:44 ` bugzilla-daemon
2012-04-19  7:12 ` bugzilla-daemon
2012-04-19 15:14 ` bugzilla-daemon
2012-04-26 15:30 ` bugzilla-daemon
2012-04-26 15:33 ` bugzilla-daemon
2012-06-03 13:57 ` bugzilla-daemon
  -- strict thread matches above, loose matches on Subject: below --
2012-03-07 16:58 [Bug 1001524] New: " bugzilla-daemon
2012-03-07 17:04 ` [Bug 1001524] " bugzilla-daemon
2012-03-08  8:01 ` bugzilla-daemon
2012-03-09  3:59 ` bugzilla-daemon
2012-03-09  4:30 ` bugzilla-daemon
2012-03-09  9:18 ` bugzilla-daemon
2012-03-09 17:15 ` bugzilla-daemon
2012-03-10 19:01 ` bugzilla-daemon
2012-03-11  0:59 ` bugzilla-daemon
2012-03-11 13:07 ` bugzilla-daemon
2012-03-11 17:22 ` bugzilla-daemon
2012-03-30 15:54 ` bugzilla-daemon
2012-04-01 11:36 ` bugzilla-daemon
2012-04-02 20:50 ` bugzilla-daemon
2012-04-02 22:18 ` bugzilla-daemon
2012-04-02 23:37 ` bugzilla-daemon
2012-04-04 19:46 ` bugzilla-daemon
2012-04-11 21:05 ` bugzilla-daemon
2012-04-11 21:25 ` bugzilla-daemon
2012-04-12 17:44 ` bugzilla-daemon
2012-04-19  7:13 ` bugzilla-daemon
2012-04-19 15:14 ` bugzilla-daemon
2012-04-26 15:29 ` bugzilla-daemon
2012-04-26 15:33 ` bugzilla-daemon
2012-06-03 13:57 ` bugzilla-daemon

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=20120404194549.7DF412F78006@mail.ecoscentric.com \
    --to=bugzilla-daemon@bugs.ecos.sourceware.org \
    --cc=unassigned@bugs.ecos.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).