gdb/
authorPedro Alves <palves@redhat.com>
Wed, 25 Mar 2009 21:53:11 +0000 (21:53 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 25 Mar 2009 21:53:11 +0000 (21:53 +0000)
commita07daef34e77308381c29146b83f8926520755e0
tree8fb676dda3a39560c161a66eea96f0b12c8fea6d
parentd729566a19c83c452f3a962182d1c6d349562159
gdb/
* infrun.c (infrun_thread_thread_exit): New.
(_initialize_infrun): Attach it to the thread_exit observer.
* thread.c (delete_thread_1): Always call the observer, passing it
the silent flag.
* mi/mi-interp.c (mi_thread_exit): Add "silent" parameter.  If
SILENT, return immediately.

gdb/doc/
* observer.texi (thread_exit): Add "silent" parameter.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/observer.texi
gdb/infrun.c
gdb/mi/mi-interp.c
gdb/thread.c
This page took 0.037292 seconds and 4 git commands to generate.