Bug 67

Summary: No stack frame when using ecc-gdb for Microblaze.
Product: ELLCC Reporter: Richard Pennington <rich>
Component: new-bugsAssignee: Richard Pennington <rich>
Status: RESOLVED INVALID    
Severity: normal    
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 36    

Description Richard Pennington 2013-08-30 10:01:50 CDT
[~/ellcc/test/src/bzip2-1.0.6] dev% ~/ellcc/bin/ecc-gdb bzip2.microblaze
GNU gdb (GDB) 7.6
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/rich/ellcc/test/src/bzip2-1.0.6/bzip2.microblaze...done.
(gdb) target remote :1234
Remote debugging using :1234
0x100000f0 in _start ()
(gdb) break outOfMemory
Breakpoint 1 at 0x10004db0: file bzip2.c, line 877.
(gdb) c
Continuing.

Breakpoint 1, outOfMemory () at bzip2.c:877
877        showFileNames();
(gdb) where
#0  outOfMemory () at bzip2.c:877
(gdb)
Comment 1 Richard Pennington 2017-07-24 06:44:54 CDT
Resolved as WONTFIX during bug database cleanup.
Comment 2 Richard Pennington 2017-07-29 10:37:33 CDT
These bugs are obsolete with the new build and deployment process.
Comment 3 Richard Pennington 2017-07-29 10:42:13 CDT
These bugs are obsolete with the new build and deployment process.