Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: gdb/remote-mips.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/remote-m32r-sdi.c ('k') | gdb/remote-sim.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
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
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

OLDNEW
« no previous file with comments | « gdb/remote-m32r-sdi.c ('k') | gdb/remote-sim.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698