commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. 681d4080940819dc522e61369f199577


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 681d4080940819dc522e61369f199577c2819367
Date: Sat, 06 Jul 2013 20:56:59 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  681d4080940819dc522e61369f199577c2819367 (commit)
      from  89701c6b02abcdfed54277ed5dd388d954621043 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 681d4080940819dc522e61369f199577c2819367
Author: Marin Ramesa <address@hidden>
Date:   Sat Jul 6 14:11:29 2013 +0200

    ddb: cleanup db_command.c
    
    * ddb/db_write_cmd.h: New file.
    (db_write_cmd): Add prototype.
    Include <mach/boolean.h>.
    Include <machine/db_machdep.h>.
    * ddb/db_break.h (db_listbreak_cmd): Add prototype.
    (db_delete_cmd): Likewise.
    (db_breakpoint_cmd): Likewise.
    * ddb/db_watch.h (db_listwatch_cmd): Likewise.
    (db_deletewatch_cmd): Likewise.
    (db_watchpoint_cmd): Likewise.
    * ddb/db_print.h (db_show_one_thread): Likewise.
    (db_show_all_threads): Likewise.
    * ddb/db_examine.h (db_print_cmd): Likewise.
    (db_examine_forward): Likewise.
    (db_examine_backward): Likewise.
    (db_search_cmd): Likewise.
    * ddb/db_variables.h (db_set_cmd): Likewise.
    * ddb/db_run.h (db_trace_until_call_cmd): Likewise.
    (db_trace_until_matching_cmd): Likewise.
    (db_continue_cmd): Likewise.
    * ddb/db_command.h (db_fncall): Likewise.
    * ddb/db_command.c: Include <ddb/db_break.h>.
    Include <ddb/db_watch.h>.
    Include <ddb/db_variables.h>.
    Include <ddb/db_write_cmd.h>.
    Include <ddb/db_run.h>.
    Include <ddb/db_cond.h>.
    (db_listbreak_cmd): Remove prototype.
    (db_listwatch_cmd): Likewise.
    (db_show_one_thread): Likewise.
    (db_show_all_threads): Likewise.
    (db_show_macro): Likewise.
    (db_show_help): Likewise.
    (db_print_cmd): Likewise.
    (db_examine_cmd): Likewise.
    (db_set_cmd): Likewise.
    (db_examine_forward): Likewise.
    (db_examine_backward): Likewise.
    (db_search_cmd): Likewise.
    (db_write_cmd): Likewise.
    (db_delete_cmd): Likewise.
    (db_breakpoint_cmd): Likewise.
    (db_deletewatch_cmd): Likewise.
    (db_watchpoint_cmd): Likewise.
    (db_single_step_cmd): Likewise.
    (db_trace_until_call_cmd): Likewise.
    (db_trace_until_matching_cmd): Likewise.
    (db_continue_cmd): Likewise.
    (db_cond_cmd): Likewise.
    (db_help_cmd): Likewise.
    (db_def_macro_cmd): Likewise.
    (db_del_macro_cmd): Likewise.
    (db_fncall): Likewise.

-----------------------------------------------------------------------

Summary of changes:
 ddb/db_break.h     |   10 ++++++++++
 ddb/db_command.c   |   37 +++++++------------------------------
 ddb/db_command.h   |    2 ++
 ddb/db_examine.h   |   16 ++++++++++++++++
 ddb/db_print.h     |   12 ++++++++++++
 ddb/db_run.h       |   18 ++++++++++++++++++
 ddb/db_variables.h |    2 ++
 ddb/db_watch.h     |   14 ++++++++++++++
 ddb/db_write_cmd.h |   16 ++++++++++++++++
 9 files changed, 97 insertions(+), 30 deletions(-)
 create mode 100644 ddb/db_write_cmd.h


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]