bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH 1/2] microkernel/mach/gnumach/debugging.mdwn: documented new


From: Samuel Thibault
Subject: Re: [PATCH 1/2] microkernel/mach/gnumach/debugging.mdwn: documented new whatis command.
Date: Sun, 15 Oct 2023 17:08:21 +0200
User-agent: NeoMutt/20170609 (1.8.3)

Applied, thanks!

jbranso@dismail.de, le mer. 11 oct. 2023 01:18:43 -0400, a ecrit:
> ---
>  microkernel/mach/gnumach/debugging.mdwn | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/microkernel/mach/gnumach/debugging.mdwn 
> b/microkernel/mach/gnumach/debugging.mdwn
> index 0bf0ee79..bcff970e 100644
> --- a/microkernel/mach/gnumach/debugging.mdwn
> +++ b/microkernel/mach/gnumach/debugging.mdwn
> @@ -73,6 +73,10 @@ and then type continue, to let Mach continue execution. 
> The debugger will be ent
>      struct db_watchpoint watch = { .task = NULL, .loaddr= 0x40e, .hiaddr = 
> 0x40e+2, .link = NULL};
>      db_set_hw_watchpoint(&watch, 0);
>  
> +To discover what an arbitrary address points to, try
> +
> +    whatis  0x123400
> +
>  # GDB in QEMU
>  
>  When you're [[running_a_system_in_QEMU|hurd/running/qemu]] you can directly
> -- 
> 2.40.1



reply via email to

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