Thu Mar 26 22:29:28 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Fri, 27 Mar 1998 03:36:27 +0000 (03:36 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Fri, 27 Mar 1998 03:36:27 +0000 (03:36 +0000)
commit411589588ad4b9c31e68ca69378a9efcefe24321
tree06448722792da1f4d68dcab0429a8f42efb7c745
parent6d133cc9dff70d06c61e9347e06bd22f7edf9c77
Thu Mar 26 22:29:28 1998  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

        * gdbtk.c: (gdb_trace_status) new function.
        (gdbtk_init) added command "gdb_is_tracing".
        (tracepoint_notify) added passcount information.

        * tracepoint.c (trace_status_command): Recognize a boolean return
        value from the stub to indicate whether trace experiment is
        running.  Export this value as a global state variable
        (trace_running_p) for use by the GUI. (from Michael Snyder)
        (trace_pass_command) added call to modify_tracepoint_hook.

        * tracepoint.h export trace_running_p
gdb/ChangeLog
gdb/ChangeLog-gdbtk
gdb/gdbtk.c
gdb/tracepoint.c
gdb/tracepoint.h