Will Glynn

Results 29 issues of Will Glynn

This PR updates `faerie` for the breaking changes in m4b/scroll#47. It's 100% just adding `&` here and there.

There exist [Arm extensions for ELF](https://developer.arm.com/documentation/ihi0044/h/?lang=en). This PR aims to add support to `goblin`. `goblin::elf::arm` defines some contents and some extension traits which add Arm-specific functionality to existing `goblin` types....

LLVM recently added PDB output support, and [some of their tests](https://github.com/llvm-mirror/llvm/tree/57f9d8ea2f0641a9da605d60e0653e1081e87d2a/test/DebugInfo/PDB) seem like they would be useful to port. - [ ] [`every-type.test`](https://github.com/llvm-mirror/llvm/blob/57f9d8ea2f0641a9da605d60e0653e1081e87d2a/test/DebugInfo/PDB/every-type.test) / [`yaml`](https://github.com/llvm-mirror/llvm/blob/57f9d8ea2f0641a9da605d60e0653e1081e87d2a/test/DebugInfo/PDB/Inputs/every-type.yaml) / [`cpp`](https://github.com/llvm-mirror/llvm/blob/57f9d8ea2f0641a9da605d60e0653e1081e87d2a/test/DebugInfo/PDB/Inputs/every-type.cpp) / [`pdb`](https://github.com/llvm-mirror/llvm/blob/57f9d8ea2f0641a9da605d60e0653e1081e87d2a/test/DebugInfo/PDB/Inputs/every-type.pdb) -...

enhancement
help wanted

**Describe the bug** `architecture::arm::core::armv7m::FpRev1CompX::get_breakpoint_comparator()` returns an error while attempting to use `probe-run` on an [XMC4800](https://www.infineon.com/cms/en/product/microcontroller/32-bit-industrial-microcontroller-based-on-arm-cortex-m/32-bit-xmc4000-industrial-microcontroller-arm-cortex-m4/xmc4800/). ``` (HOST) WARN Could not clear all hardware breakpoints: ArchitectureSpecific(Other(Unsupported breakpoint comparator value 0xc80e46a5 for...

bug

The trait signatures are: ```rust /// Writes `Self` into `This` using the context `Ctx` pub trait IntoCtx: Sized { fn into_ctx(self, &mut This, ctx: Ctx); } /// Tries to write...

Arm Cortex processor cores commonly include a [SysTick](https://developer.arm.com/documentation/dui0497/a/cortex-m0-peripherals/optional-system-timer--systick) peripheral. SysTick offers some significant advantages. It is a 24-bit downcounter, which means it wraps 256 times less frequently than e.g. an...

Currently, `Service` contains: ```rust trait Service { // … fn poll_ready(&mut self, cx: &mut Context) -> Poll; fn call(&mut self, req: Request) -> Self::Future } ``` Convention requires that the...

A-service
C-feature-request
P-medium
I-needs-decision

I don't know much about proper dependency management in Python, though I'd guess this isn't the right solution. It is nonetheless _a_ fix for #985.

`docker-registry:0.9.1` fails when configured for CloudFront: ``` ERROR: Exception on /v1/images/ea13149945cb6b1e746bf28032f02e9b5a793523481a0a18645fc77ad53c4ea2/layer [GET] Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1477,...