summaryrefslogtreecommitdiffstats
path: root/scripts/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gdb')
-rw-r--r--scripts/gdb/dalvik.gdb7
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/gdb/dalvik.gdb b/scripts/gdb/dalvik.gdb
index 6ee8d1d71..6281661ef 100644
--- a/scripts/gdb/dalvik.gdb
+++ b/scripts/gdb/dalvik.gdb
@@ -71,6 +71,9 @@ define art-on
set breakpoint pending auto
printf "ART debugging mode is enabled.\n"
+ printf "If you are debugging a native only process, you need to\n"
+ printf "re-enable normal SIGSEGV handling using this command:\n"
+ printf " handle SIGSEGV print stop\n"
set $art_debug_enabled = 1
else
printf "ART debugging mode is already enabled.\n"
@@ -104,7 +107,3 @@ document art-off
Use the command "art-on" to enable ART debugging mode.
end
-
-# switch on ART debugging
-art-on
-