diff --git a/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html b/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html index 25317cb3d35..9f9eddf3944 100644 --- a/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html +++ b/doc/org.eclipse.cdt.doc.isv/guide/deprecated_API_removals.html @@ -56,6 +56,12 @@
+ Planned Removals after June 2023 +
+See Bug 563108.
+ ++ To support presentation of the GDB command line within the process property page, a public method + getDebuggerCommandLineArray() has been added to the org.eclipse.cdt.dsf.gdb.service.IGDBBackend interface + and the following redundant protected methods will be removed: +
++ Extenders that override the above protected methods should override + org.eclipse.cdt.dsf.gdb.service.IGDBBackend.getDebuggerCommandLineArray() instead. +
++ See Bug 572944. +