mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Implement -target-attach.
* mi/mi-cmds.c (mi_cmds): Forward -target-attach to CLI attach.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2008-07-04 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
Implement -target-attach.
|
||||
* mi/mi-cmds.c (mi_cmds): Forward -target-attach to CLI attach.
|
||||
|
||||
2008-06-21 Hui Zhu <teawater@gmail.com>
|
||||
|
||||
* target-descriptions.c (maint_print_c_tdesc_cmd): Fix a memory leak.
|
||||
|
@ -117,7 +117,7 @@ struct mi_cmd mi_cmds[] =
|
||||
{ "symbol-list-variables", { NULL, 0 }, NULL },
|
||||
{ "symbol-locate", { NULL, 0 }, NULL },
|
||||
{ "symbol-type", { NULL, 0 }, NULL },
|
||||
{ "target-attach", { NULL, 0 }, NULL },
|
||||
{ "target-attach", { "attach", 1 }, NULL },
|
||||
{ "target-compare-sections", { NULL, 0 }, NULL },
|
||||
{ "target-detach", { "detach", 0 }, 0 },
|
||||
{ "target-disconnect", { "disconnect", 0 }, 0 },
|
||||
|
Reference in New Issue
Block a user