binutils-gdb/gdb/mi
Vladimir Prus 07e059b5a9 Implement -list-thread-groups --available
* Makefile.in (XMLFILES): Add osdata.dtd.
        (SFILES): Add osdata.c.
        (COMMON_OBS): Add osdata.o.
        * linux-nat.c: Include pwd.h, sys/types.h, gdb_dirent.h and xml-support.h.
        (linux_nat_xfer_osdata): New function.
        (linux_xfer_partial): Handle TARGET_OBJECT_OSDATA.
        * osdata.c: New file.
        * osdata.h: New file.
        * remote.c (PACKET_qXfer_osdata): New packet enum.
        (remote_protocol_features): Add "qXfer:osdata:read".
        (remote_read_qxfer): Handle TARGET_OBJECT_OSDATA.
        (extended_remote_can_run): New.
        (init_extended_remote_ops): Set to_can_run to
        extended_remote_can_run.
        (_initialize_remote): Add packet config command for
        "qXfer:osdata:read".
        * xml-support.c (obstack_xml_printf): New function.
        * xml-support.h (obstack_xml_printf): Declare.
        * target.c (target_get_osdata): New function.
        * target.h (enum target_object): Add TARGET_OBJECT_OSDATA.
        (target_os_data): Declare.
        * features/osdata.dtd: New file.
        * mi/mi-main.c (mi_list_thread_groups): Handle the --available
        option.
2008-12-02 07:57:38 +00:00
..
ChangeLog-1999-2003
gdb-mi.el Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-cmd-break.c gdb: 2008-07-25 16:12:03 +00:00
mi-cmd-disas.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00
mi-cmd-env.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00
mi-cmd-file.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00
mi-cmd-stack.c gdb 2008-10-28 17:19:58 +00:00
mi-cmd-target.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00
mi-cmd-var.c Skip varobj in running threads. 2008-07-13 05:31:44 +00:00
mi-cmds.c Implement '-target-detach pid'. 2008-11-17 16:37:35 +00:00
mi-cmds.h Implement '-target-detach pid'. 2008-11-17 16:37:35 +00:00
mi-common.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-common.h Implement =thread-selected notification. 2008-11-17 16:43:34 +00:00
mi-console.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-console.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-getopt.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-getopt.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-interp.c Implement =thread-selected notification. 2008-11-17 16:43:34 +00:00
mi-main.c Implement -list-thread-groups --available 2008-12-02 07:57:38 +00:00
mi-main.h Emit ^running via observer. 2008-06-25 14:32:34 +00:00
mi-out.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-out.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mi-parse.c Implement --thread and --frame. 2008-07-12 16:37:57 +00:00
mi-parse.h Implement --thread and --frame. 2008-07-12 16:37:57 +00:00
mi-symbol-cmds.c Kill the return value for all MI command functions. 2008-06-25 15:15:42 +00:00