[OpenOCD-devel] [PATCH]: 2877f92 doxygen: fix issues with recent Doxygen versions

2018-01-16 Thread gerrit
This is an automated email from Gerrit. Paul Fertser (fercer...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4342 -- gerrit commit 2877f92e29e030f5aae91c104c8324981d22a1c8 Author: Paul Fertser Date: Tue Jan 16

[OpenOCD-devel] [PATCH]: b6764ce rtos: fix thread ID handling

2018-01-16 Thread gerrit
This is an automated email from Gerrit. Richard Braun (rbr...@sceen.net) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4347 -- gerrit commit b6764ceb0bafe31d24e0232c7f6c7fa826fc8643 Author: Richard Braun Date: Mon Jan

Re: [OpenOCD-devel] Telnet interface is not protected against cross protocol scripting

2018-01-16 Thread Christopher Head
On January 16, 2018 6:24:31 AM PST, Michael Schwingen wrote: >Limiting file access to a list of configured directories should be >enough. >However, if you really need this, you can get that now by running >OpenOCD in firejail. Firejail looks like it might help. I’m not

Re: [OpenOCD-devel] ARM Disassembly for PLD commands

2018-01-16 Thread James Marshall
We looked at GDB, but didn't end up having a need for it... because we were already using OpenOCD which has an integrated disassembler. :) On Tue, Jan 16, 2018 at 8:20 AM, Marc Schink wrote: > So it's a pretty odd use-case, and maybe not worth maintaining (I would

[OpenOCD-devel] [PATCH]: 8414054 topic: Add PLD command to ARM disassembler.

2018-01-16 Thread gerrit
This is an automated email from Gerrit. James (jcma...@gwmail.gwu.edu) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4348 -- gerrit commit 8414054381f15cd16e9f4bb222e2e902815fc1cb Author: James Marshall Date: Tue Jan 16

[OpenOCD-devel] [openocd:tickets] #172 OpenOCD does not work on Windows 10 for ti-icdi & tm4c1294

2018-01-16 Thread Kishore Luthra via OpenOCD-devel
--- ** [tickets:#172] OpenOCD does not work on Windows 10 for ti-icdi & tm4c1294** **Status:** new **Milestone:** 0.9.0 **Labels:** Windows 10 **Created:** Wed Jan 17, 2018 06:37 AM UTC by Kishore Luthra **Last Updated:** Wed Jan 17, 2018 06:37 AM UTC **Owner:** nobody OpenOCD does not

[OpenOCD-devel] [PATCH]: cc3c2a9 aarch64: fix reset handling

2018-01-16 Thread gerrit
This is an automated email from Gerrit. Matthias Welwarsky (matth...@welwarsky.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4345 -- gerrit commit cc3c2a99e00b6cfb82aa96f5f08c3b18d0c22fd7 Author: Matthias Welwarsky

[OpenOCD-devel] [PATCH]: cc4e2c8 aarch64: fix setting breakpoint on unexamined targets

2018-01-16 Thread gerrit
This is an automated email from Gerrit. Matthias Welwarsky (matth...@welwarsky.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4344 -- gerrit commit cc4e2c8c3c618e3175bbd67a69e3cd9a18e9f9c4 Author: Matthias Welwarsky

[OpenOCD-devel] [PATCH]: 592bbbb aarch64: clean up scan-build errors

2018-01-16 Thread gerrit
This is an automated email from Gerrit. Matthias Welwarsky (matth...@welwarsky.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4346 -- gerrit commit 5920e2dfeb8f5db19d62b176b916a1717078 Author: Matthias Welwarsky

Re: [OpenOCD-devel] Telnet interface is not protected against cross protocol scripting

2018-01-16 Thread Michael Schwingen
On 15.01.2018 03:26, Christopher Head wrote: > On January 14, 2018 12:37:53 PM PST, Michael Schwingen > wrote: >> How about a safe mode that disallows "dangerous" commands (eg. those >> that call external programs)? This would be a bit like "-dSAFER" on >> ghostscript,

Re: [OpenOCD-devel] ARM Disassembly for PLD commands

2018-01-16 Thread Marc Schink
So it's a pretty odd use-case, and maybe not worth maintaining (I would obviously vote for keeping it... if I have a vote that is). And maybe there is a smarter / better way to do it. We did investigate using the RPC interface and decided against it (I don't recall the specifics). And maybe