Bug 507568 - CDT assumes SHELL=bash when debugging
Summary: CDT assumes SHELL=bash when debugging
Status: ASSIGNED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: 9.0.0   Edit
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-15 15:57 EST by Jonah Graham CLA
Modified: 2020-09-04 15:18 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonah Graham CLA 2016-11-15 15:57:31 EST
Bug 474648 introduced some new features for better handling escaping of parameters. The newline in particular was implemented in a bash only way.

See code comment in org.eclipse.cdt.utils.CommandLineUtil.argumentsToStringBash() (introduced in gerrit https://git.eclipse.org/r/#/c/85024/)