]> www.ginac.de Git - cln.git/blob - tests/.gdbinit
* src/base/cl_low.h: Add mul and div macros for x86_64.
[cln.git] / tests / .gdbinit
1 break cl_abort
2
3 define cprint
4 call ($1).debug_print()
5 end
6