mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Missing @since tag
This commit is contained in:
parent
43790e7873
commit
c0c88fcf61
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ public class GDBBreakpoints_7_2 extends GDBBreakpoints_7_0
|
||||||
*
|
*
|
||||||
* @return true if the information is available (GDB >= 7.6),
|
* @return true if the information is available (GDB >= 7.6),
|
||||||
* false otherwise.
|
* false otherwise.
|
||||||
|
* @since 4.2
|
||||||
*/
|
*/
|
||||||
protected boolean bpThreadGroupInfoAvailable() {
|
protected boolean bpThreadGroupInfoAvailable() {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue