mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 02:06:01 +02:00
Remove addLibraryPath and getLibraryPaths() method
it was consider to be to gdb specific.
This commit is contained in:
parent
e9d6f16904
commit
3c63ff5d56
1 changed files with 0 additions and 12 deletions
|
@ -27,18 +27,6 @@ public interface ICDISourceManager extends ICDISessionObject
|
||||||
*/
|
*/
|
||||||
String[] getSourcePaths() throws CDIException;
|
String[] getSourcePaths() throws CDIException;
|
||||||
|
|
||||||
/**
|
|
||||||
* Set the shared library search paths for the debu session.
|
|
||||||
* @param String
|
|
||||||
*/
|
|
||||||
void addLibraryPaths(String[] libPaths) throws CDIException;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Return the array of shared libraries search paths
|
|
||||||
* @return String array of search paths.
|
|
||||||
*/
|
|
||||||
String[] getLibraryPaths() throws CDIException;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns an array of directories. Returns the empty array
|
* Returns an array of directories. Returns the empty array
|
||||||
* if the source path is empty.
|
* if the source path is empty.
|
||||||
|
|
Loading…
Add table
Reference in a new issue