Bug 67 - No stack frame when using ecc-gdb for Microblaze.
Summary: No stack frame when using ecc-gdb for Microblaze.
Status: RESOLVED INVALID
Alias: None
Product: ELLCC
Classification: Unclassified
Component: new-bugs (show other bugs)
Version: unspecified
Hardware: PC Linux
: --- normal
Assignee: Richard Pennington
URL:
Depends on:
Blocks: 36
  Show dependency tree
 
Reported: 2013-08-30 10:01 CDT by Richard Pennington
Modified: 2017-07-29 10:42 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.