| OLD | NEW |
| 1 /* Remote debugging interface for MIPS remote debugging protocol. | 1 /* Remote debugging interface for MIPS remote debugging protocol. |
| 2 | 2 |
| 3 Copyright (C) 1993-2004, 2006-2012 Free Software Foundation, Inc. | 3 Copyright (C) 1993-2004, 2006-2012 Free Software Foundation, Inc. |
| 4 | 4 |
| 5 Contributed by Cygnus Support. Written by Ian Lance Taylor | 5 Contributed by Cygnus Support. Written by Ian Lance Taylor |
| 6 <ian@cygnus.com>. | 6 <ian@cygnus.com>. |
| 7 | 7 |
| 8 This file is part of GDB. | 8 This file is part of GDB. |
| 9 | 9 |
| 10 This program is free software; you can redistribute it and/or modify | 10 This program is free software; you can redistribute it and/or modify |
| (...skipping 1516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1527 | 1527 |
| 1528 do_cleanups (old_cleanups); | 1528 do_cleanups (old_cleanups); |
| 1529 | 1529 |
| 1530 /* If this doesn't call error, we have connected; we don't care if | 1530 /* If this doesn't call error, we have connected; we don't care if |
| 1531 the request itself succeeds or fails. */ | 1531 the request itself succeeds or fails. */ |
| 1532 | 1532 |
| 1533 mips_request ('r', 0, 0, &err, mips_receive_wait, NULL); | 1533 mips_request ('r', 0, 0, &err, mips_receive_wait, NULL); |
| 1534 } | 1534 } |
| 1535 | 1535 |
| 1536 /* Open a connection to the remote board. */ | 1536 /* Open a connection to the remote board. */ |
error: old chunk mismatch |
None
| OLD | NEW |