|
Message-ID: <87ef14v5j0.fsf@dja-thinkpad.axtens.net> Date: Thu, 29 Aug 2019 16:40:03 +1000 From: Daniel Axtens <dja@...ens.net> To: "Christopher M. Riedl" <cmr@...ormatik.wtf>, linuxppc-dev@...abs.org, kernel-hardening@...ts.openwall.com Cc: ajd@...ux.ibm.com Subject: Re: [PATCH v5 1/2] powerpc/xmon: Allow listing and clearing breakpoints in read-only mode Hi Chris, > Read-only mode should not prevent listing and clearing any active > breakpoints. I tested this and it works for me: Tested-by: Daniel Axtens <dja@...ens.net> > + if (xmon_is_ro || !scanhex(&a)) { It took me a while to figure out what this line does: as I understand it, the 'b' command can also be used to install a breakpoint (as well as bi/bd). If we are in ro mode or if the input after 'b' doesn't scan as a hex string, print the list of breakpoints instead. Anyway, I'm now happy with it, so: Reviewed-by: Daniel Axtens <dja@...ens.net> Regards, Daniel > /* print all breakpoints */ > printf(" type address\n"); > if (dabr.enabled) { > -- > 2.23.0
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.