commit | 32594d975aa9d886face03ee146fe82aa34a3145 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed May 24 14:24:13 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Thu Jun 22 09:46:23 2023 -0600 |
tree | 7a918975c04a6203d92a80e1d562124d613222c1 | |
parent | 596c507f5ddb6d143f103e371eda8c0008f15254 [diff] |
Fix type of DAP hitCondition DAP specifies a breakpoint's hitCondition as a string, meaning it is an expression to be evaluated. However, gdb implemented this as if it were an integer instead. This patch fixes this oversight.