diff options
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -191,7 +191,9 @@ show code-cache ** The -exec-run command now accepts an optional "--start" option. When used, the command follows the same semantics as the "start" command, stopping the program's execution at the start of its - main subprogram. + main subprogram. Support for this feature can be verified using + the "-list-features" command, which should contain + "exec-run-start-option". ** The new commands -catch-assert and -catch-exceptions insert catchpoints stopping the program when Ada exceptions are raised. |