mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
Make server.c:myresume static.
I just happened to notice that this function was exclusively used in server.c, and thus could be made static. 2010-07-06 Joel Brobecker <brobecker@adacore.com> * server.c (myresume): Make static.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-07-06 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* server.c (myresume): Make static.
|
||||||
|
|
||||||
2010-07-06 Tom Tromey <tromey@redhat.com>
|
2010-07-06 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* configure, config.in: Rebuild.
|
* configure, config.in: Rebuild.
|
||||||
|
@ -2035,7 +2035,7 @@ handle_v_requests (char *own_buf, int packet_len, int *new_packet_len)
|
|||||||
/* Resume inferior and wait for another event. In non-stop mode,
|
/* Resume inferior and wait for another event. In non-stop mode,
|
||||||
don't really wait here, but return immediatelly to the event
|
don't really wait here, but return immediatelly to the event
|
||||||
loop. */
|
loop. */
|
||||||
void
|
static void
|
||||||
myresume (char *own_buf, int step, int sig)
|
myresume (char *own_buf, int step, int sig)
|
||||||
{
|
{
|
||||||
struct thread_resume resume_info[2];
|
struct thread_resume resume_info[2];
|
||||||
|
Reference in New Issue
Block a user