Directory Packages/Uintah/tools/StackTrace/

Total Files:
3
Deleted Files:
0
Lines of Code:
26

[root]/Packages/Uintah/tools/StackTrace

Lines of Code

Packages/Uintah/tools/StackTrace/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 13 (100.0%) 409 (100.0%) 31.4
dav 11 (84.6%) 406 (99.3%) 36.9
jas 2 (15.4%) 3 (0.7%) 1.5

Most Recent Commits

jas 2008-07-07 20:07 Rev.: 41434

Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>

Tested on g++ 4.2 and 4.3 compilers.

3 lines of code changed in 2 files:

  • Packages/Uintah/tools/StackTrace: StackTrace.cc (new)
dav 2008-05-06 11:38 Rev.: 40928

Better handling of symbol names with spaces in them.

21 lines of code changed in 1 file:

  • Packages/Uintah/tools/StackTrace: StackTrace.cc (+21 -6)
dav 2008-03-03 16:21 Rev.: 40363

Info on where to build StackTrace.

0 lines of code changed in 2 files:

  • Packages/Uintah/tools/StackTrace: README (new)
dav 2008-03-03 16:14 Rev.: 40362

Use dynamic sized arrays to avoid data input overflow seg faults. Be more robust by checking for valid input.

33 lines of code changed in 1 file:

  • Packages/Uintah/tools/StackTrace: StackTrace.cc (+33 -12)
dav 2008-03-03 15:26 Rev.: 40359

pgdecode info. testing info.

6 lines of code changed in 1 file:

  • Packages/Uintah/tools/StackTrace: README (+6 -2)
dav 2008-03-03 15:19 Rev.: 40358

Info on what the stack trace should look like.

23 lines of code changed in 1 file:

  • Packages/Uintah/tools/StackTrace: README (+23)
dav 2008-02-27 18:47 Rev.: 40316

Added usage. Added ability to specify symbol and stacktrace file names. Cleaned up. Commented out testing section.

94 lines of code changed in 1 file:

  • Packages/Uintah/tools/StackTrace: StackTrace.cc (+94 -15)
dav 2008-02-27 16:14 Rev.: 40313

added header info

8 lines of code changed in 1 file:

  • Packages/Uintah/tools/StackTrace: StackTrace.cc (+8 -3)
dav 2008-02-27 16:08 Rev.: 40311

First draft of Sandia Redstorm stacktrace program

221 lines of code changed in 3 files:

  • Packages/Uintah/tools/StackTrace: Makefile (new 17), README (+12), StackTrace.cc (+192)
Generated by StatSVN 0.4.0