mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-20 19:42:30 -08:00
Update the name of the breakpoints (src/util/gdbinit)
This commit is contained in:
parent
01c4152b97
commit
96eb98b231
1 changed files with 2 additions and 1 deletions
|
|
@ -4,12 +4,13 @@
|
|||
delete break
|
||||
break cl_cos
|
||||
break cl_error
|
||||
break cl_cerror
|
||||
break CEerror
|
||||
break FEerror
|
||||
break FEunbound_variable
|
||||
break FEundefined_function
|
||||
break FEwrong_type_argument
|
||||
break FEinvalid_function
|
||||
break error
|
||||
set confirm off
|
||||
handle SIGBUS nostop
|
||||
handle EXC_BAD_ACCESS nostop pass noprint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue