X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gdb%2Fgdbserver%2Fserver.c;h=48a7e0f597a153e5a928e28033e7e31bb1b427bc;hb=4ce44c668ddc0a909c3f081d98c68bea90a93af9;hp=8b18f53383606edc1d32400e7251267ca84f3b0c;hpb=2daf4fd8960262b76e597427e2e230b3fe6470b3;p=thirdparty%2Fbinutils-gdb.git diff --git a/gdb/gdbserver/server.c b/gdb/gdbserver/server.c index 8b18f533836..48a7e0f597a 100644 --- a/gdb/gdbserver/server.c +++ b/gdb/gdbserver/server.c @@ -62,6 +62,8 @@ main (argc, argv) if (argc < 3) error ("Usage: gdbserver tty prog [args ...]"); + initialize_low (); + /* Wait till we are at first instruction in program. */ signal = start_inferior (&argv[2], &status);