[bug-notifications] [gcc4core 0004967]: Can't use gdb to list out source code from gccgo compiled binary with -g option
Mantis Bug Tracker
noreply at opencsw.org
Tue Jun 26 16:23:06 CEST 2012
The following issue has been SUBMITTED.
======================================================================
https://www.opencsw.org/mantis/view.php?id=4967
======================================================================
Reported By: tjyang
Assigned To:
======================================================================
Project: gcc4core
Issue ID: 4967
Category: regular use
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2012-06-26 16:23 CEST
Last Modified: 2012-06-26 16:23 CEST
======================================================================
Summary: Can't use gdb to list out source code from gccgo
compiled binary with -g option
Description:
The test helloworld.go was compiled and ran ok by gccgo 4.7.1as shown
below.
But when doing a debugging session to list out source code, it failed.
$ cat helloworld.go
package main
import "fmt"
func main() {
fmt.Println("Hello, World")
}
$ ./hellow
Hello, World
$
======================================================================
More information about the bug-notifications
mailing list