~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to callgrind/bb.c

  • Committer: Bazaar Package Importer
  • Author(s): Andrés Roldán
  • Date: 2008-06-13 02:31:40 UTC
  • mto: (1.4.1 upstream) (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20080613023140-iwk33rz9rhvfkr96
Import upstream version 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
/*
7
7
   This file is part of Callgrind, a Valgrind tool for call tracing.
8
8
 
9
 
   Copyright (C) 2002-2006, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
 
9
   Copyright (C) 2002-2007, Josef Weidendorfer (Josef.Weidendorfer@gmx.de)
10
10
 
11
11
   This program is free software; you can redistribute it and/or
12
12
   modify it under the terms of the GNU General Public License as
235
235
 * bbIn==0 is possible for artifical BB without real code.
236
236
 * Such a BB is created when returning to an unknown function.
237
237
 */
238
 
BB* CLG_(get_bb)(Addr addr, IRBB* bbIn, /*OUT*/ Bool *seen_before)
 
238
BB* CLG_(get_bb)(Addr addr, IRSB* bbIn, /*OUT*/ Bool *seen_before)
239
239
{
240
240
  BB*   bb;
241
241
  obj_node* obj;