This is an automated email from Gerrit. Alamy Liu ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3325
-- gerrit commit 50b0697443e84093140412caea8883de671c4f3c Author: Alamy Liu <[email protected]> Date: Tue Dec 1 10:24:10 2015 -0800 openocd: fix description (telnet -> GDB) Change-Id: I973c4d3ef3858638acb54936b76082937398d3d7 Signed-off-by: Alamy Liu <[email protected]> diff --git a/src/openocd.c b/src/openocd.c index d17af20..a05cc28 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -166,7 +166,7 @@ COMMAND_HANDLER(handle_init_command) return ERROR_FAIL; command_context_mode(CMD_CTX, COMMAND_EXEC); - /* initialize telnet subsystem */ + /* initialize GDB subsystem */ gdb_target_add_all(all_targets); target_register_event_callback(log_target_callback_event_handler, CMD_CTX); -- ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
