Re: [PATCH] ddb: add support for ELF symbol tables

2014-09-16 Thread Samuel Thibault
Justus Winter, le Sun 14 Sep 2014 15:14:03 +0200, a écrit : > * 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 (S

Re: [PATCHv3,Hurd] Add hardware watch support

2014-09-16 Thread Samuel Thibault
Samuel Thibault, le Wed 17 Sep 2014 01:17:06 +0200, a écrit : > I believe this will be fine to only expose the known-to-be-safe > information, and clean dr6: (this is mostly what Linux is doing) Samuel

Re: [PATCHv3,Hurd] Add hardware watch support

2014-09-16 Thread Samuel Thibault
Hello, Thomas Schwinge, le Tue 16 Sep 2014 10:59:47 +0200, a écrit : > On Tue, 16 Sep 2014 01:09:50 +0200, Samuel Thibault > wrote: > > Thomas Schwinge, le Tue 16 Sep 2014 00:08:01 +0200, a écrit : > > > Do you agree that thread_get_state(i386_DEBUG_STATE) should be > > > returning the actual DR

Re: [PATCH] ddb: add `show all tasks' command

2014-09-16 Thread Samuel Thibault
Justus Winter, le Tue 16 Sep 2014 14:29:30 +0200, a écrit : > * 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. Ack, thanks! > --- > ddb/db_command.c | 1 + > ddb/db_print.c | 24 +++

Re: Recent version of Iceweasel along with fixes

2014-09-16 Thread Richard Braun
On Tue, Sep 16, 2014 at 11:18:04PM +0800, Zhang Cong wrote: > @Mike, what things need to do to make this work upstream, as we talked in, Zhang, please don't take it wrong, but it's not your business. You didn't do the work, you didn't actually contribute to anything yet, don't try and boss other

Re: Recent version of Iceweasel along with fixes

2014-09-16 Thread Zhang Cong
Thanks. @Mike, what things need to do to make this work upstream, as we talked in, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729340 https://bugzilla.mozilla.org/show_bug.cgi?id=1029809 Thanks, Cong Zhang On Tue, Sep 16, 2014 at 2:31 AM, Richard Braun wrote: > On Thu, Feb 27, 2014 at

[PATCH] ddb: add `show all tasks' command

2014-09-16 Thread Justus Winter
* 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. --- ddb/db_command.c | 1 + ddb/db_print.c | 24 ddb/db_print.h | 6 ++ 3 files changed, 31 insertions(+)

Re: SysV shutdown hanging

2014-09-16 Thread Thomas Schwinge
Hi Justus! On Fri, 12 Sep 2014 21:06:30 +0200, Justus Winter <4win...@informatik.uni-hamburg.de> wrote: > Quoting Thomas Schwinge (2014-09-12 09:16:32) > > In my QEMU Debian GNU/Hurd instance, I do some stuff (GDB testsuite, for > > example), and then issue a »sudo shutdown -r now«. This doesn't

Re: [PATCHv3,Hurd] Add hardware watch support

2014-09-16 Thread Thomas Schwinge
Hi Samuel! On Tue, 16 Sep 2014 01:09:50 +0200, Samuel Thibault wrote: > Thomas Schwinge, le Tue 16 Sep 2014 00:08:01 +0200, a écrit : > > Do you agree that thread_get_state(i386_DEBUG_STATE) should be > > returning the actual DR6, > > Indeed. > > > and where in GNU Mach would we need to copy t