Bug 280315 - GNAT debugger only works if gdb is in system path
Summary: GNAT debugger only works if gdb is in system path
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Hibachi (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P1 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-15 14:24 EDT by Adam Haselhuhn CLA
Modified: 2011-01-21 14:40 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Haselhuhn CLA 2009-06-15 14:24:25 EDT
If "Use Toolchain Path" is selected in the toolchain tab for the debug configuration, the interface to the GNAT debugger currently executes gdb using the PATH environment variable to find the gdb executable.  This could result in using the wrong gdb executable if the desired installation does not occur first in the PATH environment variable.
Comment 1 Adam Haselhuhn CLA 2009-06-26 13:15:30 EDT
This bug could result in the incorrect version of gdb being used when launching a debug session for GNAT configurations.

Fix for the first release.