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 gdb/23895] dump binary/verilog memory does not work with symbols


https://sourceware.org/bugzilla/show_bug.cgi?id=23895

Mike Neilly <mneilly at yahoo dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|7.12                        |8.2

--- Comment #1 from Mike Neilly <mneilly at yahoo dot com> ---
I've confirmed the same/similar issue exists in 8.2.50.20181119-git.

Reading symbols from hello...
(No debugging symbols found in hello)
(gdb) dump verilog memory hello.mem __data_start _edata 
'__data_start' has unknown type; cast it to its declared type
(gdb) dump verilog memory hello.mem (char*)__data_start (char*)_edata 
Cannot access memory at address 0x201030

-- 
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]