mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
2012-05-09 Pedro Alves <palves@redhat.com>
* target.c (set_maintenance_target_async_permitted): Rename to ... (set_target_async_command): ... this. (show_maintenance_target_async_permitted): Rename to ... (show_target_async_command): ... this. (initialize_targets): Adjust.
This commit is contained in:
@ -1,3 +1,11 @@
|
|||||||
|
2012-05-09 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
* target.c (set_maintenance_target_async_permitted): Rename to ...
|
||||||
|
(set_target_async_command): ... this.
|
||||||
|
(show_maintenance_target_async_permitted): Rename to ...
|
||||||
|
(show_target_async_command): ... this.
|
||||||
|
(initialize_targets): Adjust.
|
||||||
|
|
||||||
2012-05-08 Doug Evans <dje@google.com>
|
2012-05-08 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* go-exp.y (classify_name): Add missing assignment of fields of
|
* go-exp.y (classify_name): Add missing assignment of fields of
|
||||||
|
14
gdb/target.c
14
gdb/target.c
@ -4655,8 +4655,8 @@ int target_async_permitted = 0;
|
|||||||
static int target_async_permitted_1 = 0;
|
static int target_async_permitted_1 = 0;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
set_maintenance_target_async_permitted (char *args, int from_tty,
|
set_target_async_command (char *args, int from_tty,
|
||||||
struct cmd_list_element *c)
|
struct cmd_list_element *c)
|
||||||
{
|
{
|
||||||
if (have_live_inferiors ())
|
if (have_live_inferiors ())
|
||||||
{
|
{
|
||||||
@ -4668,9 +4668,9 @@ set_maintenance_target_async_permitted (char *args, int from_tty,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
show_maintenance_target_async_permitted (struct ui_file *file, int from_tty,
|
show_target_async_command (struct ui_file *file, int from_tty,
|
||||||
struct cmd_list_element *c,
|
struct cmd_list_element *c,
|
||||||
const char *value)
|
const char *value)
|
||||||
{
|
{
|
||||||
fprintf_filtered (file,
|
fprintf_filtered (file,
|
||||||
_("Controlling the inferior in "
|
_("Controlling the inferior in "
|
||||||
@ -4775,8 +4775,8 @@ result in significant performance improvement for remote targets."),
|
|||||||
Set whether gdb controls the inferior in asynchronous mode."), _("\
|
Set whether gdb controls the inferior in asynchronous mode."), _("\
|
||||||
Show whether gdb controls the inferior in asynchronous mode."), _("\
|
Show whether gdb controls the inferior in asynchronous mode."), _("\
|
||||||
Tells gdb whether to control the inferior in asynchronous mode."),
|
Tells gdb whether to control the inferior in asynchronous mode."),
|
||||||
set_maintenance_target_async_permitted,
|
set_target_async_command,
|
||||||
show_maintenance_target_async_permitted,
|
show_target_async_command,
|
||||||
&setlist,
|
&setlist,
|
||||||
&showlist);
|
&showlist);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user