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

Side by Side Diff: gdb/stubs/m68k-stub.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/stubs/m32r-stub.c ('k') | gdb/stubs/sh-stub.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /**************************************************************************** 1 /****************************************************************************
2 2
3 THIS SOFTWARE IS NOT COPYRIGHTED 3 THIS SOFTWARE IS NOT COPYRIGHTED
4 4
5 HP offers the following for use in the public domain. HP makes no 5 HP offers the following for use in the public domain. HP makes no
6 warranty with regard to the software or it's performance and the 6 warranty with regard to the software or it's performance and the
7 user accepts the software "AS IS" with all faults. 7 user accepts the software "AS IS" with all faults.
8 8
9 HP DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED, WITH REGARD 9 HP DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED, WITH REGARD
10 TO THIS SOFTWARE INCLUDING BUT NOT LIMITED TO THE WARRANTIES 10 TO THIS SOFTWARE INCLUDING BUT NOT LIMITED TO THE WARRANTIES
(...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 beginning of a program to sync up with a debugger and can be used 1090 beginning of a program to sync up with a debugger and can be used
1091 otherwise as a quick means to stop program execution and "break" into 1091 otherwise as a quick means to stop program execution and "break" into
1092 the debugger. */ 1092 the debugger. */
1093 1093
1094 void 1094 void
1095 breakpoint () 1095 breakpoint ()
1096 { 1096 {
1097 if (initialized) 1097 if (initialized)
1098 BREAKPOINT (); 1098 BREAKPOINT ();
1099 } 1099 }
OLDNEW
« no previous file with comments | « gdb/stubs/m32r-stub.c ('k') | gdb/stubs/sh-stub.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698