mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-29 03:03:10 +02:00

- modify ProcessFactory to prefix commands with flatpak-spawn when running under Eclipse flatpak - add new FlatpakLaunch class to dsf.gdb to do a prelaunch of gdbserver and set up remote port settings when debugging local C/C++ application under Eclipse flatpak - add new tab to gdb when running under Eclipse flatpak to allow user to specify gdbserver and port number - add new org.eclipse.cdt.flatpak.launcher plug-in which contains a FlatpakCommandLauncherFactory to handle copying header files from host to workspace when developing under Eclipse flatpak - add new FlatpakCommandLauncher class which simply extends CommandLauncher and can be used for debugging purposes to distinguish from regular command launcher - also add new FlatpakHeaderPreferencePage to allow C/C++ users to delete copied headers if needed - dynamically add the headers preference page from FlatpakCommandLaunchFactory if running under Eclipse flatpak - add new ICommandLaunchFactory3 to add an interface to check if headers have been modified/removed and scanner info refresh is required - add new org.eclipse.cdt.flatpak.launcher-feature - give higher priority to ContainerCommandLauncherFactory so if running on Eclipse flatpak, the flatpak factory won't be chosen if both apply (i.e. building in a container but running on Eclipse flatpak) Change-Id: Id68e60c4dd37c4494af10440231ac7b7bbec8d17
35 lines
1.1 KiB
INI
35 lines
1.1 KiB
INI
compilers.f.unresolved-features=1
|
|
compilers.f.unresolved-plugins=1
|
|
compilers.incompatible-environment=1
|
|
compilers.p.build=1
|
|
compilers.p.build.bin.includes=1
|
|
compilers.p.build.encodings=2
|
|
compilers.p.build.java.compiler=2
|
|
compilers.p.build.java.compliance=1
|
|
compilers.p.build.missing.output=2
|
|
compilers.p.build.output.library=1
|
|
compilers.p.build.source.library=1
|
|
compilers.p.build.src.includes=1
|
|
compilers.p.deprecated=1
|
|
compilers.p.discouraged-class=1
|
|
compilers.p.internal=1
|
|
compilers.p.missing-packages=2
|
|
compilers.p.missing-version-export-package=2
|
|
compilers.p.missing-version-import-package=2
|
|
compilers.p.missing-version-require-bundle=2
|
|
compilers.p.no-required-att=0
|
|
compilers.p.no.automatic.module=1
|
|
compilers.p.not-externalized-att=1
|
|
compilers.p.service.component.without.lazyactivation=1
|
|
compilers.p.unknown-attribute=1
|
|
compilers.p.unknown-class=1
|
|
compilers.p.unknown-element=1
|
|
compilers.p.unknown-identifier=1
|
|
compilers.p.unknown-resource=1
|
|
compilers.p.unresolved-ex-points=0
|
|
compilers.p.unresolved-import=0
|
|
compilers.s.create-docs=false
|
|
compilers.s.doc-folder=doc
|
|
compilers.s.open-tags=1
|
|
compilers.use-project=true
|
|
eclipse.preferences.version=1
|