| commit | 69ed07d5465e447c461bdc6b1f36b7b2575d7fe1 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Mon Apr 17 08:08:54 2023 -0600 |
| committer | Tom Tromey <tromey@adacore.com> | Mon Jun 12 11:51:52 2023 -0600 |
| tree | 7c85416c5606dba82e06e707e760527c1e95ef89 | |
| parent | 2c4c710f56990c169243702f0d7d3a7fecc5d090 [diff] |
Implement DAP setExceptionBreakpoints request This implements the DAP setExceptionBreakpoints request for Ada. This is a somewhat minimal implementation, in that "exceptionOptions" are not implemented (or advertised) -- I wasn't completely sure how this feature is supposed to work. I haven't added C++ exception handling here, but it's easy to do if needed. This patch relies on the new MI command execution support to do its work.