commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. v1.4-468-g86f6037


From: Justus Winter
Subject: [SCM] GNU Mach branch, master, updated. v1.4-468-g86f6037
Date: Wed, 17 Sep 2014 09:40:13 +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  86f60379f71ec6d0aa3b93eaacc55bc5f453bda5 (commit)
       via  ffd4f3c8239b41d3fe9fa14403eb063e02b6a222 (commit)
      from  96cec60d956bfb27f135d4e932a1c319cbc878df (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 86f60379f71ec6d0aa3b93eaacc55bc5f453bda5
Author: Justus Winter <address@hidden>
Date:   Sun Sep 14 13:35:50 2014 +0200

    ddb: add support for ELF symbol tables
    
    * ddb/db_elf.c: New file.
    * ddb/db_elf.h: Likewise.
    * Makefrag.am (libkernel_a_SOURCES): Add db_elf.{c,h}.
    * ddb/db_sym.c (dummy_db_sym_init): New stub db_sym_init function.
    (db_sym_switch): Add ELF functions.
    * ddb/db_sym.h (SYMTAB_ELF): New macro.
    (elf_db_sym_init): New declaration.
    * i386/i386at/model_dep.c (c_boot_entry): Get ELF section header
    information from the multiboot structure, and call elf_db_sym_init.

commit ffd4f3c8239b41d3fe9fa14403eb063e02b6a222
Author: Justus Winter <address@hidden>
Date:   Sat Sep 13 00:41:11 2014 +0200

    ddb: add `show all tasks' command
    
    * ddb/db_command.c (db_show_all_cmds): Add `tasks'.
    * ddb/db_print.c (db_show_all_tasks): New function.
    * ddb/db_print.h (db_show_all_tasks): New prototype.

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

Summary of changes:
 Makefrag.am                 |    2 +
 ddb/db_command.c            |    1 +
 ddb/db_elf.c                |  232 +++++++++++++++++++++++++++++++++++++++++++
 ddb/{db_aout.h => db_elf.h} |   14 ++--
 ddb/db_print.c              |   24 +++++
 ddb/db_print.h              |    6 +
 ddb/db_sym.c                |   14 +++-
 ddb/db_sym.h                |    9 ++
 i386/i386at/model_dep.c     |   27 +++++
 9 files changed, 321 insertions(+), 8 deletions(-)
 create mode 100644 ddb/db_elf.c
 copy ddb/{db_aout.h => db_elf.h} (88%)


hooks/post-receive
-- 
GNU Mach



reply via email to

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