Directory Core/Thread/

Total Files:
6
Deleted Files:
0
Lines of Code:
1882

[root]/Core/Thread

Lines of Code

Core/Thread/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 23 (100.0%) 158 (100.0%) 6.8
luitjens 14 (60.9%) 149 (94.3%) 10.6
jas 8 (34.8%) 6 (3.8%) 0.7
jmschrei 1 (4.3%) 3 (1.9%) 3.0

Most Recent Commits

luitjens 2010-09-02 09:52 Rev.: 46151

Apparently stringstream.clear() does not do what I thought it did...

to clear messages call CrashPad::clearMessages()

0 lines of code changed in 2 files:

  • Core/Thread: CrashPad.h (changed)
luitjens 2010-09-02 09:40 Rev.: 46150

Reworked this class to make it behave like cout/cerr.
To do this use crashout as you ostream like this:

crashout << "this is some message << 5 << endl;

This will only output if the simulation crashes. It is vital
that crashout is cleared after you have passed the code you are
debugging.

To do this call:

crashout.clear();

5 lines of code changed in 3 files:

  • Core/Thread: CrashPad.cc (+1 -1), CrashPad.h (+4 -4)
luitjens 2010-09-02 09:18 Rev.: 46149

indenting

17 lines of code changed in 1 file:

  • Core/Thread: CrashPad.h (+17 -17)
luitjens 2010-08-16 09:39 Rev.: 46040

Moved the Crashpad messages to earlier. For some reason they don't print later.

Justin

0 lines of code changed in 2 files:

  • Core/Thread: Thread_pthreads.cc (changed)
luitjens 2010-08-13 11:05 Rev.: 46028

Moved crashpad to Core/Thread to avoid linking issues in static builds

122 lines of code changed in 5 files:

  • Core/Thread: CrashPad.cc (+36), CrashPad.h (+83), Thread_pthreads.cc (+1 -1), sub.mk (+2 -1)
luitjens 2010-08-13 10:43 Rev.: 46027

Addd a new debugging utility called CrashPad. This
utility allows you to insert strings into a database
which will be output if the system crashes (and our
signal handler is called). This will help debug
crashes on machines like Kraken where we are running
with too many processors to output data while running
and where we cannot attach a debugger.

To use it:

#include <CrashPad.h>

To add a message:

CrashPad::addMessage("Insert diagnostic message here\n");

To clear all messages:

CrashPadd::clearMessages();



5 lines of code changed in 1 file:

  • Core/Thread: Thread_pthreads.cc (+5 -1)
jas 2010-08-11 20:35 Rev.: 46018

Update copyright date.

1 lines of code changed in 2 files:

  • Core/Thread: Time_win32.cc (new)
jmschrei 2010-03-09 14:50 Rev.: 45421

Allow preventing the thread class from installing its atexit handler with an environment variable - works around visit processes getting killed when dlclose is called

3 lines of code changed in 1 file:

  • Core/Thread: Thread_pthreads.cc (+3 -1)
jas 2010-03-08 14:00 Rev.: 45409

Update copyright dates

1 lines of code changed in 2 files:

  • Core/Thread: share.h (+1 -1)
jas 2010-03-08 10:54 Rev.: 45405

Undoing commit 45403

2 lines of code changed in 2 files:

  • Core/Thread: Time_win32.cc (+1 -1), share.h (+1 -1)
jas 2010-03-07 23:13 Rev.: 45403

Update copyright date.

2 lines of code changed in 2 files:

  • Core/Thread: Time_win32.cc (+1 -1), share.h (+1 -1)
Generated by StatSVN 0.4.0