Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Problem with GDB integration, Eclipse Luna, MacOS 10.10 Yosemite(gdb integration, luna, macos, yosemite)
Problem with GDB integration, Eclipse Luna, MacOS 10.10 Yosemite [message #1694567] Wed, 06 May 2015 11:23
Kirill Lykov is currently offline Kirill LykovFriend
Messages: 1
Registered: February 2013
Junior Member
I'm using MacOS 10.10 Yosemite, installed gcc-4.9.2 and gdb 7.9 using Homebrew. I specified path to the gdb inside the Eclipse. The compiler flags are: -O0 -g3 -Wall -std=c++11.

When I debug, I cannot see values of the variables. If I try to inspect them by "Expressions" view, I see a error message:
Failed to execute MI command:
-data-evaluate-expression <my-executable-name>
Error message from debugger back end:
Could not find the frame base for "main(int, char**)".


When launching in the console it is also written but I don't think it is relevant:
warning: dsym file UUID doesn't match the one in 
<full executable file name>

Previous Topic:Error " gcc not found in PATH" : eclipse LUNA for C\C++
Next Topic:[solved] hallo world stopped due to shared library event ubuntu
Goto Forum:
  


Current Time: Wed Apr 24 16:57:30 GMT 2024

Powered by FUDForum. Page generated in 0.02647 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top