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

Side by Side Diff: gdb/stubs/i386-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/buildvms.com ('k') | gdb/stubs/ia64vms-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 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 beginning of a program to sync up with a debugger and can be used 943 beginning of a program to sync up with a debugger and can be used
944 otherwise as a quick means to stop program execution and "break" into 944 otherwise as a quick means to stop program execution and "break" into
945 the debugger. */ 945 the debugger. */
946 946
947 void 947 void
948 breakpoint (void) 948 breakpoint (void)
949 { 949 {
950 if (initialized) 950 if (initialized)
951 BREAKPOINT (); 951 BREAKPOINT ();
952 } 952 }
OLDNEW
« no previous file with comments | « gdb/stubs/buildvms.com ('k') | gdb/stubs/ia64vms-stub.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698