Skip to content

sanity check for hardware watchpoint back - follow up to efabd886

Simon Sobisch requested to merge ssobisch/cbl-gdb:patch-22 into version427

Tested with GDB 7.6: the only part of the code that did not work was the commands - so old GDB is completely left to not letting the user know which COBOL watchpoint was hit.

Note: ctbreak does work because the temporary flag is handled internal since 9fcebe07 and is therefore general usable

Merge request reports