summaryrefslogtreecommitdiff
path: root/ACE/stack_trace_branch_ChangeLog
blob: a8ae7e5a1f0005f26fd421171754e6017de26a83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Fri Jun  6 16:50:48 UTC 2008  Yan Dai  <dai_y@ociweb.com>

        * ACE/ace/Stack_Trace.h:
        
          Updated comments.
          
        * ACE/configure.ac:
        
          Added checks for execinfo.h header.

Fri Jun  6 16:20:31 UTC 2008  Yan Dai  <dai_y@ociweb.com>

        * ACE/configure.ac:

          Added checks for execinfo.h header.

Fri Jun  6 00:11:05 UTC 2008  Yan Dai  <dai_y@ociweb.com>

        * ace/Log_Msg.h:
        * ace/Stack_Trace.h:

          Updated comments.

        * ace/config-macosx-leopard.h:

          Added ACE_HAS_EXECINFO_H define.

Thu Jun  5 20:32:00 UTC 2008  Yan Dai  <dai_y@ociweb.com>

        * ace/Stack_Trace.h:
        * ace/Stack_Trace.cpp:
        * tests/Stack_Trace_Test.cpp:

          Added new class that, on supported platforms, will take a
          snapshot of the current stack when instantiated.

        * ace/Log_Msg.cpp (log):

          Added new conversion character, the question mark, which gets
          replaced by a stack trace on supported platforms.

        * ace/ace.mpc:

          Added Stack_Trace in as source.

        * tests/tests.mpc:
        * tests/run_test.lst:

          Added Stack_Trace_Test in.

        * NEWS:

          Add an entry for stack trace support.