[root]/Packages/Uintah/tools/StackTrace
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 |
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:
Better handling of symbol names with spaces in them.
21 lines of code changed in 1 file:
Info on where to build StackTrace.
0 lines of code changed in 2 files:
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:
pgdecode info. testing info.
6 lines of code changed in 1 file:
Info on what the stack trace should look like.
23 lines of code changed in 1 file:
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:
added header info
8 lines of code changed in 1 file:
First draft of Sandia Redstorm stacktrace program
221 lines of code changed in 3 files: