diff options
author | Yao Qi <yao@codesourcery.com> | 2013-05-24 12:27:39 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-05-24 12:27:39 +0000 |
commit | c0ea94eb34ef5e4c0a4c5df40976d368ddf54fb4 (patch) | |
tree | 1baeef58e4975b5a2ab433b5f203038dc93f214f /gdb/ChangeLog | |
parent | 6740dc9c3e1fbc0f2ae2cb54feee654023db157d (diff) | |
download | gdb-c0ea94eb34ef5e4c0a4c5df40976d368ddf54fb4.zip gdb-c0ea94eb34ef5e4c0a4c5df40976d368ddf54fb4.tar.gz gdb-c0ea94eb34ef5e4c0a4c5df40976d368ddf54fb4.tar.bz2 |
gdb/
* tracepoint.c (TFILE_PID): Remove.
(tfile_open): Don't add thread and inferior.
(tfile_close): Don't set 'inferior_ptid'. Don't call
exit_inferior_silent.
(tfile_thread_alive): Remove.
(init_tfile_ops): Don't set field 'to_thread_alive' of
tfile_ops.
gdb/testsuite/
* gdb.trace/tfile.exp: Test inferior and thread.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1ee7462..b8ae3ea 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2013-05-24 Yao Qi <yao@codesourcery.com> + + * tracepoint.c (TFILE_PID): Remove. + (tfile_open): Don't add thread and inferior. + (tfile_close): Don't set 'inferior_ptid'. Don't call + exit_inferior_silent. + (tfile_thread_alive): Remove. + (init_tfile_ops): Don't set field 'to_thread_alive' of + tfile_ops. + 2013-05-23 Doug Evans <dje@google.com> * contrib/cc-with-tweaks.sh (-p): Handle no dwo files. |