mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
gdb/
* command.h, remote.c: Fix a typo in comment.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-07-19 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
|
* command.h, remote.c: Fix a typo in comment.
|
||||||
|
|
||||||
2012-07-19 Tom Tromey <tromey@redhat.com>
|
2012-07-19 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
PR exp/13206:
|
PR exp/13206:
|
||||||
|
@ -93,7 +93,7 @@ typedef enum var_types
|
|||||||
/* String which stores a filename. (*VAR) is a malloc'd
|
/* String which stores a filename. (*VAR) is a malloc'd
|
||||||
string. */
|
string. */
|
||||||
var_filename,
|
var_filename,
|
||||||
/* ZeroableInteger. *VAR is an int. Like Unsigned Integer except
|
/* ZeroableInteger. *VAR is an int. Like var_integer except
|
||||||
that zero really means zero. */
|
that zero really means zero. */
|
||||||
var_zinteger,
|
var_zinteger,
|
||||||
/* ZeroableUnsignedInteger. *VAR is an unsigned int. Zero really
|
/* ZeroableUnsignedInteger. *VAR is an unsigned int. Zero really
|
||||||
|
@ -1420,7 +1420,7 @@ static ptid_t any_thread_ptid;
|
|||||||
static ptid_t general_thread;
|
static ptid_t general_thread;
|
||||||
static ptid_t continue_thread;
|
static ptid_t continue_thread;
|
||||||
|
|
||||||
/* This the traceframe which we last selected on the remote system.
|
/* This is the traceframe which we last selected on the remote system.
|
||||||
It will be -1 if no traceframe is selected. */
|
It will be -1 if no traceframe is selected. */
|
||||||
static int remote_traceframe_number = -1;
|
static int remote_traceframe_number = -1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user