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

Side by Side Diff: sim/common/sim-trace.h

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 | « sim/common/sim-signal.c ('k') | sim/common/sim-trace.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 /* Simulator tracing/debugging support. 1 /* Simulator tracing/debugging support.
2 Copyright (C) 1997-1998, 2001, 2007-2012 Free Software Foundation, 2 Copyright (C) 1997-1998, 2001, 2007-2012 Free Software Foundation,
3 Inc. 3 Inc.
4 Contributed by Cygnus Support. 4 Contributed by Cygnus Support.
5 5
6 This file is part of GDB, the GNU debugger. 6 This file is part of GDB, the GNU debugger.
7 7
8 This program is free software; you can redistribute it and/or modify 8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3 of the License, or 10 the Free Software Foundation; either version 3 of the License, or
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 sim_cia cia, 239 sim_cia cia,
240 address_word pc, 240 address_word pc,
241 int print_linenum_p, 241 int print_linenum_p,
242 const char *file_name, 242 const char *file_name,
243 int line_nr, 243 int line_nr,
244 const char *fmt, 244 const char *fmt,
245 ...)) 245 ...))
246 __attribute__((format (printf, 8, 9))); 246 __attribute__((format (printf, 8, 9)));
247 247
248 /* Generic trace print, assumes trace_prefix() has been called */ 248 /* Generic trace print, assumes trace_prefix() has been called */

error: old chunk mismatch

OLDNEW
« no previous file with comments | « sim/common/sim-signal.c ('k') | sim/common/sim-trace.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698