~ubuntu-branches/ubuntu/karmic/valgrind/karmic

« back to all changes in this revision

Viewing changes to coregrind/m_libcassert.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-03-05 18:27:01 UTC
  • mfrom: (1.1.9 upstream) (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090305182701-yag747u3f33y9g8y
Tags: 1:3.4.1-1ubuntu1
* Merge with Debian; remaining changes:
  - Add 91_build_with_fno_stack_protector.dpatch.
  - Add lpia to Architecture.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
   This file is part of Valgrind, a dynamic binary instrumentation
8
8
   framework.
9
9
 
10
 
   Copyright (C) 2000-2007 Julian Seward 
 
10
   Copyright (C) 2000-2008 Julian Seward 
11
11
      jseward@acm.org
12
12
 
13
13
   This program is free software; you can redistribute it and/or
142
142
 
143
143
   stacktop = tst->os_state.valgrind_stack_init_SP;
144
144
 
145
 
   VG_(get_StackTrace2)(0/*tid is unknown*/, 
146
 
                        ips, BACKTRACE_DEPTH, ip, sp, fp, lr, sp, stacktop);
 
145
   VG_(get_StackTrace_wrk)(
 
146
      0/*tid is unknown*/, 
 
147
      ips, BACKTRACE_DEPTH, 
 
148
      NULL/*array to dump SP values in*/,
 
149
      NULL/*array to dump FP values in*/,
 
150
      ip, sp, fp, lr, sp, stacktop
 
151
   );
147
152
   VG_(pp_StackTrace)  (ips, BACKTRACE_DEPTH);
148
153
 
149
154
   VG_(show_sched_status)();