diff options
author | Yao Qi <yao@codesourcery.com> | 2013-03-14 09:08:56 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-03-14 09:08:56 +0000 |
commit | d6682f9ee928ad479b5189bef428dbfca8b34241 (patch) | |
tree | b163100ca4ed3d05e453a08995e2548bb0f52728 /gdb/ChangeLog | |
parent | a22fa6e48d4ba508fc441f77f6a35620c42226c3 (diff) | |
download | gdb-d6682f9ee928ad479b5189bef428dbfca8b34241.zip gdb-d6682f9ee928ad479b5189bef428dbfca8b34241.tar.gz gdb-d6682f9ee928ad479b5189bef428dbfca8b34241.tar.bz2 |
gdb/
* tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
status to tfile if trace is stopped by command 'tstop'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f06b76e..4d608f5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2013-03-14 Yao Qi <yao@codesourcery.com> + * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace + status to tfile if trace is stopped by command 'tstop'. + +2013-03-14 Yao Qi <yao@codesourcery.com> + * tracepoint.c (tfile_write_status): Write trace notes and user name into tfile if they are not NULL. |