Skip to content

cbreak now accepts plain source references, too

Simon Sobisch requested to merge ssobisch/cbl-gdb:cbreak_pos_fix into version428

until now cbreak file:26, cbreak /path/to/file:26, cbreak /path/../to/file:26, cbreak ./file:26 were all not found because they were internally converted to variable paths "path to file" and the : was recognized as "likely section".

Merge request reports