Lines Matching refs:ART
16 # ART debugging. ART uses SIGSEGV signals for internal purposes. To allow
17 # gdb to debug programs using ART we need to treat this signal specially. We
21 define art-on
36 printf "ART debugging mode is enabled.\n"
42 printf "ART debugging mode is already enabled.\n"
46 document art-on
47 Enter ART debugging mode. In ART debugging mode, SIGSEGV signals are ignored
48 by gdb unless they are not handled by ART itself. A breakpoint is
52 To switch ART debugging mode off, use "art-off"
55 define art-off
64 printf "ART debugging mode is disabled.\n"
68 document art-off
69 Leave ART debugging mode. Signal handling is restored to default settings.
71 Use the command "art-on" to enable ART debugging mode.