bug-gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gforth] [bug #32076] Disassembler creates invalid command for gdb 7


From: Harold Rabbie
Subject: [Bug-gforth] [bug #32076] Disassembler creates invalid command for gdb 7.1
Date: Fri, 07 Jan 2011 23:47:41 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; TheFreeDictionary.com; GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTbFXTV5/5.9.1.14019)

URL:
  <http://savannah.gnu.org/bugs/?32076>

                 Summary: Disassembler creates invalid command for gdb 7.1
                 Project: Gforth
            Submitted by: harold
            Submitted on: Fri 07 Jan 2011 11:47:40 PM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The gforth disassembler creates a temporary file containing gdb commands, for
example:

set verbose off
set logging file /tmp/gforthdis.bYKzp3OlGS
set logging on
disas 0x16CA0 0x16CE0
set logging off
quit

The command "disas 0x16CA0 0x16CE0" causes an error message
"A syntax error in expression, near '0x16CE0'." when executed on gdb 7.1

According to the gdb documentation, the correct syntax is: "disassemble
start,end"  i.e. a comma delimiter is required between the fields, not a
space.

See https://savannah.gnu.org/bugs/?30579 for a similar bug with a different
package.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32076>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]