forked from pbiggar/phc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gdbinit
29 lines (25 loc) · 941 Bytes
/
.gdbinit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
set breakpoint pending on
b phc_internal_error(char const*, ...)
b phc_internal_error(char const*, AST::Node*, ...)
b phc_internal_error(char const*, HIR::Node*, ...)
b phc_internal_error(char const*, LIR::Node*, ...)
b phc_internal_error(char const*, MICG::Node*, ...)
b phc_internal_error(char const*, MIR::Node*, ...)
b phc_internal_error(char const*, String*, int, int, ...)
b phc_internal_error(char const*, __va_list_tag*, String*, int, int)
b phc_error(char const*, ...)
b phc_error(char const*, AST::Node*, ...)
b phc_error(char const*, HIR::Node*, ...)
b phc_error(char const*, LIR::Node*, ...)
b phc_error(char const*, MICG::Node*, ...)
b phc_error(char const*, MIR::Node*, ...)
b phc_error(char const*, String*, int, int, ...)
b phc_error(char const*, __va_list_tag*, String*, int, int)
define ast
print ht_debug (EG(active_symbol_table))
end
define gst
print ht_debug (&EG(symbol_table))
end
#b sighandler
set print object