diff options
Diffstat (limited to 'android/cmdline-options.h')
-rw-r--r-- | android/cmdline-options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/cmdline-options.h b/android/cmdline-options.h index fc30ebc..b65b29a 100644 --- a/android/cmdline-options.h +++ b/android/cmdline-options.h @@ -156,6 +156,7 @@ OPT_PARAM( memcheck, "<flags>", "enable memory access checking" ) #ifdef CONFIG_STANDALONE_UI OPT_PARAM( list_cores, "<host>", "list running core process" ) +OPT_PARAM( attach_core, "<console socket>", "attach to a running core process" ) #endif // CONFIG_STANDALONE_UI #undef CFG_FLAG |